/* بنر تغطية المباراة (أول/آخر المقال) — يربط المقال بالتغطية المباشرة */
.mcb{display:flex;align-items:center;gap:14px;flex-wrap:wrap;justify-content:space-between;
  text-decoration:none;color:#fff;background:linear-gradient(110deg,#0a5c3a,#0c7a4a 60%,#0a5c3a);
  border-radius:12px;padding:12px 16px;margin:14px 0;box-shadow:0 4px 14px -6px rgba(0,0,0,.35);
  font-family:inherit;direction:rtl}
.mcb--bottom{margin-top:22px}
.mcb-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.16);
  padding:4px 10px;border-radius:20px;font-size:13px;font-weight:700;flex:0 0 auto}
.mcb-dot{width:8px;height:8px;border-radius:50%;background:#ff3b30;display:inline-block;
  animation:mcbdot 1.3s ease-in-out infinite}
@keyframes mcbdot{0%{opacity:1;transform:scale(1);box-shadow:0 0 0 0 rgba(255,59,48,.6)}
  70%{opacity:.6;transform:scale(.8);box-shadow:0 0 0 6px rgba(255,59,48,0)}
  100%{opacity:1;transform:scale(1);box-shadow:0 0 0 0 rgba(255,59,48,0)}}
.mcb-badge.mcb-ended .mcb-dot{display:none}
.mcb-mid{display:flex;align-items:center;gap:12px;flex:1 1 auto;justify-content:center;min-width:0}
.mcb-team{display:inline-flex;align-items:center;gap:7px;font-size:15px;font-weight:700;min-width:0}
.mcb-flag{width:26px;height:18px;object-fit:cover;border-radius:3px;flex:0 0 auto}
.mcb-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:38vw}
.mcb-vs{display:inline-flex;flex-direction:column;align-items:center;min-width:42px}
.mcb-score{font-size:18px;font-weight:800;line-height:1.1;letter-spacing:.5px}
.mcb-min{font-size:11px;font-weight:600;color:#d6ffe9;min-height:13px}
.mcb-cta{font-size:13px;font-weight:700;background:#fff;color:#0a5c3a;padding:7px 14px;
  border-radius:8px;flex:0 0 auto;white-space:nowrap}
@media (max-width:560px){
  .mcb{gap:8px;padding:10px 12px}
  .mcb-cta{order:3;flex:1 1 100%;text-align:center}
  .mcb-name{max-width:30vw;font-size:14px}
}
@media (prefers-reduced-motion:reduce){.mcb-dot{animation:none}}
