/*
Theme Name: Racing to Save America theme Child
Template: rtsa
Author: Child Theme Configurator
Description: TODO
Tags: bootstrap,_s,_strap
Version: 0.1.1780760483
Updated: 2026-06-06 15:41:23

*/
/* ============================================= */
/* Enable Full Width & Wide Width Blocks Site-Wide */
/* ============================================= */

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

.alignwide {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
}

/* Make images inside full-width blocks behave correctly */
.alignfull img,
.alignfull .wp-block-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}
