.fff-public{max-width:1000px;margin:20px auto;font-family:inherit}.fff-public-head{display:flex;justify-content:space-between;align-items:center;padding:22px 24px;background:#111827;color:#fff;border-radius:14px 14px 0 0}.fff-public-head span{font-size:12px;text-transform:uppercase;letter-spacing:1.5px;opacity:.7}.fff-public-head h2{margin:3px 0;color:#fff}.fff-public-round{border:1px solid #e5e7eb;border-top:0}.fff-public-round h3{margin:0;padding:12px 18px;background:#f8fafc;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.fff-public-match{display:grid;grid-template-columns:90px 1fr 180px;align-items:center;gap:15px;padding:16px 18px;border-top:1px solid #eef2f7}.fff-public-date{display:flex;flex-direction:column}.fff-public-date span{font-size:12px;color:#64748b}.fff-public-teams{display:flex;align-items:center;justify-content:center;gap:16px;text-align:center}.fff-public-teams span{color:#94a3b8;font-size:12px}.fff-public-meta{text-align:right;color:#64748b;font-size:13px}.fff-empty{padding:20px;border:1px solid #e5e7eb;border-radius:10px}@media(max-width:650px){.fff-public-match{grid-template-columns:65px 1fr}.fff-public-meta{grid-column:2;text-align:center}.fff-public-teams{gap:8px;flex-wrap:wrap}}

/* 2.2.0: centered fixture matchup presentation */
.fff-fixture-match,.fff-fixture-row .fff-match,.fff-matchup{
    display:grid;
    grid-template-columns:minmax(0,1fr) 56px minmax(0,1fr);
    align-items:center;
    width:100%;
}
.fff-fixture-match .fff-home,.fff-fixture-row .fff-home,.fff-matchup .fff-home{
    text-align:right;
    justify-self:end;
    padding-right:12px;
}
.fff-fixture-match .fff-away,.fff-fixture-row .fff-away,.fff-matchup .fff-away{
    text-align:left;
    justify-self:start;
    padding-left:12px;
}
.fff-fixture-match .fff-vs,.fff-fixture-row .fff-vs,.fff-matchup .fff-vs{
    text-align:center!important;
    justify-self:center;
    width:56px;
    margin:0;
}
@media(max-width:700px){
    .fff-fixture-match,.fff-fixture-row .fff-match,.fff-matchup{
        grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr);
    }
    .fff-fixture-match .fff-home,.fff-fixture-row .fff-home,.fff-matchup .fff-home{padding-right:8px}
    .fff-fixture-match .fff-away,.fff-fixture-row .fff-away,.fff-matchup .fff-away{padding-left:8px}
    .fff-fixture-match .fff-vs,.fff-fixture-row .fff-vs,.fff-matchup .fff-vs{width:42px}
}
