/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-container/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 > .has-background + .recipe-highlights-container, .block-root > .has-bg + .recipe-highlights-container {
  margin-top: 0;
}
@media screen and (max-width: 782px) {
  .block-root > .has-background + .recipe-highlights-container, .block-root > .has-bg + .recipe-highlights-container {
    margin-top: 0;
  }
}
.block-root > .has-background + .recipe-highlights-container + .has-background, .block-root > .has-background + .recipe-highlights-container + .has-bg, .block-root > .has-bg + .recipe-highlights-container + .has-background, .block-root > .has-bg + .recipe-highlights-container + .has-bg {
  margin-top: -100px;
}
@media screen and (max-width: 782px) {
  .block-root > .has-background + .recipe-highlights-container + .has-background, .block-root > .has-background + .recipe-highlights-container + .has-bg, .block-root > .has-bg + .recipe-highlights-container + .has-background, .block-root > .has-bg + .recipe-highlights-container + .has-bg {
    margin-top: -65px;
  }
}
.block-root .recipe-highlights-container {
  margin: 100px auto 100px;
}
@media screen and (max-width: 782px) {
  .block-root .recipe-highlights-container {
    margin: 65px auto 65px;
  }
}
.block-root .recipe-highlights-container.has-bg + .recipe-highlights-container.has-bg, .block-root .recipe-highlights-container.has-bg + .product-highlights-container.has-bg {
  margin-top: -6.25rem;
}
.block-root .recipe-highlights-container.has-bg + .vl-block-selected-resource-highlights-grid-wrapper.has-bg, .block-root .recipe-highlights-container.has-bg + .vl-block-selected-masonry-resource-highlights-grid-outer-wrapper.has-bg {
  margin-top: -6.25rem;
}
@media screen and (max-width: 600px) {
  .block-root .recipe-highlights-container.has-bg-mobile .recipe-highlights, .block-root .recipe-highlights-container.has-bg-mobile .recipe-highlights-automatic {
    padding-top: 46px;
    padding-bottom: 46px;
  }
}

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