.films-credit-card {
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(13, 17, 23, 0.72);
  backdrop-filter: blur(8px);
}

.films-credit-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.75;
}

.films-credit-text {
  margin: 0.35rem 0;
  line-height: 1.6;
}

.films-credit-notice {
  font-weight: 700;
}

.films-credit-card a {
  color: #f2c14e;
  text-decoration: none;
}

.films-credit-card a:hover {
  text-decoration: underline;
}
