/**
 * W4S Admin Public Styles
 * 
 * @package W4S_Admin
 * @since 1.0.0
 */

/* Countdown Shortcode Styles */
.w4s-countdown-container {
    margin: 20px 0;
}

.w4s-match-item {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.w4s-match-category {
    font-weight: bold;
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.w4s-match-teams {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #212529;
}

.w4s-home-team,
.w4s-away-team {
    color: #0d6efd;
}

.w4s-vs {
    color: #6c757d;
    font-weight: normal;
    margin: 0 10px;
}

.w4s-match-score {
    margin-top: 10px;
}

.w4s-score-large {
    font-size: 24px;
    font-weight: bold;
    color: #198754;
    background: #d1e7dd;
    padding: 8px 16px;
    border-radius: 6px;
    display: inline-block;
}

.w4s-match-countdown {
    margin-top: 10px;
}

.w4s-countdown-timer {
    font-size: 16px;
    color: #fd7e14;
    font-weight: 500;
}

.w4s-no-matches {
    text-align: center;
    padding: 20px;
    color: #6c757d;
    font-style: italic;
}

/* Filter Statistika Styles */
.w4s-filter-statistika {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

/* Scorers Styles */
.w4s-aci-scorers {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

/* Players Styles */
.w4s-aci-players {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

/* Link Edit Styles */
.w4s-link-edit {
    display: inline-block;
    margin: 5px 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .w4s-match-teams {
        font-size: 16px;
    }
    
    .w4s-score-large {
        font-size: 20px;
        padding: 6px 12px;
    }
    
    .w4s-match-item {
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .w4s-match-teams {
        font-size: 14px;
    }
    
    .w4s-score-large {
        font-size: 18px;
        padding: 4px 8px;
    }
    
    .w4s-vs {
        margin: 0 5px;
    }
}
