

/* Start:/local/components/greenengine/geoip.city.switcher/templates/.default/style.css?17805001013087*/
.geoip-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 1.4;
}
.geoip-switcher__label { color: #6b7280; }
.geoip-switcher__city { color: #111827; font-weight: 600; }
.geoip-switcher__change {
    background: none;
    border: none;
    color: #2563eb;
    cursor: pointer;
    padding: 0 4px;
    font-size: inherit;
    text-decoration: underline;
}
.geoip-switcher__change:hover { color: #1d4ed8; }

/* Модал «уточните регион» — показывается когда определение не сработало */
.geoip-modal__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, .55);
    z-index: 99998;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    animation: geoipFadeIn .15s ease-out;
}
@keyframes geoipFadeIn { from { opacity: 0 } to { opacity: 1 } }
.geoip-modal {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
    max-width: 420px;
    width: 100%;
    padding: 24px;
    font-family: inherit;
    position: relative;
    animation: geoipSlideUp .2s ease-out;
}
@keyframes geoipSlideUp { from { transform: translateY(12px); opacity: 0 } to { transform: none; opacity: 1 } }
.geoip-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    border-radius: 6px;
    color: #6b7280;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}
.geoip-modal__close:hover { background: #f3f4f6; color: #111827; }
.geoip-modal__title {
    margin: 0 32px 8px 0;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}
.geoip-modal__subtitle {
    margin: 0 0 20px;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
}
.geoip-modal__options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.geoip-modal__option {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    color: #111827;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: border-color .1s, background .1s;
}
.geoip-modal__option:hover {
    border-color: #2563eb;
    background: #eff6ff;
}
.geoip-modal__option:disabled {
    opacity: .5;
    cursor: progress;
}
.geoip-modal__option--primary {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
}
.geoip-modal__option--primary:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #fff;
}
@media (prefers-color-scheme: dark) {
    .geoip-modal { background: #1f2937; }
    .geoip-modal__title { color: #f9fafb; }
    .geoip-modal__subtitle { color: #9ca3af; }
    .geoip-modal__option { background: #111827; color: #f9fafb; border-color: #374151; }
    .geoip-modal__option:hover { background: #1e3a8a; border-color: #3b82f6; }
    .geoip-modal__close { color: #9ca3af; }
    .geoip-modal__close:hover { background: #374151; color: #f9fafb; }
}


/* End */
/* /local/components/greenengine/geoip.city.switcher/templates/.default/style.css?17805001013087 */
