/* MekanRadar English mobile dock FAZ13. Match the TR five-slot bottom bar,
   without changing the existing English page content, desktop navigation or mobile menu. */
@media (max-width: 991px) {
  html body[data-mr-locale="en"] {
    padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px)) !important;
  }
  html body[data-mr-locale="en"] .mrh-global-mobile-dock.mr-en-mobile-dock {
    box-sizing: border-box !important;
    position: fixed !important;
    inset: auto 0 0 0 !important;
    bottom: 0 !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    min-height: calc(68px + env(safe-area-inset-bottom, 0px)) !important;
    height: auto !important;
    margin: 0 !important;
    padding: 6px 4px calc(5px + env(safe-area-inset-bottom, 0px)) !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    align-items: start !important;
    gap: 0 !important;
    transform: none !important;
    border: 0 !important;
    border-top: 1px solid #e4e8ee !important;
    border-radius: 18px 18px 0 0 !important;
    background: #fff !important;
    box-shadow: 0 -8px 28px rgba(15,23,42,.09) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    z-index: 1200 !important;
    color: #7a8798 !important;
  }
  html body[data-mr-locale="en"] .mr-en-mobile-dock > .mrh-global-dock-item {
    position: relative !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
    min-height: 55px !important;
    margin: 0 !important;
    padding: 3px 2px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: transparent !important;
    color: #7a8798 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font: 850 9.5px/1.05 Inter,ui-sans-serif,system-ui,sans-serif !important;
    -webkit-tap-highlight-color: transparent;
  }
  html body[data-mr-locale="en"] .mr-en-mobile-dock > .mrh-global-dock-item > strong {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    text-align: center !important;
    font: inherit !important;
    letter-spacing: -.01em !important;
    color: inherit !important;
  }
  html body[data-mr-locale="en"] .mr-en-mobile-dock .mrh-global-dock-icon {
    position: relative !important;
    box-sizing: border-box !important;
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: currentColor !important;
    box-shadow: none !important;
    font-size: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  html body[data-mr-locale="en"] .mr-en-mobile-dock .mrh-global-dock-icon svg {
    width: 22px !important;
    height: 22px !important;
    display: block !important;
    flex: none !important;
    overflow: visible !important;
  }
  html body[data-mr-locale="en"] .mr-en-mobile-dock > .mrh-global-dock-item.active,
  html body[data-mr-locale="en"] .mr-en-mobile-dock > .mrh-global-dock-item.is-active {
    background: transparent !important;
    border: 0 !important;
    color: #ff5a1f !important;
  }
  html body[data-mr-locale="en"] .mr-en-mobile-dock > .mrh-global-dock-item.active .mrh-global-dock-icon,
  html body[data-mr-locale="en"] .mr-en-mobile-dock > .mrh-global-dock-item.is-active .mrh-global-dock-icon {
    background: #fff1e9 !important;
    color: #ff5a1f !important;
  }
  html body[data-mr-locale="en"] .mr-en-mobile-dock > .mrh-primary-dock-item {
    overflow: visible !important;
  }
  html body[data-mr-locale="en"] .mr-en-mobile-dock .mrh-primary-dock-icon {
    box-sizing: border-box !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    margin-top: -15px !important;
    margin-bottom: -2px !important;
    border-radius: 16px !important;
    border: 3px solid #fff !important;
    background: #ff5a1f !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(255,90,31,.28) !important;
  }
  html body[data-mr-locale="en"] .mr-en-mobile-dock .mrh-primary-dock-icon svg {
    width: 23px !important;
    height: 23px !important;
  }
  html body[data-mr-locale="en"] .mr-en-mobile-dock > .mrh-primary-dock-item.active .mrh-primary-dock-icon,
  html body[data-mr-locale="en"] .mr-en-mobile-dock > .mrh-primary-dock-item.is-active .mrh-primary-dock-icon {
    background: #e94f17 !important;
    color: #fff !important;
  }
  html body[data-mr-locale="en"] .mr-en-mobile-dock .mrh-primary-dock-label {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-size: 8.1px !important;
    line-height: 1.03 !important;
    letter-spacing: -.015em !important;
  }
  html body[data-mr-locale="en"] .mr-en-mobile-dock .mrh-events-dock-item:not(.active) {
    color: #b9491d !important;
  }
  html body[data-mr-locale="en"] .mr-en-mobile-dock .mrh-events-dock-item:not(.active) .mrh-global-dock-icon {
    border: 1px solid #ffdac8 !important;
    background: #fff2ea !important;
    color: #e94f17 !important;
  }
  html body[data-mr-locale="en"] .mrh-mobile-panel.open ~ .mr-en-mobile-dock {
    display: none !important;
  }
}
@media (max-width: 390px) {
  html body[data-mr-locale="en"] .mr-en-mobile-dock > .mrh-global-dock-item {
    font-size: 8.8px !important;
  }
  html body[data-mr-locale="en"] .mr-en-mobile-dock .mrh-primary-dock-label {
    font-size: 7.6px !important;
  }
}
@media (min-width: 992px) {
  html body[data-mr-locale="en"] .mr-en-mobile-dock { display: none !important; }
}
