/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/blocks/recipe-highlights/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Breakpoints & Media Queries
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Breakpoint mixins
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
.block-root .recipe-highlights {
  position: relative;
}
.block-root .recipe-highlights::before, .block-root .recipe-highlights::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  z-index: 3;
  pointer-events: none;
}
.block-root .recipe-highlights::before {
  left: -100%;
}
.block-root .recipe-highlights::after {
  right: -100%;
}
.block-root .recipe-highlights.swiper::before, .block-root .recipe-highlights.swiper::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.block-root .recipe-highlights.swiper::before.has-background, .block-root .recipe-highlights.swiper::after.has-background {
  background: inherit;
}
.block-root .recipe-highlights.swiper::before {
  left: -100%;
}
.block-root .recipe-highlights.swiper::after {
  right: -100%;
}
.block-root .recipe-highlights.has-background {
  padding: 80px 0 80px;
}
.block-root .recipe-highlights.has-background::before, .block-root .recipe-highlights.has-background::after {
  background: inherit;
}
.block-root .recipe-highlights__heading {
  max-width: 42.5rem;
  width: 100%;
  font-family: var(--font-family-sans);
  font-style: normal;
  line-height: 1;
}
.block-root .recipe-highlights__heading.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}
.block-root .recipe-highlights__heading + .recipe-highlights__paragraph {
  margin-top: 1.5rem;
}
.block-root .recipe-highlights__paragraph {
  max-width: 42.5rem;
  width: 100%;
  font-family: var(--font-family-omnes);
  font-style: normal;
  font-weight: var(--font-weight-omnes-regular);
  font-size: 1.125rem;
  line-height: 1.4375rem;
}
.block-root .recipe-highlights__paragraph.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}
.block-root .recipe-highlights .swiper {
  position: relative;
}
.block-root .recipe-highlights .swiper > .swiper-button-next,
.block-root .recipe-highlights .swiper > .swiper-button-prev {
  width: 14px;
  height: 24px;
  position: absolute;
  top: calc(50% - 24px);
  z-index: 101;
  cursor: pointer;
  opacity: 1;
}
.block-root .recipe-highlights .swiper > .swiper-button-next.swiper-button-disabled,
.block-root .recipe-highlights .swiper > .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.block-root .recipe-highlights .swiper > .swiper-button-next {
  right: -28px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2724%27 viewBox=%270 0 14 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2 2L12 12L2 22%27 stroke=%27%23002F6D%27 stroke-width=%274%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 782px) {
  .block-root .recipe-highlights .swiper > .swiper-button-next {
    right: -22px;
  }
}
@media screen and (max-width: 600px) {
  .block-root .recipe-highlights .swiper > .swiper-button-next {
    display: none;
  }
}
.block-root .recipe-highlights .swiper > .swiper-button-prev {
  left: -30px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2724%27 viewBox=%270 0 14 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2 2L12 12L2 22%27 stroke=%27%23002F6D%27 stroke-width=%274%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  transform: rotate(180deg);
}
@media screen and (max-width: 782px) {
  .block-root .recipe-highlights .swiper > .swiper-button-prev {
    left: -22px;
  }
}
@media screen and (max-width: 600px) {
  .block-root .recipe-highlights .swiper > .swiper-button-prev {
    display: none;
  }
}

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