/*
 Theme Name:   ANSL Bricks Child
 Theme URI:    https://andreslotta.com/
 Description:  Personal Bricks child theme blueprint.
 Author:       André Slotta
 Author URI:   https://andreslotta.com/
 Template:     bricks
 Version:      1.0.0
 Requires at least: 6.0
 Requires PHP: 7.4
 Text Domain:  ansl-bricks-child
*/

/* Bricks: Disable default flex-wrap on core layout elements */
:where(.brxe-section, .brxe-container, .brxe-block) {
	flex-wrap: nowrap;
}

/* BricksExtras: Align Header Row inline padding with the section gutter */
:where(.brxe-xheaderrow) {
	padding-inline: var(--gutter, 0);
}
