/*
Theme Name: WP Football 2026
Theme URI: https://example.com/wp-football-2026
Author: Trae AI
Author URI: https://example.com
Description: A minimalist, clean, and international football prediction theme for WordPress, focused on World Cup 2026 and Match Recommendations. Features a mixed media layout and sidebar support.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-football-2026
Tags: football, sports, minimalist, clean, two-columns, responsive-layout
*/

/* 
    This theme uses Tailwind CSS via CDN for styling simplicity in this template version.
    Real production themes might compile Tailwind locally.
    Base styles are handled by Tailwind's preflight.
*/

/* Custom WordPress Classes that might be needed */
.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.wp-caption {
    max-width: 100%;
}
