/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/scss/blocks/core/cover.scss ***!
  \***************************************************************************************************************************************************************************************************/
/* -- Cover -- */
.wp-block-cover.is-style-gradient .has-background-dim:not([class*=-background-color]) {
  background-color: transparent;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgb(0, 0, 0));
  opacity: 1;
}
.wp-block-cover .wp-block-buttons {
  margin-top: var(--wp--preset--spacing--30) !important; /* stylelint-disable-line declaration-no-important */
}
.wp-block-cover .wp-block-buttons .wp-block-button .wp-block-button__link {
  border-radius: 6px !important; /* stylelint-disable-line declaration-no-important */
}
.wp-block-cover.animate-zoom-out .wp-block-cover__image-background {
  animation: zoomOutSlow 8s ease-out forwards;
  transform: scale(1.2);
  transform-origin: center center;
}
@keyframes zoomOutSlow {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

:root .wp-block-cover:not(.is-light) .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):not(.has-link-color),
:root .wp-block-cover-image:not(.is-light) .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):not(.has-link-color) {
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}
:root .wp-block-cover:not(.is-light) .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):not(.has-link-color):hover,
:root .wp-block-cover-image:not(.is-light) .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):not(.has-link-color):hover {
  color: var(--wp--preset--color--black);
}
:root .wp-block-cover:not(.is-light) .wp-block-buttons .wp-block-button.is-style-minimal .wp-block-button__link:not(.has-text-color):not(.has-link-color),
:root .wp-block-cover-image:not(.is-light) .wp-block-buttons .wp-block-button.is-style-minimal .wp-block-button__link:not(.has-text-color):not(.has-link-color) {
  color: var(--wp--preset--color--white);
}
:root .wp-block-cover:not(.is-light) .wp-block-buttons .wp-block-button.is-style-minimal .wp-block-button__link:not(.has-text-color):not(.has-link-color):hover,
:root .wp-block-cover-image:not(.is-light) .wp-block-buttons .wp-block-button.is-style-minimal .wp-block-button__link:not(.has-text-color):not(.has-link-color):hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
  color: var(--wp--preset--color--black);
}
:root .wp-block-cover:not(.is-light) .wp-block-buttons .wp-block-button.is-style-text .wp-block-button__link:not(.has-text-color):not(.has-link-color),
:root .wp-block-cover-image:not(.is-light) .wp-block-buttons .wp-block-button.is-style-text .wp-block-button__link:not(.has-text-color):not(.has-link-color) {
  color: var(--wp--preset--color--white);
}
:root .wp-block-cover:not(.is-light) .wp-block-buttons .wp-block-button.is-style-text .wp-block-button__link:not(.has-text-color):not(.has-link-color):hover,
:root .wp-block-cover-image:not(.is-light) .wp-block-buttons .wp-block-button.is-style-text .wp-block-button__link:not(.has-text-color):not(.has-link-color):hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

/*# sourceMappingURL=cover.css.map*/