/* Shared Rainbow brand underline for primary section headings. */
:where(
  .rainbow_about_access__content > h2,
  .rainbow_about_purpose__heading h2,
  .rainbow_about_why__summary > h2,
  .rainbow_about_page .cs_section_heading_style_1 > .cs_section_title,
  .rainbow_contact_section_heading h2,
  .rainbow_contact_map__heading h2,
  .rainbow_departments_heading h2,
  .rainbow_facilities_section_head .rainbow_facilities_heading,
  .rainbow_facilities_journey > .rainbow_facilities_heading,
  .rainbow_ai_assistant__title,
  .rainbow_doctor_finder__heading h2,
  .rainbow_profile_section_heading h2,
  .rainbow_insurance_heading--section,
  .rainbow_services_heading h2,
  .rainbow_visiting_intro h2,
  .rainbow_why_intro h2,
  .rainbow_consultants_heading h2
)::after {
  display: block;
  width: clamp(112px, 16vw, 224px);
  height: 4px;
  margin: 16px 0 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ef4444 0%, #f5b82e 24%, #178d72 50%, #1185d8 74%, #7856c8 100%);
  content: "";
  opacity: 0.88;
}

.rainbow_about_page .text-center > .cs_section_title::after,
.rainbow_profile_section_heading--center h2::after {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  :where(
    .rainbow_about_access__content > h2,
    .rainbow_about_purpose__heading h2,
    .rainbow_about_why__summary > h2,
    .rainbow_about_page .cs_section_heading_style_1 > .cs_section_title,
    .rainbow_contact_section_heading h2,
    .rainbow_contact_map__heading h2,
    .rainbow_departments_heading h2,
    .rainbow_facilities_section_head .rainbow_facilities_heading,
    .rainbow_facilities_journey > .rainbow_facilities_heading,
    .rainbow_ai_assistant__title,
    .rainbow_doctor_finder__heading h2,
    .rainbow_profile_section_heading h2,
    .rainbow_insurance_heading--section,
    .rainbow_services_heading h2,
    .rainbow_visiting_intro h2,
    .rainbow_why_intro h2,
    .rainbow_consultants_heading h2
  )::after {
    width: 132px;
    height: 3px;
    margin-top: 12px;
  }
}
