/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
/* Copper Forms embeds (replace the native Bricks forms) */
.contact-26__form-embed {
	width: 100%;
	height: var(--form-embed-height, 600px);
	border: 0;
	background-color: transparent;
	color-scheme: light;
}

/* An iframe can't size to its own content, so each embed gets a measured
   height. The membership form carries three more fields than the contact one,
   and grows taller again once the column narrows past the 478px breakpoint. */
.contact-26__form-embed.membership {
	--form-embed-height: 850px;
}

@media (max-width: 478px) {
	.contact-26__form-embed.membership {
		--form-embed-height: 900px;
	}
}

/* 404 page — inline links inherit the hero's colour rather than browser blue */
.not-found a:not(.brxe-button) {
	color: var(--primary-d-3);
	text-decoration: underline;
	text-underline-offset: 0.2em;
}
