.region-links{display:flex;flex-wrap:wrap;gap:6px}.region-links__chip{text-decoration:none}.region-links__chip-emoji{font-size:.85rem}.country-actions-menu{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.96));backdrop-filter:blur(18px)}html.dark .country-actions-menu{background:linear-gradient(180deg,rgba(23,23,25,.96),rgba(15,15,18,.96));border-color:rgba(255,255,255,.08)}.country-actions-menu__close{position:absolute;top:.75rem;right:.75rem;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:0;border-radius:999px;background:transparent;color:var(--text-muted-2);cursor:pointer;transition:background-color .15s ease,color .15s ease}.country-actions-menu__close:hover{background:var(--glass-bg-hover);color:var(--text-strong)}.country-actions-menu__header{display:flex;align-items:center;gap:.75rem;padding:1rem 1rem .75rem}.country-actions-menu__header-copy{min-width:0}.country-actions-menu__title{margin:0;color:var(--text-strong);font-size:.95rem;font-weight:700}.country-actions-menu__subtitle{margin:.15rem 0 0;color:var(--text-muted-2);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.country-actions-menu__empty{margin:0;padding:0 .25rem .25rem;color:var(--text-muted-2);font-size:.8rem}.country-actions-menu__section{display:grid;gap:.45rem;padding:0 .75rem .75rem}.country-actions-menu__section--compact{padding-top:.25rem}.country-actions-menu__section--footer-link{padding-top:0}.country-actions-menu__region-links{padding-top:.15rem}.country-actions-menu__action{display:flex;align-items:center;gap:.65rem;width:100%;min-height:2.5rem;padding:.7rem .85rem;border:1px solid rgba(148,163,184,.22);border-radius:1rem;background:rgba(255,255,255,.7);color:var(--text-strong);font-size:.84rem;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background-color .15s ease,color .15s ease}html.dark .country-actions-menu__action{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.08)}.country-actions-menu__action:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--color-primary) 45%,rgba(148,163,184,.22));background:var(--glass-bg-hover)}.country-actions-menu__action--primary{background:color-mix(in srgb,var(--color-primary) 8%,white)}html.dark .country-actions-menu__action--primary{background:color-mix(in srgb,var(--color-primary) 16%,rgba(255,255,255,.04))}.country-actions-menu__action--travel{color:var(--color-secondary)}.country-actions-menu__action--list{font-size:.8rem}.country-actions-menu__action--disabled,.country-actions-menu__action:disabled{opacity:.58;cursor:not-allowed;transform:none}.country-actions-menu__arrow{position:absolute;left:50%;bottom:-.45rem;width:.95rem;height:.95rem;border-right:1px solid rgba(148,163,184,.22);border-bottom:1px solid rgba(148,163,184,.22);background:inherit;transform:translateX(-50%) rotate(45deg)}html.dark .country-actions-menu__arrow{border-right-color:rgba(255,255,255,.08);border-bottom-color:rgba(255,255,255,.08)}.secondary-footer__country-button,.secondary-footer__country-label{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;min-width:0;max-width:120px;min-height:44px;padding:6px 8px;border-radius:999px;color:var(--text-strong);font-size:.75rem;font-weight:600;line-height:1}.secondary-footer__country-button{border:0;background:transparent;cursor:pointer;text-decoration:none;transition:color .15s ease,background-color .15s ease,opacity .15s ease}.secondary-footer__country-button:hover,.secondary-footer__country-button[aria-expanded=true]{color:var(--color-primary);background:var(--glass-bg-hover)}.secondary-footer__country-button:focus-visible{outline:2px solid color-mix(in srgb,var(--color-primary) 70%,transparent);outline-offset:2px}.secondary-footer__country-caret{flex-shrink:0;opacity:.72;transition:transform .15s ease}.secondary-footer__country-button[aria-expanded=true] .secondary-footer__country-caret{transform:rotate(180deg)}.secondary-footer__country-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.secondary-footer__country-label--masked{opacity:.9}.secondary-footer__country-label--worldwide{opacity:.82}