/*
Theme Name: WP Sports Theme
Theme URI: https://yourwebsite.com/
Author: Your Name
Author URI: https://yourwebsite.com/
Description: A custom theme for streaming sports, with an editable match schedule.
Version: 1.2
*/

body {
    font-family: 'Inter', sans-serif;
}

/* Responsive Ad Container styles */
.ad-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Prevents large ads from breaking layout */
    margin-left: auto;
    margin-right: auto;
}
.ad-container-728-90 {
    max-width: 728px;
    width: 100%;
    height: 90px;
    background-color: #374151;
}

.ad-300-250 { 
    height: 250px; 
    width: 100%; 
    max-width: 300px; 
    margin-left: auto; 
    margin-right: auto;
    background-color: #374151;
}

