/* Mubrayat.com - Full Matches Page Styles */
.mubrayat-full-page-wrapper {
    font-family: 'Cairo', sans-serif;
    width: 100%;
    max-width: 1024px;
    margin: 20px auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.mfp-loader { text-align: center; padding: 60px 0; }
.mfp-spinner { /* يمكنك إضافة أي شكل تحميل هنا */ border: 4px solid #f3f3f3; border-top: 4px solid #03dac6; border-radius: 50%; width: 40px; height: 40px; animation: spin 1s linear infinite; margin: 0 auto 15px; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

.mfp-league-section { background-color: #1e1e1e; border-radius: 8px; margin-bottom: 25px; overflow: hidden; }
.mfp-league-header { display: flex; align-items: center; gap: 15px; background-color: #2c2c2c; padding: 12px 15px; }
.mfp-league-header img { width: 30px; height: 30px; border-radius: 50%; }
.mfp-league-header h2 { color: #fff; margin: 0; font-size: 1.5rem; }

.mfp-match-card { display: flex; align-items: center; padding: 15px; border-bottom: 1px solid #2c2c2c; transition: background-color 0.2s ease; }
.mfp-match-card:last-child { border-bottom: none; }
.mfp-match-card:hover { background-color: #252525; }

.mfp-team { flex: 1; display: flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 600; color: #e0e0e0; }
.mfp-team.team-right { justify-content: flex-end; direction: ltr; }
.mfp-team img { width: 28px; height: 28px; }

.mfp-center { width: 150px; text-align: center; }
.mfp-score { font-size: 1.8rem; font-weight: 700; color: #fff; }
.mfp-status { font-size: 12px; color: #a0a0a0; }
.mfp-status.live { color: #e91e63; font-weight: bold; }

/* AdSense Placeholder Style */
.adsense-placeholder {
    width: 100%;
    min-height: 90px;
    background-color: #222;
    border-radius: 8px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 14px;
}
