/* Simple styling for FootyStats display */
.fs-leagues {margin:10px 0;}
.fs-league {padding:10px;border:1px solid #e1e1e1;border-radius:6px;margin-bottom:10px;background:#fff;}
.fs-league-name {margin:0 0 6px 0;font-size:18px;}
.fs-seasons {font-size:14px;color:#333;}
.fs-today-matches .fs-match, .fs-league-matches .fs-match {padding:10px;border:1px solid #ddd;border-radius:6px;background:#fafafa;margin-bottom:10px;}
.fs-match-header {font-size:13px;color:#666;margin-bottom:6px;}
.fs-teams {font-weight:600;margin-bottom:6px;}
.fs-score {margin-bottom:4px;}
