.fhcr {
  --fhcr-accent: #d4a853;
  --fhcr-border: rgba(212, 168, 83, .24);
  --fhcr-text: var(--general-color, #fff);
  --fhcr-muted: #929292;
  box-sizing: border-box;
  min-width: 0;
  margin: 24px 0;
  padding: 18px 0;
  color: var(--fhcr-text);
  border-top: 1px solid var(--fhcr-border);
  border-bottom: 1px solid var(--fhcr-border);
}

.fhcr[hidden],
html.am-prime .fhcr {
  display: none !important;
}

.fhcr__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 15px;
}

.fhcr__title {
  margin: 0;
  color: var(--fhcr-text);
  font: 700 19px/1.2 "Quicksand", sans-serif;
}

.fhcr__subtitle {
  margin: 4px 0 0;
  color: var(--fhcr-muted);
  font-size: 13px;
  line-height: 1.35;
}

.fhcr__viewport {
  position: relative;
  min-width: 0;
}

.fhcr__track {
  display: flex;
  gap: 15px;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  list-style: none;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.fhcr__track::-webkit-scrollbar {
  display: none;
}

.fhcr-card {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 calc((100% - 45px) / 4);
  min-width: 205px;
  scroll-snap-align: start;
}

.fhcr-card__link {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.fhcr-card__media {
  position: relative;
  display: block;
  width: 96px;
  height: 112px;
  overflow: hidden;
  background: #151515;
  border-radius: 9px;
}

.fhcr-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: inherit;
  pointer-events: none;
}

.fhcr-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .24s ease;
}

.fhcr-card__link:hover .fhcr-card__image {
  transform: scale(1.04);
}

.fhcr-card__info {
  display: flex;
  min-width: 0;
  padding: 3px 0;
  flex-direction: column;
}

.fhcr-card__name {
  overflow: hidden;
  color: var(--fhcr-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fhcr-card__location,
.fhcr-card__videos {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  color: var(--fhcr-muted);
  font-size: 11px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fhcr-card__flag {
  margin-inline-end: 5px;
  font-size: 13px;
}

.fhcr-card__videos {
  color: var(--fhcr-accent);
  font-weight: 700;
}

.fhcr-card__cta {
  display: block;
  margin-top: 6px;
  color: var(--fhcr-accent);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.fhcr-card__bio {
  display: -webkit-box;
  margin-top: 6px;
  overflow: hidden;
  color: var(--fhcr-muted);
  font-size: 11px;
  line-height: 1.3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fhcr-card__fanclub {
  display: inline-block;
  max-width: calc(100% - 108px);
  margin-block-start: 7px;
  margin-inline-start: 108px;
  overflow: hidden;
  color: var(--fhcr-accent);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fhcr-card__fanclub:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fhcr__arrow {
  position: absolute;
  top: 56px;
  z-index: 3;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  color: #fff;
  background: rgba(10, 10, 10, .88);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .35);
  cursor: pointer;
  transform: translateY(-50%);
}

.fhcr__arrow--prev {
  inset-inline-start: 7px;
}

.fhcr__arrow--next {
  inset-inline-end: 7px;
}

.fhcr__arrow svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fhcr__arrow:disabled {
  opacity: 0;
  pointer-events: none;
}

.fhcr-card__link:focus-visible,
.fhcr-card__fanclub:focus-visible,
.fhcr__arrow:focus-visible,
.fhcr__track:focus-visible {
  outline: 2px solid var(--fhcr-accent);
  outline-offset: 3px;
}

.fhcr__status {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

html.light .fhcr {
  --fhcr-border: rgba(184, 134, 11, .25);
  --fhcr-muted: #6e6e6e;
}

html.light .fhcr-card__media {
  background: #e9e9e9;
}

@media (max-width: 900px) {
  .fhcr-card {
    flex-basis: calc((100% - 30px) / 3);
  }
}

@media (max-width: 640px) {
  .fhcr {
    margin: 18px 0;
    padding: 15px 0;
  }

  .fhcr__header {
    margin-bottom: 13px;
  }

  .fhcr__title {
    font-size: 17px;
  }

  .fhcr__subtitle {
    font-size: 12px;
  }

  .fhcr-card {
    flex-basis: 76vw;
    min-width: 225px;
    max-width: 285px;
  }

  .fhcr__arrow {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fhcr__track {
    scroll-behavior: auto;
  }

  .fhcr-card__image {
    transition: none;
  }
}
