.hv-shot-desktop {
  top: 8px;
}

.hv-footer-logo {
  display: block;
  width: min(260px, 100%);
  height: auto;
  padding: 10px 14px;
  border-radius: 6px;
  background: #fff;
  filter: none;
  object-fit: contain;
}

.hv-footer-product {
  color: inherit;
  text-decoration: none;
}

.hv-footer-product:hover {
  color: #fff;
  text-decoration: underline;
}

.hv-footer-product:focus-visible {
  outline: 2px solid #9ce7f5;
  outline-offset: 4px;
}

.hv-tournament-media {
  height: 520px;
}

.hv-media-stack .hv-tournament-standings:first-child {
  margin: 0;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 94%;
  height: auto;
  aspect-ratio: 2.198 / 1;
}

.hv-media-stack .hv-tournament-playoffs:last-child {
  margin: 0;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 94%;
  height: auto;
  aspect-ratio: 2.246 / 1;
}

.hv-tournament-standings img,
.hv-tournament-playoffs img {
  object-position: center top;
}

@media (max-width: 767px) {
  .hv-shot-desktop {
    top: -12px;
  }

  .hv-tournament-media {
    height: 330px;
  }

  .hv-media-stack .hv-tournament-standings:first-child,
  .hv-media-stack .hv-tournament-playoffs:last-child {
    width: 98%;
  }
}
