/*
 * FF Ligenplaner – Frontend-Styles
 * Version: 1.0
 */

.fflp-spielplan,
.fflp-spieltage-cards,
.fflp-ergebnisse {
  font-family: inherit;
  margin-bottom: 1.5rem;
}

.fflp-spielplan-title { font-size: 1.2rem; margin-bottom: .75rem; }

/* ── Tabelle ─────────────────────────────────────────────────────────────── */
.fflp-table-wrap { overflow-x: auto; }
.fflp-pub-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .9rem;
}
.fflp-pub-table th {
  background: #f0f4f0;
  padding: .5rem .75rem;
  text-align: left;
  border-bottom: 2px solid #d0e0d0;
  color: #2a6a2a;
  font-size: .82rem;
}
.fflp-pub-table td {
  padding: .5rem .75rem;
  border-bottom: 1px solid #e8f0e8;
  vertical-align: top;
}
.fflp-pub-table tr:hover td { background: #f8fbf8; }

/* ── Spieltag-Karten ─────────────────────────────────────────────────────── */
.fflp-spieltag-pub-card {
  border: 1px solid #d0e0d0;
  border-radius: 6px;
  padding: 1rem;
  margin-bottom: .75rem;
  border-left: 4px solid #4a9a4a;
}
.fflp-spieltag-pub-card.fflp-pub-fallback { border-left-color: #cc6600; }
.fflp-pub-st-header { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; margin-bottom: .5rem; }
.fflp-pub-runde { font-weight: 700; color: #2a6a2a; }
.fflp-pub-datum { font-size: .9rem; }
.fflp-pub-halle { font-size: .85rem; color: #6a8a6a; margin-bottom: .5rem; }
.fflp-pub-spiele { list-style: none; padding: 0; margin: 0; font-size: .88rem; }
.fflp-pub-spiele li { padding: .25rem 0; border-bottom: 1px solid #eef4ee; }
.fflp-pub-spiele li:last-child { border: none; }
.fflp-pub-spiel { font-size: .85rem; }
.fflp-pub-zeit { color: #6a8a6a; font-size: .8rem; font-family: monospace; min-width: 80px; display: inline-block; }
.fflp-pub-badge-warn { background: #fff4e0; color: #b35a00; border: 1px solid #cc660044; border-radius: 20px; font-size: .72rem; padding: .1rem .5rem; }
.fflp-erg { text-align: center; font-size: 1rem; }
.fflp-public-error { color: #a00; font-style: italic; }
