.ahv1-hl {
  display: inline-block;
  padding: 0.01em 0.09em 0.06em;
  border-radius: 0.13em;
  background: #fef301;
  color: #00145b;
  line-height: 1.08;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.ahv1-course-banner.has-media {
  isolation: isolate;
  overflow: hidden;
  background: #00145b;
}

.ahv1-course-banner.has-media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 20, 91, 0.15);
  content: "";
  pointer-events: none;
}

.ahv1-course-banner.has-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 220ms ease;
}

.ahv1-course-banner.has-media:hover > img,
.ahv1-course-banner.has-media:focus-visible > img {
  transform: scale(1.02);
}

.ahv1-course-banner.has-media .chip-cat,
.ahv1-course-banner.has-media .chip-flag {
  z-index: 2;
}

.ahv1-course-banner.media-contain > img {
  object-fit: contain;
  background: #ffffff;
}

.ahv1-course-banner.media-top > img {
  object-position: center top;
}

.ahv1-course-card[hidden] {
  display: none;
}

.ahv1-course-body .foot {
  gap: 12px;
}

.ahv1-course-body .side {
  max-width: 45%;
  text-align: right;
}

.ahv1-foot a {
  color: inherit;
}

@media (prefers-reduced-motion: reduce) {
  .ahv1-course-banner.has-media > img {
    transition: none;
  }
}

@media (max-width: 720px) {
  .ahv1-course-body .side {
    max-width: 50%;
  }
}
