/*
 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
*/

/* ACF Options — footer links */
.site-footer-links {
	margin-top: 16px;
}

.site-footer-links__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer-links__link {
	align-items: center;
	color: inherit;
	display: inline-flex;
	font-size: 11px;
	gap: 8px;
	letter-spacing: 0.02em;
	line-height: 1.4;
	text-decoration: none;
}

.site-footer-links__logo {
	display: block;
	height: 18px;
	width: auto;
}

.site-footer-links__link:hover .site-footer-links__text,
.site-footer-links__link:focus .site-footer-links__text {
	text-decoration: underline;
}

/*
 * Securiti sets .cmp-revoke-consent { position:absolute; bottom:10px; left:10px }
 * which pulls the Bricks footer element out of flow. Reset layout only.
 * Class is on #brxe-sxjohd (Text Basic wrapper), not the inner <a>.
 */
#brxe-sxjohd.cmp-revoke-consent,
.cmp-revoke-consent {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	bottom: auto !important;
	box-shadow: none !important;
	float: none !important;
	height: auto !important;
	inset: auto !important;
	left: auto !important;
	opacity: 1 !important;
	padding: 0 !important;
	position: static !important;
	right: auto !important;
	top: auto !important;
	transform: none !important;
	width: auto !important;
	z-index: auto !important;
}