/* Futebol Engine 0.8.88 — isolated team matches page UI only. */
.fe-match-seo-page .fe-team-featured-match{padding:22px;border:1px solid #e7e7e7;border-radius:16px;background:#fff}
.fe-match-seo-page .fe-team-featured-clubs{display:grid;grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr);align-items:center;gap:10px;margin:14px 0 16px;max-width:560px}
.fe-match-seo-page .fe-team-featured-club{display:flex;align-items:center;gap:10px;min-width:0}
.fe-match-seo-page .fe-team-featured-club:last-child{justify-content:flex-end;text-align:right}
.fe-match-seo-page .fe-team-featured-club img{width:42px!important;height:42px!important;max-width:42px!important;max-height:42px!important;object-fit:contain!important;flex:0 0 42px}
.fe-match-seo-page .fe-team-featured-club strong{font-size:1.05rem;line-height:1.2;color:#111}
.fe-match-seo-page .fe-team-featured-vs{text-align:center;font-size:1.1rem;font-weight:900;color:#888}
@media(max-width:560px){.fe-match-seo-page .fe-team-featured-club{flex-direction:column;text-align:center!important;justify-content:center!important;gap:6px}.fe-match-seo-page .fe-team-featured-club img{width:36px!important;height:36px!important;max-width:36px!important;max-height:36px!important}.fe-match-seo-page .fe-team-featured-club strong{font-size:.92rem}}
