.football-news{width:min(980px,calc(100% - 28px));max-width:980px;margin:34px auto 36px;padding:22px;border:1px solid rgba(96,165,250,.22);border-radius:18px;background:linear-gradient(145deg,rgba(15,35,70,.82),rgba(7,17,36,.9));box-shadow:0 18px 42px rgba(2,6,23,.22)}
.football-news[hidden]{display:none}
.football-news-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}
.football-news-kicker{margin:0 0 4px;color:#93c5fd;font-size:.78rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.football-news h2{margin:0;color:#f8fafc;font-size:clamp(1.25rem,2.8vw,1.8rem);line-height:1.2}
.football-news-intro{margin:7px 0 0;color:#a9b8cc;font-size:.94rem;line-height:1.6}
.football-news-source{flex:0 0 auto;padding:7px 10px;border:1px solid rgba(147,197,253,.28);border-radius:999px;color:#bfdbfe;font-size:.8rem;font-weight:800;white-space:nowrap}
.football-news-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.football-news-card{display:grid;grid-template-columns:104px minmax(0,1fr);gap:13px;min-width:0;padding:12px;border:1px solid rgba(148,163,184,.17);border-radius:13px;background:rgba(15,23,42,.72)}
.football-news-card-image{width:104px;height:78px;object-fit:cover;border-radius:9px;background:#111c31}
.football-news-image-link{display:block;width:104px;height:78px}
.football-news-image-link .football-news-card-image{display:block}
.football-news-card-body{min-width:0}
.football-news-card h3{margin:0;color:#f8fafc;font-size:1rem;line-height:1.4}
.football-news-title-link{color:inherit;text-decoration:none}
.football-news-title-link:hover{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}
.football-news-summary{margin:6px 0;color:#b7c4d6;font-size:.86rem;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.football-news-meta{display:flex;flex-wrap:wrap;align-items:center;gap:5px 9px;margin-top:7px;color:#8fa2bb;font-size:.78rem}
.football-news-meta strong{color:#cbd5e1;font-weight:700}
.football-news-read{display:inline-flex;align-items:center;justify-content:center;margin-top:8px;padding:8px 11px;border-radius:8px;background:#2563eb;color:#fff;font-size:.8rem;font-weight:800;transition:background .15s,transform .15s}
.football-news-read:hover{background:#3b82f6;transform:translateY(-1px)}
.football-news-secondary-read{display:inline-flex;align-items:center;margin:8px 0 0 12px;color:#1261d8;font-size:.86rem;font-weight:700}
.football-news-secondary-read:hover{text-decoration:underline}
.football-news-status{margin:14px 0 0;color:#94a3b8;font-size:.82rem}

.football-news-source-groups{display:grid;gap:20px}
.football-news-source-group{padding:16px;border:1px solid rgba(148,163,184,.2);border-radius:15px;background:rgba(15,23,42,.45)}
.football-news-source-group--maxifoot{border-left:4px solid #60a5fa}
.football-news-source-group--lequipe{border-left:4px solid #fbbf24}
.football-news-source-group--predictions{border-left:4px solid #34d399}
.football-news-source-group-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:13px}
.football-news-source-group-header h3{margin:0;color:#f8fafc;font-size:1.12rem;line-height:1.35}
.football-news-source-group-header p:not(.football-news-kicker){margin:5px 0 0;color:#b7c4d6;font-size:.88rem;line-height:1.5}
.football-news-inline-source{display:inline-flex;flex:0 0 auto;padding:6px 9px;border:1px solid rgba(147,197,253,.28);border-radius:999px;color:#bfdbfe;font-size:.78rem;font-weight:800;white-space:nowrap}
.football-news-status[hidden]{display:none}
.football-news-inline{margin:28px 0;padding:15px 17px;border:1px solid rgba(96,165,250,.2);border-left:3px solid #60a5fa;border-radius:13px;background:linear-gradient(145deg,rgba(15,35,70,.58),rgba(7,17,36,.72));box-shadow:0 10px 24px rgba(2,6,23,.12)}
.football-news-inline-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.football-news-inline .football-news-kicker{margin:0;color:#93c5fd;font-size:.68rem}
.football-news-inline-source{color:#bfdbfe;font-size:.68rem;font-weight:800;white-space:nowrap}
.football-news-inline .football-news-card{grid-template-columns:92px minmax(0,1fr);padding:0;border:0;background:transparent;box-shadow:none}
.football-news-inline .football-news-card-image{width:92px;height:70px}
.football-news-inline .football-news-image-link{width:92px;height:70px}
.football-news-inline .football-news-card h3{font-size:.88rem}
.football-news-inline .football-news-summary{-webkit-line-clamp:2}
@media(max-width:700px){
  .football-news{margin:26px 14px 30px;padding:16px}
  .football-news-header{display:block}
  .football-news-source{display:inline-flex;margin-top:11px}
  .football-news-list{grid-template-columns:1fr}
  .football-news-card{grid-template-columns:92px minmax(0,1fr);gap:11px}
  .football-news-card-image{width:92px;height:70px}
  .football-news-image-link{width:92px;height:70px}
  .football-news-inline{margin:26px 0;padding:14px}
  .football-news-inline-header{align-items:flex-start}
  .football-news-inline .football-news-card{grid-template-columns:78px minmax(0,1fr);gap:10px}
  .football-news-inline .football-news-card-image{width:78px;height:62px}
  .football-news-inline .football-news-image-link{width:78px;height:62px}
  .football-news-intro{font-size:.98rem}
  .football-news-card h3{font-size:1rem}
  .football-news-summary{font-size:.88rem}
  .football-news-meta{font-size:.78rem}
  .football-news-source-group-header{display:block}
  .football-news-inline-source{margin-top:8px}
}
.football-news-kicker{margin:0 0 4px;color:#60a5fa;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.football-news-card-body h3{margin-top:0}
.matchendirect-pronostics{width:min(980px,calc(100% - 28px));max-width:980px;margin:34px auto 36px;padding:22px;border:1px solid rgba(96,165,250,.22);border-radius:18px;background:linear-gradient(145deg,rgba(15,35,70,.82),rgba(7,17,36,.9));box-shadow:0 18px 42px rgba(2,6,23,.22)}
.matchendirect-pronostics[hidden]{display:none}
.matchendirect-pronostics-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}
.matchendirect-pronostics-kicker{margin:0 0 4px;color:#60a5fa;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.matchendirect-pronostics h2{margin:0;color:#f8fafc;font-size:clamp(1.25rem,2.8vw,1.8rem);line-height:1.2}
.matchendirect-pronostics-intro{margin:7px 0 0;color:#a9b8cc;font-size:.84rem;line-height:1.55}
.matchendirect-pronostics-source{flex:0 0 auto;padding:7px 10px;border:1px solid rgba(147,197,253,.28);border-radius:999px;color:#bfdbfe;font-size:.72rem;font-weight:800;white-space:nowrap}
.matchendirect-pronostics-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.matchendirect-pronostic-card{min-width:0;padding:14px;border:1px solid rgba(148,163,184,.17);border-radius:13px;background:rgba(15,23,42,.72)}
.matchendirect-pronostic-card-body{min-width:0}
.matchendirect-pronostic-kicker{margin:0 0 5px;color:#93c5fd;font-size:.7rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.matchendirect-pronostic-card h3{margin:0;color:#f8fafc;font-size:.95rem;line-height:1.35}
.matchendirect-pronostic-card h3 a{color:inherit;text-decoration:none}
.matchendirect-pronostic-card h3 a:hover{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}
.matchendirect-pronostic-summary{margin:7px 0;color:#b7c4d6;font-size:.78rem;line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.matchendirect-pronostic-date{display:block;margin-top:8px;color:#8fa2bb;font-size:.7rem}
.matchendirect-pronostic-read{display:inline-flex;align-items:center;justify-content:center;margin-top:10px;padding:7px 10px;border-radius:8px;background:#2563eb;color:#fff;font-size:.72rem;font-weight:800;transition:background .15s,transform .15s}
.matchendirect-pronostic-read:hover{background:#3b82f6;transform:translateY(-1px)}
.matchendirect-pronostics-status{margin:14px 0 0;color:#94a3b8;font-size:.75rem}
.matchendirect-pronostics-status a{color:#bfdbfe;font-weight:700;text-decoration:underline;text-underline-offset:2px}
@media(max-width:700px){
  .matchendirect-pronostics{margin:26px 14px 30px;padding:16px}
  .matchendirect-pronostics-header{display:block}
  .matchendirect-pronostics-source{display:inline-flex;margin-top:11px}
  .matchendirect-pronostics-list{grid-template-columns:1fr}
}
