@media (max-width: 768px) {
  html, body { overflow-x: hidden; }
  body { padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px)) !important; }
  .ezzybook-mobile-bottom-menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: var(--ezzy-mbm-bg, #fff);
    border-top: 1px solid var(--ezzy-mbm-border, #e5eaf2);
    box-shadow: var(--ezzy-mbm-shadow);
    border-radius: var(--ezzy-mbm-radius);
    padding: 6px 8px max(6px, env(safe-area-inset-bottom, 0px));
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
  }
  .ezzybook-menu-inner { display: flex; align-items: flex-end; justify-content: space-around; gap: 4px; max-width: 520px; margin: 0 auto; }
  .ezzybook-menu-item { flex: 1 1 0; min-width: 0; height: 58px; color: var(--ezzy-mbm-inactive, #8a94a6); text-decoration: none !important; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border-radius: 14px; -webkit-tap-highlight-color: transparent; transition: color .18s ease, background .18s ease, transform .18s ease; font-family: inherit; }
  .ezzybook-menu-item:hover, .ezzybook-menu-item:focus, .ezzybook-menu-item.is-active { color: var(--ezzy-mbm-active, #1e73be); }
  .ezzybook-menu-item.is-active { background: color-mix(in srgb, var(--ezzy-mbm-active, #1e73be) 10%, transparent); }
  .ezzybook-icon-wrap { display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 25px; line-height: 1; }
  .ezzybook-icon-wrap i { font-size: 22px; line-height: 1; }
  .ezzybook-icon-wrap img { width: 24px; height: 24px; object-fit: contain; display: block; }
  .ezzybook-label { font-size: 11px; line-height: 1.1; font-weight: 600; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .ezzybook-menu-item.is-center { margin-top: -18px; height: 70px; }
  .ezzybook-menu-item.is-center .ezzybook-icon-wrap { width: 48px; height: 48px; background: var(--ezzy-mbm-active, #1e73be); color: #fff; border-radius: 18px; box-shadow: 0 8px 18px rgba(30,115,190,.32); }
  .ezzybook-menu-item.is-center .ezzybook-icon-wrap i { font-size: 22px; }
  .ezzybook-menu-item.is-center .ezzybook-label { color: var(--ezzy-mbm-active, #1e73be); }
  .ezzybook-menu-item.is-center.is-active { background: transparent; }
  .ezzybook-menu-item.is-center.is-active .ezzybook-icon-wrap { transform: translateY(-1px); }
  .ezzybook-mobile-bottom-menu.no-labels .ezzybook-menu-item { height: 52px; }
}
@media (min-width: 769px) { .ezzybook-mobile-bottom-menu { display: none !important; } }
