/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.0
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
.league-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    color: #333;
}

.league-title {
    text-align: center;
    color: #0047ab; /* Blue shade */
    margin-bottom: 40px;
}

h2 {
    color: #0047ab; /* Blue shade */
    border-bottom: 2px solid #88c057; /* Green accent */
    padding-bottom: 5px;
    margin-bottom: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

th, td {
    text-align: left;
    padding: 10px;
    border: 1px solid #ddd;
}

th {
    background-color: #0047ab; /* Blue shade */
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #f1f1f1;
}

td {
    color: #333;
}

a {
    color: #0047ab;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
/* Completed Matches */
table tr.completed {
    background-color: #f0f0f0; /* Light gray */
    color: #333; /* Dark text for readability */
}

/* Upcoming Week */
table tr.upcoming {
    background-color: #88c057; /* Green background for upcoming week */
    color: #fff; /* White text for contrast */
}

/* Table Styling (Optional) */
table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}

table th, table td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

table th {
    background-color: #0047ab; /* Blue for header */
    color: #fff;
    font-weight: bold;
}
#calendar-section {
    text-align: right;
    margin-bottom: 20px;
}

#team-select {
    padding: 5px;
    font-size: 14px;
    margin-right: 10px;
}

#calendar-link {
    color: #0047ab;
    text-decoration: none;
    font-size: 14px;
}

#calendar-link:hover {
    text-decoration: underline;
}
