.site-compliance-footer {
  min-height: 3.25rem;
  display: grid;
  place-items: center;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(133, 175, 204, 0.2);
  background: rgba(5, 13, 23, 0.94);
  text-align: center;
}

.site-compliance-footer a {
  color: #a9bfd0;
  font-size: 0.82rem;
  text-decoration: none;
}

.site-compliance-footer a:hover,
.site-compliance-footer a:focus-visible {
  color: #7ce9dc;
  text-decoration: underline;
}

.entertainment-notice {
  display: grid;
  gap: 0.45rem;
  margin: -8px 0 24px;
  padding: 1rem;
  border: 2px solid rgba(255, 199, 76, 0.68);
  border-radius: 10px;
  background: rgba(91, 51, 5, 0.34);
  color: #ffe39a;
  text-align: center;
}

.entertainment-notice strong {
  font-size: clamp(0.98rem, 2.8vw, 1.18rem);
  line-height: 1.35;
  font-weight: 900;
}

.entertainment-notice span {
  color: #ffd0d6;
  font-size: 0.92rem;
  font-weight: 800;
}

@media (min-width: 720px) {
  .entertainment-notice strong {
    white-space: nowrap;
  }
}
