.bsr-location-extras {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: clamp(22px, 4vw, 48px) clamp(14px, 4vw, 56px);
  color: #eaf0ff;
  background:
    radial-gradient(circle at 8% 0%, rgba(219, 60, 123, .18), transparent 32%),
    radial-gradient(circle at 92% 100%, rgba(99, 102, 241, .16), transparent 30%),
    linear-gradient(135deg, #070b16 0%, #11162a 54%, #080a12 100%);
  border-block: 1px solid rgba(255,255,255,.1);
}

.bsr-location-extras *,
.bsr-location-extras *::before,
.bsr-location-extras *::after { box-sizing: border-box; }

.bsr-location-extras__inner { width: min(1500px, 100%); margin: 0 auto; }
.bsr-location-section-head { margin: 0 0 18px; }
.bsr-location-section-head span {
  display: block;
  margin-bottom: 7px;
  color: #f1b8d0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.bsr-location-section-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.bsr-location-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.bsr-location-faq__item {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
  box-shadow: 0 12px 34px rgba(0,0,0,.16);
}
.bsr-location-faq__item[open] {
  border-color: rgba(232, 97, 153, .48);
  background: rgba(255,255,255,.085);
}
.bsr-location-faq__item summary {
  position: relative;
  padding: 15px 45px 15px 17px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
}
.bsr-location-faq__item summary::-webkit-details-marker { display: none; }
.bsr-location-faq__item summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #e33b83, #8457ef);
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  transform: translateY(-50%);
}
.bsr-location-faq__item[open] summary::after { content: '−'; }
.bsr-location-faq__answer { padding: 0 17px 16px; color: #cbd4e7; font-size: 14px; line-height: 1.65; }
.bsr-location-faq__answer p { margin: 0 0 9px; }
.bsr-location-faq__answer p:last-child { margin-bottom: 0; }
.bsr-location-faq__answer strong { color: #fff; }

.bsr-location-tags {
  margin-top: clamp(20px, 3vw, 34px);
  padding: 18px;
  border: 1px solid rgba(232, 97, 153, .3);
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(227,59,131,.12), rgba(88,70,190,.11));
}
.bsr-location-section-head--compact { margin-bottom: 13px; }
.bsr-location-section-head--compact h2 { font-size: clamp(20px, 2.2vw, 28px); }
.bsr-location-tags__list { display: flex; flex-wrap: wrap; gap: 8px; }
.bsr-location-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  color: #eff3ff;
  background: rgba(7, 11, 22, .72);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
}

.bsr-location-seo {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: clamp(24px, 4vw, 52px) clamp(14px, 4vw, 56px);
  color: #182033 !important;
  background: #f6f7fb;
  border-top: 1px solid #e3e7ef;
}
.bsr-location-seo *,
.bsr-location-seo *::before,
.bsr-location-seo *::after { box-sizing: border-box; }
.bsr-location-seo__inner { width: min(1500px, 100%); margin: 0 auto; }
.bsr-location-seo__header {
  margin-bottom: 18px;
  padding: clamp(20px, 3vw, 34px);
  border-radius: 20px;
  color: #fff !important;
  background: linear-gradient(135deg, #10162a 0%, #28142a 58%, #11182b 100%);
  box-shadow: 0 18px 44px rgba(16,22,42,.16);
}
body .bsr-location-seo__header > span {
  display: block;
  margin-bottom: 8px;
  color: #ff9bc5 !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
body .bsr-location-seo h2,
body .bsr-location-seo h3,
body .bsr-location-seo p,
body .bsr-location-seo li,
body .bsr-location-seo strong { opacity: 1 !important; }
body .bsr-location-seo__header h2 {
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: clamp(25px, 3.2vw, 40px) !important;
  line-height: 1.14 !important;
  letter-spacing: -.025em;
}
body .bsr-location-seo__header p {
  max-width: 1120px;
  margin: 0 !important;
  color: #e9edf7 !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}
body .bsr-location-seo__header strong { color: #fff !important; }
.bsr-location-seo__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.bsr-location-seo__grid article,
.bsr-location-seo__notice {
  padding: clamp(18px, 2.5vw, 26px);
  border: 1px solid #e0e4ed;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20,29,48,.07);
}
body .bsr-location-seo__grid h3,
body .bsr-location-seo__notice h3 {
  margin: 0 0 10px !important;
  color: #151b2a !important;
  font-size: clamp(18px, 2vw, 23px) !important;
  line-height: 1.28 !important;
}
body .bsr-location-seo__grid p,
body .bsr-location-seo__notice p {
  margin: 0 0 11px !important;
  color: #465168 !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}
body .bsr-location-seo__grid p:last-child,
body .bsr-location-seo__notice p:last-child { margin-bottom: 0 !important; }
body .bsr-location-seo__grid strong,
body .bsr-location-seo__notice strong { color: #871647 !important; }
.bsr-location-seo__notice {
  margin-top: 14px;
  border-color: #efd1df;
  background: linear-gradient(135deg, #fff 0%, #fff5f9 100%);
}

/* Defeat legacy global typography rules that were making FAQ text black. */
body .bsr-location-extras .bsr-location-section-head h2 {
  color: #fff !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
body .bsr-location-extras .bsr-location-section-head > span {
  color: #ff9bc5 !important;
  opacity: 1 !important;
}
body .bsr-location-extras .bsr-location-faq__item summary {
  color: #fff !important;
  opacity: 1 !important;
}
body .bsr-location-extras .bsr-location-faq__answer,
body .bsr-location-extras .bsr-location-faq__answer p {
  color: #dce4f4 !important;
  opacity: 1 !important;
}
body .bsr-location-extras .bsr-location-faq__answer strong {
  color: #fff !important;
  opacity: 1 !important;
}
body .bsr-location-extras .bsr-location-tag {
  color: #eff3ff !important;
  opacity: 1 !important;
}

@media (max-width: 760px) {
  .bsr-location-seo { padding: 22px 12px 28px; }
  .bsr-location-seo__header { padding: 20px 17px; border-radius: 16px; }
  .bsr-location-seo__grid { grid-template-columns: 1fr; }
  .bsr-location-seo__grid article,
  .bsr-location-seo__notice { padding: 17px; }
  .bsr-location-extras { padding: 22px 12px 28px; }
  .bsr-location-faq__grid { grid-template-columns: 1fr; }
  .bsr-location-faq__item summary { padding: 14px 43px 14px 14px; font-size: 14px; }
  .bsr-location-faq__answer { padding: 0 14px 14px; font-size: 13px; }
  .bsr-location-tags { padding: 14px; }
  .bsr-location-tag { width: 100%; border-radius: 10px; }
}
