/* V93: visible work-library actions and homepage horse-riding work. */
body[data-v93-horse-home] .v92-work-chapter > header > a.v93-work-more {
  display: inline-flex;
  min-height: 44px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  justify-self: end;
  align-self: center;
  border: 1px solid #82deef;
  border-radius: 999px;
  color: #081a36;
  background: linear-gradient(110deg, #82deef 0%, #a8eef8 100%);
  box-shadow: 0 10px 28px rgba(25, 185, 218, .22);
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

body[data-v93-horse-home] .v92-work-chapter > header > a.v93-work-more:hover {
  color: #081a36;
  background: #fff;
  box-shadow: 0 13px 34px rgba(25, 185, 218, .3);
  transform: translateY(-2px);
}

body[data-v93-horse-home] .v92-work-chapter > header > a.v93-work-more:focus-visible {
  outline: 3px solid rgba(130, 222, 239, .48);
  outline-offset: 4px;
}

body[data-v93-horse-home] .v92-video-grid > article[data-project-group="tvc-ad-horse"] .v92-media-link img {
  object-position: 62% 50%;
}

@media (max-width: 820px) {
  body[data-v93-horse-home] .v92-work-chapter > header > a.v93-work-more {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 620px) {
  body[data-v93-horse-home] .v92-work-chapter > header > a.v93-work-more {
    grid-column: auto;
    justify-self: stretch;
    align-self: start;
    width: 100%;
    margin-top: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-v93-horse-home] .v92-work-chapter > header > a.v93-work-more {
    transition: none;
  }
}
