


/***  GROUPS  ***/

.wp-block-group.is-style-canvas.alignwide > *, 
.wp-block-group.is-style-canvas.alignfull > * {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}



/***  CARDS  ***/

.is-style-cards .wp-block-column.has-link, 
.is-style-card.has-link {
	cursor: pointer;
}



/***  IMAGES  ***/

.is-style-fancy img {
	border-radius: var(--wp--custom--radius--md);
	box-shadow: var(--wp--custom--shadow--1);
}



/***  BUTTONS  ***/

.is-style-alt-fill .wp-block-button__link {
	border: 1px solid var(--wp--custom--secondary--main);
	background-color: var(--wp--custom--secondary--main);
	color: white;
}

.is-style-alt-fill .wp-block-button__link:hover {
	border-color: var(--wp--custom--secondary--light);
	background-color: var(--wp--custom--secondary--light);
	color: white;
}


/***  LISTS  ***/

.is-style-arrow-list, 
.is-style-check-list {
	list-style: none;
}

.is-style-arrow-list li, 
.is-style-check-list li, 
.is-style-arrow-list-item, 
.is-style-check-list-item, 
.is-style-map-marker-list-item, 
.is-style-envelope-list-item, 
.is-style-phone-list-item, 
.is-style-fax-list-item, 
.is-style-clock-list-item {
	position: relative;
	list-style: none;
}

.is-style-arrow-list li:before, 
.is-style-check-list li:before, 
.is-style-arrow-list-item:before, 
.is-style-check-list-item:before, 
.is-style-map-marker-list-item:before, 
.is-style-envelope-list-item:before, 
.is-style-phone-list-item:before, 
.is-style-fax-list-item:before, 
.is-style-clock-list-item:before {
	position: absolute;
	top: 0.33em;
	left: -1.75em;
	width: 1.3em;
	height: 1.3em;
	display: block;
	font-family: 'Font Awesome 6 Pro';
	font-weight: 300;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 1em;
	text-align: center;
	color: var(--wp--custom--primary--light);
}

.is-style-arrow-list li:before, 
.is-style-arrow-list-item:before {
	content: "\f105";
}

.is-style-check-list li:before, 
.is-style-check-list-item:before {
	content: "\f00c";
}

.is-style-map-marker-list-item:before {
	content: "\f3c5";
}

.is-style-envelope-list-item:before {
	content: "\f0e0";
}

.is-style-phone-list-item:before {
	content: "\f095";
}

.is-style-fax-list-item:before {
	content: "\f1ac";
}

.is-style-clock-list-item:before {
	content: "\f017";
}



