.reels-faphouse-slide {
  background: #070708;
  font-family: 'Roboto', sans-serif;
}

.reels-fh-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #070708;
}

.reels-fh-poster,
.reels-fh-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.reels-fh-poster {
  object-fit: cover;
  filter: brightness(.72);
}

.reels-fh-iframe {
  z-index: 2;
  background: transparent;
}

.reels-faphouse-slide .reels-promo-swipe-top {
  z-index: 8;
  pointer-events: auto;
}

.reels-fh-info {
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 96px 16px max(24px, env(safe-area-inset-bottom));
  padding-top: 70px;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,.94), rgba(0,0,0,.58) 62%, transparent);
}

.reels-fh-kicker {
  margin-bottom: 7px;
  color: #ffba3a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
}

.reels-fh-title {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 14px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  text-shadow: 0 2px 8px rgba(0,0,0,.85);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.reels-fh-actions {
  display: grid;
  gap: 8px;
}

.reels-fh-primary,
.reels-fh-source {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 12px 14px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  pointer-events: auto;
}

.reels-fh-primary {
  background: linear-gradient(135deg, #ed1d3f, #b60f2b);
  box-shadow: 0 8px 22px rgba(216,20,53,.32);
}

.reels-fh-source {
  border: 1px solid rgba(255,255,255,.27);
  background: rgba(16,16,19,.84);
}

.reels-fh-source-studio {
  border-color: rgba(255,186,58,.45);
}

.reels-fh-endcard {
  position: absolute;
  z-index: 20;
  inset: 0;
  background: radial-gradient(circle at 50% 28%, #3a1520, #080809 62%);
}

.reels-fh-endcard[hidden] {
  display: none;
}

.reels-fh-endcard-inner {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 72px 22px max(32px, env(safe-area-inset-bottom));
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.reels-fh-end-title {
  color: #ffba3a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.reels-fh-end-video {
  margin: 5px 0 14px;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.reels-fh-replay {
  min-height: 42px;
  border: 0;
  color: rgba(255,255,255,.76);
  background: transparent;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

@media (min-width: 600px) {
  .reels-fh-info {
    padding-right: 22px;
    padding-left: 22px;
  }
}
