.stepper .line {
  width: 2px;
  background-color: lightgrey !important;
}
.stepper .lead {
  font-size: 1.1rem;
}

.link{
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}
.link:hover{ color: hsl(0, 61%, 48%); }
.link span:before,
.link span:after{
    content: '';
    background: linear-gradient(#fff ,rgba(0,0,0,0.3));
    height: 15px;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.link span:before,
.link span:after{
    background: linear-gradient(to right,#fff ,rgba(0,0,0,0.3));
    height: 100%;
    width: 15px;
    top: 0;
    left: 0;
}
.link span:after{
    transform: rotate(180deg);
    left: auto;
    right: 0;
}
.link:hover span:before,
.link:hover span:after{
    opacity: 1;
}
.link:hover span:before{ left: -18px; }
.link:hover span:after{ right: -18px; }

[v-cloak] { display: none; }


.reference-wrapper {
    white-space: nowrap;
    display: inline-block;
}

.reference {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
}

.reference-number {
    background-color: #f0f0f0;
    border-radius: 15%;
    padding: 0.1rem 0.5rem;
    margin-left: 2px;
    font-size: 0.8em;
    color: black;
    border: 1px solid #dcdcdc;
    vertical-align: super;
    position: relative;
    top: -0.5rem;
    line-height: 1;
}

#content-text h3 {
    margin-top: 1.5rem;
}

.quiz-mc-item .align-text-center {
    line-height: 1.5;
}

@media (max-width: 768px) {
  .hero-image-overlay {
      min-height: 260px !important;
      padding: 3rem 0;
  }

  .hero-image-overlay .display-4 {
      font-size: 2rem;
  }

  .hero-image-overlay .lead {
      font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .accordion .accordion-button {
      padding: 0.75rem 1rem;
      font-size: 1rem;
      flex-wrap: wrap;
      row-gap: 0.25rem;
  }

  .stepper .link {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 0.75rem;
      margin-bottom: 0.75rem;
      border-radius: 12px;
      border: 1px solid rgba(15, 23, 42, 0.08);
      background-color: #fff;
      box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  }

  .stepper .link > div:first-child {
      width: 100%;
      flex-direction: row !important;
      align-items: center !important;
      justify-content: flex-start;
      gap: 0.5rem;
      margin-right: 0 !important;
      padding-right: 0 !important;
  }

  .stepper .link > div:first-child .line {
      display: none !important;
  }

  .stepper .link > div:first-child > div:first-child {
      margin: 0;
      min-width: 2.75rem;
      text-align: center;
  }

  .stepper .link > div:last-child {
      margin: 0 !important;
      width: 100%;
  }

  .stepper .link > div:last-child p {
      border: none;
      font-size: 1rem;
      padding-bottom: 0.25rem;
      margin-bottom: 0.25rem;
  }

  .stepper .link > div:last-child .lead {
      font-size: 0.95rem;
      padding-bottom: 0;
  }

  .stepper .link > div:last-child .stretched-link {
      display: inline-block;
      margin-top: 0.5rem;
  }
}
