/* =========================================================
   CALCIOCatania.com — Media voto / stato di forma
   Estensione leggera di cc-player.css
   ========================================================= */

.player-form__eyebrow {
  display: block;
  margin-bottom: 8px;
  font-size: .64rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--cc-red);
}

.player-form-section {
  scroll-margin-top: 92px;
}

.player-form-compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 620px;
  border-top: 3px solid var(--ink);
  border-bottom: 1px solid var(--soft-rule);
}

.player-form-compact__metric {
  min-width: 0;
  padding: 20px 22px 20px 0;
}

.player-form-compact__metric + .player-form-compact__metric {
  padding-left: 22px;
  border-left: 1px solid var(--soft-rule);
}

.player-form-compact__label {
  display: block;
  margin-bottom: 8px;
  font-size: .62rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .075em;
  text-transform: uppercase;
  color: var(--muted);
}

.player-form-compact__value {
  display: block;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: .95;
  font-weight: 900;
  letter-spacing: -.045em;
  color: var(--ink);
}

.player-form-compact__trend {
  display: block;
  padding-top: 6px;
  font-size: 1.05rem;
  line-height: 1.15;
  font-weight: 900;
  color: var(--ink);
}

.player-form-compact__trend--up {
  color: var(--cc-blue);
}

.player-form-compact__trend--down {
  color: var(--cc-red);
}

.player-form-compact__trend--stable,
.player-form-compact__trend--neutral {
  color: var(--ink);
}

.player-form-compact__note {
  max-width: 620px;
  margin: 10px 0 0;
  font-size: .75rem;
  line-height: 1.5;
  color: var(--muted);
}

.season-vote {
  font-weight: 900;
  color: var(--ink);
}

@media (max-width: 620px) {
  .player-form-compact {
    grid-template-columns: 1fr;
  }

  .player-form-compact__metric {
    padding: 16px 0;
  }

  .player-form-compact__metric + .player-form-compact__metric {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--soft-rule);
  }
}
