/*
 * Yougu child theme overrides.
 */

/* Stats: dark background + reduced top gap after hero */
.wp-block-cover.alignfull + .wp-block-group.alignfull {
    background-color: var(--wp--preset--color--contrast) !important;
    padding-top: var(--wp--preset--spacing--50) !important;
}

.wp-block-cover.alignfull + .wp-block-group.alignfull .wp-block-group.has-neutral-100-background-color {
    background-color: rgba(255, 255, 255, 0.08) !important;
}

.wp-block-cover.alignfull + .wp-block-group.alignfull .has-primary-color {
    color: var(--wp--preset--color--base) !important;
}

.wp-block-cover.alignfull + .wp-block-group.alignfull .has-neutral-600-color {
    color: var(--wp--preset--color--neutral-400) !important;
}

/* Footer: site title uses missing footer-brand preset, fallback to H1 */
.site-footer .wp-block-site-title {
    font-size: var(--wp--preset--font-size--heading-5) !important;
}

/*
Theme Name: Yougu
Theme URI: https://www.aigent.ren
Author: CCLee
Author URI: https://www.aigent.ren
Description: Deployment companion for CCLEE theme. Provides site-level customizations without modifying the parent theme.
Template: cclee
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.9.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yougu
*/
