/* Resort108 BBB V170: compact theme-colour tabs above every module heading. */
main.wrap.r108-lb-active .r108-module-label,
main.wrap.r108-lb-active .r108-lb-head > .eyebrow,
main.wrap.r108-lb-active .map-title > .eyebrow,
main.wrap.r108-lb-active > .r108-lb-hero > .eyebrow {
  display: table !important;
  width: auto !important;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 16px !important;
  padding: 10px 22px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: var(--r108-primary, var(--r108-bar-primary, #2563a6)) !important;
  color: #fff !important;
  box-shadow: 0 5px 14px color-mix(in srgb, var(--r108-primary, #2563a6) 22%, transparent);
  font-size: clamp(15px, 1.7vw, 20px) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: .035em !important;
  text-transform: uppercase;
  white-space: normal;
}

main.wrap.r108-lb-active .section-title .r108-module-label {
  margin-bottom: 16px !important;
}

main.wrap.r108-lb-active .r108-lb-head > .eyebrow:empty,
main.wrap.r108-lb-active > .r108-lb-hero > .eyebrow:empty {
  display: none !important;
}

@media (max-width: 700px) {
  main.wrap.r108-lb-active .r108-module-label,
  main.wrap.r108-lb-active .r108-lb-head > .eyebrow,
  main.wrap.r108-lb-active .map-title > .eyebrow,
  main.wrap.r108-lb-active > .r108-lb-hero > .eyebrow {
    margin-bottom: 13px !important;
    padding: 9px 17px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
  }
}