.aaa-location-gateway[hidden], .aaa-location-indicator[hidden] { display: none !important; }
.aaa-location-gateway { inset: 0; position: fixed; z-index: 999999; display: grid; place-items: center; padding: 24px; }
.aaa-location-gateway__backdrop { background: rgba(0,0,0,.24); inset: 0; position: absolute; }
.aaa-location-gateway__card { background: #fff; border-radius: 16px; box-shadow: 0 20px 70px rgba(0,0,0,.3); max-width: 520px; padding: 50px 44px 34px; position: relative; text-align: center; width: 100%; }
.aaa-location-gateway .aaa-location-gateway__close { align-items: center; background: #f1f3f1; border: 0; border-radius: 50%; color: #34453a; cursor: pointer; display: flex; font-size: 25px; height: 38px !important; justify-content: center; line-height: 1; margin: 0; min-height: 0; padding: 0; position: absolute; right: 20px; top: 20px; width: 38px !important; }
.aaa-location-gateway .aaa-location-gateway__close:hover { background: #e2e8e3; color: #1b2d22; }
.aaa-location-gateway__brand { color: #21392b; font-size: 12px; font-weight: 800; letter-spacing: .18em; margin: 0 0 25px; }
.aaa-location-gateway h1 { color: #1b2d22; font-size: clamp(26px, 4vw, 34px); line-height: 1.25; margin: 0; }
.aaa-location-gateway__intro { color: #637067; line-height: 1.65; margin: 16px auto 26px; max-width: 320px; }
.aaa-location-gateway label { display: block; font-size: 12px; font-weight: 700; margin: 0 0 8px; text-align: left; }
.aaa-location-gateway input, .aaa-location-gateway button { box-sizing: border-box; font: inherit; width: 100%; }
.aaa-location-gateway input { border: 1px solid #cdd4ce; border-radius: 8px; font-size: 17px; padding: 15px; }
.aaa-location-gateway input:focus { border-color: #2f6a45; box-shadow: 0 0 0 3px #dceee1; outline: none; }
.aaa-location-gateway__message { font-size: 14px; line-height: 1.45; margin: 14px 0 0; min-height: 20px; }
.aaa-location-gateway__message.is-error { color: #b42318; }
.aaa-location-gateway__policy { border-top: 1px solid #e3e8e4; margin: 18px 0 0; padding: 12px 0 0; text-align: left; }
.aaa-location-gateway__policy div { display: flex; font-size: 14px; justify-content: space-between; padding: 5px 0; }
.aaa-location-gateway__policy dt { color: #657168; }.aaa-location-gateway__policy dd { color: #21392b; font-weight: 700; margin: 0; }
.aaa-location-gateway__submit, .aaa-location-gateway__continue { background: #244d33; border: 0; border-radius: 8px; color: #fff; cursor: pointer; font-weight: 700; margin-top: 14px; padding: 16px; }
.aaa-location-gateway__submit:disabled { opacity: .65; cursor: wait; }
.aaa-location-gateway__continue { background: #fff; border: 1px solid #244d33; color: #244d33; }
.aaa-location-gateway .aaa-location-gateway__dismiss-day { background: transparent; border: 0; bottom: -43px; color: #fff; cursor: pointer; font-size: 13px; font-weight: 500; left: 50%; margin: 0; padding: 8px 0; position: absolute; right: auto; text-decoration: none; transform: translateX(-50%); white-space: nowrap; width: auto; }
.aaa-location-gateway .aaa-location-gateway__dismiss-day:hover { color: #fff; opacity: .78; }
.aaa-location-gateway__regions { color: #819087; font-size: 12px; margin: 25px 0 0; }
.aaa-location-indicator { align-items: center; background: transparent; border: 0; color: inherit; cursor: pointer; display: inline-flex; font: inherit; gap: 8px; padding: 6px; }
.aaa-location-indicator__change { color: #496d57; font-size: .85em; text-decoration: underline; }
@media (max-width: 480px) { .aaa-location-gateway__card { border-radius: 14px; padding: 38px 25px 27px; } }
