/* Event Blue Color Override - Added for Upcoming Events section */
.hr-title--event {
  border-bottom-color: #0066cc;
}

.hr-title--event .hr-title__text {
  background: #0066cc;
  color: #ffffff;
}

.hr-title--event .hr-title__text::after {
  background: #0066cc;
}

/* Event tag labels - for event cards */
.tag__label--event {
  background: #0066cc;
  color: #ffffff;
}

/* Sponsorship styling */
.hr-title--sponsor {
  border-bottom-color: #bb6b0f;
}

.hr-title--sponsor .hr-title__text {
  background: #bb6b0f;
  color: #ffffff;
}

.hr-title--sponsor .hr-title__text::after {
  background: #bb6b0f;
}

.tag__label--sponsor {
  background: #bb6b0f;
  color: #ffffff;
}
