/* SalutApp registration location picker — scoped to public registration only. */
body.register-sheet-page .registration-location-card {
  padding: 1rem;
  border: 1px solid rgba(151,185,236,.16);
  border-radius: 1.2rem;
  background: rgba(255,255,255,.045);
}

body.register-sheet-page .registration-location-card__header { margin-bottom: 1rem; }
body.register-sheet-page .registration-location-card__eyebrow {
  display: inline-block;
  margin-bottom: .35rem;
  color: #9fc0f0;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
body.register-sheet-page .registration-location-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 800;
}
body.register-sheet-page .registration-location-card p { margin: .3rem 0 0; color: rgba(243,248,255,.72); line-height: 1.5; }
body.register-sheet-page .registration-location-card__help { font-size: .85rem; }
body.register-sheet-page .registration-location-card .select2-container { width: 100% !important; }
body.register-sheet-page .registration-location-card .select2-container--default .select2-selection--single {
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 1rem;
  background: rgba(255,255,255,.06);
}
body.register-sheet-page .registration-location-card .select2-container--default .select2-selection--single .select2-selection__rendered {
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  color: rgba(243,248,255,.94);
  line-height: 3.5rem;
  padding-left: 1rem;
  padding-right: 2.8rem;
}
body.register-sheet-page .registration-location-card .select2-container--default .select2-selection--single .select2-selection__placeholder { color: rgba(243,248,255,.58); }
body.register-sheet-page .registration-location-card .select2-container--default .select2-selection--single .select2-selection__arrow { height: 3.5rem; right: .75rem; }
body.register-sheet-page .registration-location-card .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: rgba(243,248,255,.68) transparent transparent transparent; }
body.register-sheet-page .registration-location-card .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent rgba(243,248,255,.68) transparent; }
body.register-sheet-page .registration-location-card .select2-container--default.select2-container--focus .select2-selection--single,
body.register-sheet-page .registration-location-card .select2-container--default.select2-container--open .select2-selection--single {
  border-color: rgba(151,185,236,.55);
  box-shadow: 0 0 0 .24rem rgba(151,185,236,.16);
}
body.register-sheet-page .registration-location-card .select2-container--default.select2-container--disabled .select2-selection--single { opacity: .62; cursor: not-allowed; }
.registration-select2-dropdown {
  overflow: hidden;
  border: 1px solid rgba(151,185,236,.24);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(42,76,124,.98), rgba(20,46,84,.98));
  box-shadow: 0 22px 54px rgba(8,20,39,.38);
  color: rgba(243,248,255,.9);
}
.registration-select2-dropdown .select2-search--dropdown { padding: .75rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.registration-select2-dropdown .select2-search__field {
  min-height: 2.55rem;
  border: 1px solid rgba(151,185,236,.22) !important;
  border-radius: .8rem;
  background: rgba(15,35,64,.9) !important;
  color: rgba(255,255,255,.94) !important;
  padding: .45rem .8rem;
}
.registration-select2-dropdown .select2-search__field::placeholder { color: rgba(243,248,255,.58); }
.registration-select2-dropdown .select2-results__option { min-height: 2.55rem; display: flex; align-items: center; padding: .58rem .85rem; color: rgba(243,248,255,.9); }
.registration-select2-dropdown .select2-results__option[aria-selected="true"] { background: rgba(151,185,236,.16); color: #fff; }
.registration-select2-dropdown .select2-results__option--highlighted[aria-selected] { background: linear-gradient(180deg, #97b9ec 0%, #5e92e3 100%); color: #10233f; }
.registration-country-select2-option { display: inline-flex; align-items: center; gap: .55rem; min-width: 0; max-width: 100%; }
.registration-country-select2-label { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: inherit; }
.registration-country-select2-flag { flex: 0 0 auto; width: 1.45rem; height: 1.02rem; display: inline-grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.34); border-radius: .22rem; background: rgba(234,243,255,.96); }
.registration-country-select2-flag img { display: block; width: 100%; height: 100%; object-fit: cover; }
.registration-country-select2-flag-fallback { color: #315678; font-size: .58rem; font-weight: 800; letter-spacing: .02em; }
@media (max-width: 575.98px) { body.register-sheet-page .registration-location-card { padding: .9rem; } }
