/*** 
* This CSS file adds all the needed CSS for custom ACF blocks
* It is included in acf-custom-blocks/register-blocks.php
* See the ACF block documentation (https://www.advancedcustomfields.com/resources/blocks/) or the register file for more information
* 2022-03-10 - KM
***/

/*** General Block CSS - 2022-04-1 - KM ***/

/* Remove the ability to click links in the block editor */
.acf-block-preview {
    pointer-events: none;
}

/*** End - General Block CSS - 2022-04-1 - KM ***/

/*** Sponsor Block CSS - 2022-04-1 - KM ***/

/* Overwrite the default .single-sponsor margin if the alignment is set on the block */
.acf-block-sponsor .single-sponsor {
	margin: 1rem auto;
}

/* Make the editor reflect the center alignment */
.acf-block-preview .single-sponsor-block  {
	text-align: center;
}

/*** End - Sponsor Block CSS - 2022-04-1 - KM ***/

/*** Resources Block CSS - 2022-04-4 - KM ***/

/* Reduce the default p margin to make results more compact */

.acf-block-resource p {
	margin-bottom: 0.75em;
}

.resource-indent, .resource-type-entry-blank  {
	padding: 10px;
}

.bold-text {
	font-weight: bold;
}

.italic-text {
	font-style: italic;
}

/*** End - Resources Block CSS - 2022-04-4 - KM ***/