.geo-city-menu { position: relative; list-style: none; font-size: 14px; letter-spacing: 0; }
.geo-city-menu.ds-menu-maincategories-item { padding: 0 !important; color: inherit; }
.geo-city-menu button { font: inherit; color: inherit; cursor: pointer; border: 0; background: transparent; }
.geo-city-toggle { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 8px 12px; width: 100%; text-align: left; }
.geo-city-icon { flex: 0 0 20px; width: 20px; height: 20px; object-fit: contain; }
.geo-city-title { min-width: 0; overflow-wrap: anywhere; }
.geo-city-reset { margin: 0; border-bottom: 1px solid #d7d7d7; }
.geo-city-reset button { width: 100%; min-height: 44px; padding: 12px 14px; text-align: left; }
.geo-city-menu .menu-chevron-icon { display: inline-block; flex: 0 0 16px; width: 16px; height: 16px; pointer-events: none; }
.geo-city-panel { position: fixed; z-index: 1060; width: 300px; max-width: calc(100vw - 24px); max-height: min(560px, 65vh); overflow-y: auto; overscroll-behavior: contain; color: #202020; background: #fff; border: 1px solid #d7d7d7; border-radius: 4px; box-shadow: 0 4px 12px #0002; }
.geo-city-menu [hidden] { display: none !important; }
.geo-city-menu ul { margin: 0; padding: 0; list-style: none; }
.geo-city-row { display: flex; align-items: stretch; min-height: 44px; }
.geo-city-row > a, .geo-city-row > span { flex: 1; min-width: 0; padding: 12px 14px; color: inherit; overflow-wrap: anywhere; }
.geo-city-menu .geo-city-expand { flex: 0 0 44px; display: grid; place-items: center; }
.geo-city-expand[aria-expanded="true"] .menu-chevron-icon { transform: rotate(180deg); }
.geo-city-children a { display: block; padding: 11px 14px 11px 28px; min-height: 44px; color: inherit; overflow-wrap: anywhere; }
.geo-city-children { background: #f3f5f6; }
.geo-city-menu a:hover, .geo-city-menu button:hover { color: #007f9d; background: #eaf5f8; }
.geo-city-menu a:focus-visible, .geo-city-menu button:focus-visible { outline: 2px solid #008dad; outline-offset: -2px; }
.dark-theme .geo-city-panel { color: #f7f7f7; background: #202020; border-color: #444; }
.dark-theme .geo-city-toggle { color: #fff; }
.dark-theme .geo-city-children { background: #292929; }
.dark-theme .geo-city-menu a:hover, .dark-theme .geo-city-menu button:hover { color: #fff; background: #343434; }
@media (max-width: 1199px) {
    .geo-city-menu { width: 100%; }
    .geo-city-panel { position: static; width: 100%; max-width: 100%; max-height: 55vh; box-shadow: none; }
}
