/*
Theme Name: best10sweeps
Theme URI: https://best10sweeps.com/
Author: Stepfox
Author URI: https://stepfoxthemes.com
Description: Block-based theme with templates and parts, styled and wired up for Weight Loss. Clean, responsive, and optimized for the site editor.
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
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: best10sweeps
Domain Path: /languages
Tags: blog, custom-colors, custom-logo, custom-menu, featured-images, translation-ready, block-styles, wide-blocks, full-site-editing
*/

.wp-block-post-template > .wp-block-post {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

/* Mobile responsive hero/cover section */
@media screen and (max-width: 768px) {
    .wp-block-cover.alignfull {
        min-height: auto !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .wp-block-group.has-flag-gradient-background {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .wp-block-cover .wp-block-columns {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 10px !important;
    }

    .wp-block-cover .wp-block-column {
        flex-basis: 100% !important;
        width: 100% !important;
    }

    .wp-block-cover .wp-block-heading {
        font-size: 22px !important;
        margin-bottom: 10px !important;
        line-height: 1.1 !important;
        text-align: center;
    }

    .wp-block-cover .wp-block-image img {
        width: 150px !important;
    }
}



