/* stylelint-disable order/order */
/* stylelint-enable order/order */
/*
* Used to add the CSS Grid properties for the 12-column grid.
*
* @return string  The CSS Grid properties for the 12-column grid.
*/
/****************
 * Fonts
 *
 * The font settings are defined via the gulp figma task creates variables in the css/__base-includes/figma/_figma-font-styles.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/****************
 * Colors
 *
 * The primary colors are defined via the gulp figma task creates variables in the css/__base-includes/figma/_figma-color-variables.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
/*
This file can be used for optional additions to the Figma-generated font style mixins in the figma/_figma-font-styles.scss file.

For example, if you want to add styles to the @overline mixin, just create a mixin here called @overline-custom and that CSS will be added to the primary mixin:

@mixin overline-custom() {
	font-weight: 700;
}
*/
.wp-block-html {
  padding: clamp(6rem, 2.5714285714rem + 7.1428571429vw, 9rem) 0;
}
.wp-block-html:first-child .iframe-wrapper:first-child {
  margin-top: 0;
}
.wp-block-html:last-child .iframe-wrapper:last-child {
  margin-bottom: 0;
}
.bg-transparent + .wp-block-html {
  padding-top: 0;
}
.wp-block-html + .acf-block.bg-transparent {
  padding-top: 0;
}
.wp-block-html iframe:not([title=reCAPTCHA]) {
  width: 100%;
  min-height: 25rem;
}
.wp-block-html .iframe-wrapper {
  padding-bottom: 75%;
}