/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
/**
 *
 * Frontend Styles
 *
 */
.alert-banner {
  min-height: var(--sitewide-banner-height);
  width: 100%;
}
.alert-banner__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: var(--wp--custom--grid-width--default);
  padding-left: var(--padding-inner);
  padding-right: var(--padding-inner);
}
.alert-banner__cover-wrap {
  padding-top: var(--wp--custom--spacing--xs);
}
.alert-banner__text {
  font-size: var(--wp--preset--font-size--body);
  font-weight: var(--wp--custom--font-weight--medium);
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center;
}

/*# sourceMappingURL=style-index.css.map*/