.fh-age-locked {
  overflow: hidden;
}

.fh-age-gate {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.86);
  color: #fff;
}

.fh-age-gate[hidden] {
  display: none;
}

.fh-age-gate__panel {
  width: min(520px, 100%);
  border: 1px solid #343434;
  border-radius: 8px;
  background: #111;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.45);
  padding: 28px;
}

.fh-age-gate__brand {
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.fh-age-gate__brand strong {
  margin-left: 3px;
  padding: 2px 7px 4px;
  border-radius: 4px;
  background: #ff9a18;
  color: #111;
}

.fh-age-gate__brand em {
  margin-left: 6px;
  color: #ff9a18;
  font-size: 14px;
  font-style: normal;
}

.fh-age-gate h2,
.fh-policy-page h1,
.fh-policy-page h2 {
  letter-spacing: 0;
}

.fh-age-gate h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 6vw, 44px);
  line-height: 1;
}

.fh-age-gate p {
  color: #dedede;
  font-size: 16px;
}

.fh-age-gate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.fh-age-gate__actions button,
.fh-age-gate__actions a {
  min-height: 42px;
  border-radius: 6px;
  padding: 10px 14px;
  font-weight: 900;
  text-decoration: none;
}

.fh-age-gate__actions button {
  border: 0;
  background: #ff9a18;
  color: #111;
  cursor: pointer;
}

.fh-age-gate__actions a {
  display: inline-flex;
  align-items: center;
  border: 1px solid #3a3a3a;
  color: #fff;
}

.fh-policy-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 34px 18px 48px;
  color: #f4f4f4;
}

.fh-policy-page h1 {
  margin: 0 0 12px;
  font-size: clamp(32px, 6vw, 58px);
  line-height: 1;
}

.fh-policy-page h2 {
  margin: 0 0 10px;
  font-size: 24px;
}

.fh-policy-page ul {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding-left: 22px;
}

.fh-policy-page li {
  color: #dedede;
}

.fh-lede,
.fh-policy-note {
  color: #bdbdbd;
  font-size: 16px;
}

.fh-submit-rules,
.fh-setup-card,
.fh-watch-card {
  margin: 18px 0;
  border: 1px solid #303030;
  border-radius: 6px;
  background: #171717;
  padding: 18px;
}

.fh-setup-card {
  border-color: #6d4613;
  background: #1f170d;
}

.fh-watch-card {
  max-width: 1120px;
  margin: 22px auto 40px;
}

.fh-watch-media {
  display: grid;
  place-items: center;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: #050505;
}

.fh-watch-media video,
.fh-watch-media img {
  display: block;
  width: 100%;
  max-height: 76vh;
  object-fit: contain;
}

.fh-watch-body {
  padding-top: 16px;
}

.fh-share-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 12px;
  border-radius: 6px;
  background: #ff9a18;
  color: #111;
  font-weight: 900;
  padding: 8px 12px;
}
