/* Genel tablo ve başlıklar */
.mp-mackolik{font-family:inherit}
.mp-mackolik .mp-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}
.mp-mackolik .mp-logo{width:40px;height:40px;object-fit:contain}
.mp-mackolik .mp-title{font-weight:700;font-size:1.1rem}
.mp-mackolik table{width:100%;border-collapse:collapse}
.mp-mackolik th,.mp-mackolik td{padding:.55rem;border-bottom:1px solid #e5e7eb;text-align:left}
.mp-mackolik th{font-weight:600;background:#f8fafc}
.mp-mackolik .muted{color:#6b7280;font-size:.875rem}
.mp-mackolik .badge{display:inline-block;padding:.1rem .4rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.75rem}
.mp-mackolik .right{text-align:right}

/* Seçilen takım satırı (puan durumu): satır vurgusu */
.mp-mackolik tr.mp-target {
  background:#fff7ed;
  border-left:3px solid var(--mp-primary, #FF6600) !important;
}
.mp-mackolik tr.mp-target td { border-bottom-color:#fed7aa; }

/* Rozette takım rengi */
.mp-mackolik .badge-primary {
  border-color:var(--mp-primary, #FF6600) !important;
}

/* Sadece seçili takım adını (strong.target) renk + bold yap */
.mp-mackolik .target {
  color:var(--mp-primary, #FF6600) !important;
  font-weight:700 !important;
}

/* Kart görünümleri (son/gelecek maç) */
.mp-mackolik.mp-card{
  background:#fff; border-radius:10px; box-shadow:0 2px 10px rgba(0,0,0,.08);
  padding:18px; max-width:780px; margin:12px auto;
}
.mp-mackolik .mp-card-date{ text-align:center; color:#4b5563; font-size:.95rem; margin-bottom:8px;}
.mp-mackolik .mp-card-inner{ display:flex; align-items:center; justify-content:space-between; gap:16px; }
.mp-mackolik .mp-card-team{ flex:1; display:flex; flex-direction:column; align-items:center; gap:8px; }
.mp-mackolik .mp-card-logo{ width:72px; height:72px; object-fit:contain; }
.mp-mackolik .mp-card-name{ font-size:1.05rem; color:#111827; text-align:center; }
.mp-mackolik .mp-card-name.strong{ font-weight:700; }
.mp-mackolik .mp-card-center{ min-width:180px; display:flex; flex-direction:column; align-items:center; }
.mp-mackolik .mp-card-score{ font-size:3rem; line-height:1; font-weight:800; color:#111827; letter-spacing:2px; }
.mp-mackolik .mp-card-status{ margin-top:6px; font-size:.95rem; color:#6b7280; }

