.select2 {
  min-width: 130px;
  width: 100% !important;
}

/* Example styles */

select {
  width: 200px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
}

select option {
  padding: 5px;
  background-color: #f0f0f0;
  color: #333;
}

select option:hover {
  background-color: #e0e0e0;
}

select option:selected {
  background-color: #ccc;
  color: #fff;
}

.custom-btn:hover {
  background-color: #003e6c;
}

.g-recaptcha {
  overflow: hidden;
}

.ft-link {
  position: absolute;
  width: 40px;
  display: block;
}

/* Founder Offer CTA — styled per Figma "Presale" design */
.founder-cta-card {
  background: #fff;
  border: 1px solid #d0dbe6;
  border-radius: 0;
  padding: 20px 30px 22px;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 4px 12px 4px rgba(0, 92, 159, 0.8);
  animation: founder-shadow-pulse 2s ease-in-out infinite;
}

@keyframes founder-shadow-pulse {
  0%, 100% {
    box-shadow: 0 4px 12px 4px rgba(0, 92, 159, 0.8);
  }
  50% {
    box-shadow: 0 4px 20px 8px rgba(0, 92, 159, 0.35);
  }
}

.founder-cta-card .founder-cta-title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  color: #005c9f;
  margin: 0 0 12px;
}

.founder-cta-card .founder-cta-text {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0 0 24px;
}

.founder-cta-card .founder-cta-btn {
  display: inline-block;
  padding: 12px 32px;
  background: #2a6496;
  color: #fff !important;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  border: none;
  border-radius: 0;
  transition: background-color 0.3s ease;
}

.founder-cta-card .founder-cta-btn:hover {
  background: #005c9f;
  color: #fff !important;
  text-decoration: none;
}


/* Location detail hero: heading promoted from h2 to h1 — carries the same
   styling style.css gives ".imgBanner2 .location-banner-title h2". */
.imgBanner2 .location-banner-title h1 {
  color: #FFF;
  font-family: Josefin Sans;
  font-size: 40px;
  margin-top: 90px;
  margin-bottom: 30px;
}

/* Reserve vertical space for the Google Map island before React hydrates,
   so server-rendered content below it doesn't shift. */
#locationMapApp.location-map-placeholder {
  min-height: 400px;
}

/* Header logo demoted from h1 to div (pages own their H1); carries the same
   styling style.css gave "#header2 .logo h1". */
#header2 .logo .logo-heading {
  margin-bottom: 0;
}
#header2 .logo .logo-heading a,
#header2 .logo .logo-heading a:hover {
  color: #fff;
  text-decoration: none;
}

/* Mega-menu state titles demoted from h3 to div (heading-outline cleanup).
   Class rules in style.css still apply; this restores the lost h3 tag defaults. */
div.megaTitle {
  font-family: arial;
  margin: 0 0 14px;
}

/* Footer column labels demoted from h4 to div; carries the styling style.css
   gave "#footer h4" plus the UA h4 defaults (bold, block). */
#footer .footer-heading {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: bold;
  font-family: arial;
  display: block;
}
@media only screen and (max-width: 767px) {
  #footer .footer-heading {
    margin-top: 20px;
  }
}

/* Page titles promoted from h2 to h1 (heading-outline cleanup) — each rule
   mirrors the styling the old h2 received so the promotion is invisible. */

/* /results + /meeting-room hero title (.vertualPnl > .section-title) */
.section-title h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #0f2a5f;
}
.section-title h1 span {
  color: #0f2a5f;
}
.vertualPnl h1 {
  color: #000;
  font-weight: 800;
  font-size: 30px;
  margin: 0 0 21px;
}
.vertualPnl h1 span {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .vertualPnl h1 {
    font-size: 24px;
  }
  .section-title h1 {
    margin-bottom: 20px;
  }
}

/* Meeting room detail title (was h2.spacelocation) */
h1.spacelocation {
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  h1.spacelocation {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

/* vspace-landing region title (was h2.bold): keep the h2 rendering and
   neutralize the generic ".vSpace h1" rule that would otherwise recolor it. */
h1.vspace-region-title {
  font-size: 2rem;
  color: inherit;
  text-align: inherit;
}

/* /virtual-spaces page title (was h2.bold) */
h1.vspace-page-title {
  font-size: 2rem;
}

/* FAQ banner title (was .ban-tx h2) */
.inner-ban .ban-tx h1 {
  margin: 0;
  color: #fff;
  font-size: 81px;
}
@media only screen and (max-width: 767px) {
  .inner-ban .ban-tx h1 {
    font-size: 40px;
  }
}

/* Blog list + tag page titles (was h2 at Bootstrap h2 size) */
.bg-blog-header h1,
.blog-detail-container-wrapper h1 {
  font-size: 2rem;
}

/* Quick Facts strip on location detail pages */
.location-quick-facts {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #0f2a5f;
  border-radius: 4px;
  padding: 16px 20px;
  margin-bottom: 30px;
}
.location-quick-facts .quick-fact-row {
  display: flex;
  align-items: baseline;
  padding: 6px 0;
  font-size: 16px;
  color: #63656c;
}
.location-quick-facts .quick-fact-row i {
  color: #0f2a5f;
  width: 22px;
  flex-shrink: 0;
  text-align: center;
}
.location-quick-facts .quick-fact-label {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: #0f2a5f;
  width: 150px;
  flex-shrink: 0;
  margin-left: 8px;
}
.location-quick-facts .quick-fact-value a {
  color: #005c9f;
}
@media only screen and (max-width: 767px) {
  .location-quick-facts .quick-fact-row {
    flex-wrap: wrap;
  }
  .location-quick-facts .quick-fact-label {
    width: auto;
    margin-right: 8px;
  }
  .location-quick-facts .quick-fact-value {
    flex-basis: 100%;
    padding-left: 30px;
  }
}

/* "Where You'll Be" / "Getting Here" subsections under About This Location */
.about-this-location h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #0f2a5f;
  margin: 24px 0 10px;
}

/* Per-location FAQ section on the location detail page */
.location-faq h2 {
  margin-bottom: 20px;
}
.location-faq .location-faq-item {
  border-bottom: 1px solid #e2e8f0;
  padding: 14px 0;
}
.location-faq .location-faq-item:last-child {
  border-bottom: none;
}
.location-faq h3.location-faq-question {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #0f2a5f;
  margin: 0 0 8px;
}
.location-faq .location-faq-item p {
  margin-bottom: 8px;
}
