/* FubaSport Matchbericht */

.fs-match-report-article {
  padding: clamp(18px, 3vw, 28px);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(255,184,28,.12), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.045));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 70px rgba(0,0,0,.25);
  color: rgba(246,248,239,.78);
}

.fs-match-report-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,184,28,.14);
  border: 1px solid rgba(255,184,28,.30);
  color: #ffb81c;
  font-size: .78rem;
  font-weight: 1000;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fs-match-report-article h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.12;
}

.fs-match-report-lead {
  margin: 0 0 20px;
  color: rgba(246,248,239,.82);
  font-size: 1.03rem;
  line-height: 1.65;
}

.fs-match-report-article h4 {
  margin: 20px 0 10px;
  color: #ffffff;
  font-size: 1.05rem;
}

.fs-match-report-article p,
.fs-match-report-article li {
  color: rgba(246,248,239,.74);
  line-height: 1.58;
}

.fs-match-report-article ul {
  margin: 0;
  padding-left: 20px;
}

.fs-match-report-article li {
  margin: 6px 0;
}

.fs-match-report-note {
  margin-top: 20px !important;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(246,248,239,.52) !important;
  font-size: .86rem;
}
