/* Resort108 BBB V169: a clean theme-colour accent along every module's top edge. */
main.wrap.r108-lb-active > .section,
main.wrap.r108-lb-active > .hero-map,
main.wrap.r108-lb-active > .r108-lb-section {
  border-top-color: var(--r108-primary, var(--r108-bar-primary, #2563a6)) !important;
  border-top-style: solid !important;
  border-top-width: 3px !important;
}

/* Some native sections can be nested by the Landing Builder bridge. */
main.wrap.r108-lb-active .r108-lb-section > .section {
  border-top-color: var(--r108-primary, var(--r108-bar-primary, #2563a6)) !important;
  border-top-style: solid !important;
  border-top-width: 3px !important;
}

@media (max-width: 700px) {
  main.wrap.r108-lb-active > .section,
  main.wrap.r108-lb-active > .hero-map,
  main.wrap.r108-lb-active > .r108-lb-section,
  main.wrap.r108-lb-active .r108-lb-section > .section {
    border-top-width: 3px !important;
  }
}