/* Underline bar under the organizational title (anchors to RTL start = right) */
.annual-title-underline{
  position: relative;
  line-height: 1.2;
}
.annual-title-underline::after{
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: -8px;
  width: 72px;
  height: 4px;
  background-color: #916627;
  border-radius: 2px;
}

.annual-hero-title{
    font-weight: 500 !important;
}

/* Keep the chevron aligned and inheriting color */
.annual-center-svg{
  display: inline-flex;
}

.calendar-line{
  font-size: 32px;
  font-weight: 500; /* medium */
}
