/* Recensione Film — page notes (site-unique) */
.rf-lede {
  font-size: 1.15rem;
  margin-bottom: 1.25rem;
}
.rf-section-title {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.rf-film-block {
  margin: 1.75rem 0 2rem;
  padding-top: 0.5rem;
}
.rf-film-block h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}
.rf-card-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin: 2rem 0 1rem;
}
.rf-soft-card {
  display: block;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.35rem;
  padding: 1.1rem 1.25rem;
  color: #fff !important;
  text-decoration: none !important;
  transition: background 0.2s ease;
}
.rf-soft-card:hover {
  background: rgba(255, 255, 255, 0.2);
}
.rf-soft-card strong {
  display: block;
  margin-bottom: 0.35rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.95rem;
}
.rf-soft-card span {
  display: block;
  font-size: 0.95rem;
  font-weight: 300;
  opacity: 0.95;
}
.rf-inner-hero {
  padding-top: calc(6rem + 74px);
  padding-bottom: 3rem;
}
.rf-inner-hero h1 {
  font-size: 2.2rem;
  text-transform: uppercase;
}
.rf-article-body {
  max-width: 46rem;
  margin: 0 auto;
  color: #2c3e50;
  font-size: 1.05rem;
  line-height: 1.7;
}
.rf-article-body h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.rf-article-body p {
  margin-bottom: 1.1rem;
}
.rf-date-chip {
  display: inline-block;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 1rem;
}
.rf-foot-links a {
  color: #fff;
  text-decoration: underline;
}
