.fdc-location-open { overflow: hidden; }
.fdc-location-bar { position: relative; z-index: 90; background: #fff; border-bottom: 1px solid #ececec; color: #1d1d1f; font-size: 14px; }
.fdc-location-bar__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: min(100% - 32px, 1240px); min-height: 42px; margin: 0 auto; }
.fdc-location-change { appearance: none; padding: 5px 10px; border: 0; border-radius: 999px; background: #f2f2f3; color: inherit; cursor: pointer; font: inherit; font-weight: 650; }
.fdc-city-promotion { background: var(--fdc-accent, #e53935); color: var(--fdc-accent-contrast, #fff); }
.fdc-city-promotion__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: min(100% - 32px, 1240px); min-height: 50px; margin: 0 auto; padding-block: 8px; }
.fdc-city-promotion__inner div { display: grid; gap: 2px; }
.fdc-city-promotion__inner span { opacity: .9; font-size: 14px; }
.fdc-city-promotion a { flex: 0 0 auto; color: inherit; font-weight: 700; }
.fdc-location-modal[hidden] { display: none !important; }
.fdc-location-modal { position: fixed; z-index: 999999; inset: 0; display: grid; place-items: center; padding: 20px; }
.fdc-location-modal__backdrop { position: absolute; inset: 0; background: rgb(0 0 0 / 56%); backdrop-filter: blur(3px); }
.fdc-location-modal__dialog { position: relative; width: min(100%, 480px); padding: 28px; border-radius: 22px; background: #fff; color: #171717; box-shadow: 0 24px 80px rgb(0 0 0 / 28%); }
.fdc-location-modal__dialog h2 { margin: 0 36px 6px 0; font-size: 28px; line-height: 1.15; }
.fdc-location-help { margin: 0 0 20px; color: #65656b; }
.fdc-location-modal label { display: grid; gap: 7px; margin-top: 14px; font-weight: 650; }
.fdc-location-modal select { width: 100%; min-height: 48px; padding: 8px 40px 8px 12px; border: 1px solid #d8d8dc; border-radius: 12px; background: #fff; color: #171717; font: inherit; }
.fdc-location-confirm { width: 100%; min-height: 50px; margin-top: 20px; border: 0; border-radius: 999px; background: var(--fdc-accent, #e53935); color: var(--fdc-accent-contrast, #fff); cursor: pointer; font: inherit; font-weight: 750; }
.fdc-location-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #f1f1f2; color: #333; cursor: pointer; font-size: 26px; line-height: 1; }
.fdc-location-modal.is-required .fdc-location-close { display: none; }
@media (max-width: 600px) {
	.fdc-location-bar__inner { align-items: flex-start; padding-block: 9px; }
	.fdc-location-bar__inner span { line-height: 1.3; }
	.fdc-city-promotion__inner { align-items: flex-start; flex-direction: column; gap: 6px; }
	.fdc-location-modal { align-items: end; padding: 0; }
	.fdc-location-modal__dialog { width: 100%; padding: 24px 20px calc(22px + env(safe-area-inset-bottom)); border-radius: 22px 22px 0 0; }
}
