/*
Theme Name: K.F.F. Mettenheim
Theme URI: https://kff-mettenheim.de
Author: K.F.F. Mettenheim
Author URI: https://kff-mettenheim.de
Description: Custom theme for K.F.F. Mettenheim (Katalanische Fußball Freunde) - A sports club theme with Elementor support
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kff-theme
Tags: custom-header, custom-menu, custom-logo, editor-style, featured-images, full-width-template, one-column, two-columns, footer-widgets, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/*
 * The main styles are imported from assets/css/styles.css
 * This file only contains theme metadata for WordPress
 */

/* Additional WordPress-specific styles can be added here if needed */

/* Ensure Elementor content is full-width when needed */
.elementor-page .site-main {
    padding: 0;
}

.elementor-page .site-main article {
    margin: 0;
}

.elementor-page .entry-content {
    margin: 0;
}

/* Ensure proper alignment for WordPress blocks */
.alignwide {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
}
