/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/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 .vl-block-latest-recipes {
  position: relative;
  display: grid;
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  margin: 3rem 0;
}
.block-root .vl-block-latest-recipes > .recipe-highlights-count {
  position: absolute;
  top: -35px;
}
.block-root .vl-block-latest-recipes.large-left, .block-root .vl-block-latest-recipes.large-right {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(6, 1fr) !important;
  height: 100%;
}
.block-root .vl-block-latest-recipes.large-left .vl-block-recipe-card:first-of-type, .block-root .vl-block-latest-recipes.large-right .vl-block-recipe-card:first-of-type {
  flex: 0 0 auto;
  max-width: none;
}
.block-root .vl-block-latest-recipes.large-left .vl-block-recipe-card:not(.block-root .vl-block-latest-recipes.large-left .vl-block-recipe-card:first-of-type, .block-root .vl-block-latest-recipes.large-right .vl-block-recipe-card:first-of-type), .block-root .vl-block-latest-recipes.large-right .vl-block-recipe-card:not(.block-root .vl-block-latest-recipes.large-left .vl-block-recipe-card:first-of-type, .block-root .vl-block-latest-recipes.large-right .vl-block-recipe-card:first-of-type) {
  flex: 0 0 auto;
  max-width: none;
  grid-column: span 2;
}
@media screen and (max-width: 782px) {
  .block-root .vl-block-latest-recipes.large-left .vl-block-recipe-card:not(.block-root .vl-block-latest-recipes.large-left .vl-block-recipe-card:first-of-type, .block-root .vl-block-latest-recipes.large-right .vl-block-recipe-card:first-of-type), .block-root .vl-block-latest-recipes.large-right .vl-block-recipe-card:not(.block-root .vl-block-latest-recipes.large-left .vl-block-recipe-card:first-of-type, .block-root .vl-block-latest-recipes.large-right .vl-block-recipe-card:first-of-type) {
    grid-column: span 3;
  }
}
.block-root .vl-block-latest-recipes.large-left .vl-block-recipe-card__link, .block-root .vl-block-latest-recipes.large-right .vl-block-recipe-card__link {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
}
.block-root .vl-block-latest-recipes.large-left .vl-block-recipe-card__info, .block-root .vl-block-latest-recipes.large-right .vl-block-recipe-card__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.block-root .vl-block-latest-recipes.large-left .vl-block-recipe-card__img, .block-root .vl-block-latest-recipes.large-right .vl-block-recipe-card__img {
  height: 100%;
}
.block-root .vl-block-latest-recipes.large-left .vl-block-recipe-card__title, .block-root .vl-block-latest-recipes.large-right .vl-block-recipe-card__title {
  margin-top: 10px;
}
.block-root .vl-block-latest-recipes.large-left > .vl-block-recipe-card:first-of-type {
  grid-area: 1/1/span 2/span 4;
}
@media screen and (max-width: 782px) {
  .block-root .vl-block-latest-recipes.large-left > .vl-block-recipe-card:first-of-type {
    grid-column: span 6;
  }
}
@media screen and (max-width: 782px) {
  .block-root .vl-block-latest-recipes.large-left > .vl-block-recipe-card:nth-child(2n):last-child {
    grid-column: span 6 !important;
  }
}
.block-root .vl-block-latest-recipes.large-right > .vl-block-recipe-card:first-of-type {
  grid-area: 1/3/span 2/span 4;
}
@media screen and (max-width: 782px) {
  .block-root .vl-block-latest-recipes.large-right > .vl-block-recipe-card:first-of-type {
    grid-column: span 6;
  }
}
@media screen and (max-width: 782px) {
  .block-root .vl-block-latest-recipes.large-right > .vl-block-recipe-card:nth-child(2n):last-child {
    grid-column: span 6 !important;
  }
}
.block-root .vl-block-latest-recipes.swiper-wrapper {
  display: flex;
  position: relative;
  z-index: 2;
  gap: unset !important;
  max-width: 73.75rem;
}
.block-root .vl-block-latest-recipes.swiper-wrapper > .recipe-highlights-count {
  position: absolute;
  top: -35px;
}
.block-root .vl-block-latest-recipes.swiper-wrapper > .vl-block-recipe-card {
  min-width: calc(25% - 15px);
  width: 100%;
}
@media screen and (max-width: 782px) {
  .block-root .vl-block-latest-recipes.swiper-wrapper > .vl-block-recipe-card {
    min-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .block-root .vl-block-latest-recipes.swiper-wrapper > .vl-block-recipe-card {
    max-width: calc(75% - 10px);
    min-width: calc(75% - 10px);
  }
}
@media (min-width: 782px) {
  .block-root .vl-block-latest-recipes.has-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.block-root .vl-block-latest-recipes.has-columns-3 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 782px) {
  .block-root .vl-block-latest-recipes.has-columns-3 .vl-block-recipe-card {
    -webkit-hyphens: auto;
            hyphens: auto;
    word-break: break-word;
  }
  .block-root .vl-block-latest-recipes.has-columns-3 .vl-block-recipe-card:nth-child(3n+3) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (max-width: 480px) {
  .block-root .vl-block-latest-recipes.has-columns-3 {
    grid-template-columns: 1fr;
  }
  .block-root .vl-block-latest-recipes.has-columns-3 .vl-block-recipe-card:nth-child(3n+3) {
    grid-column-start: unset;
    grid-column-end: unset;
  }
}
@media (min-width: 782px) {
  .block-root .vl-block-latest-recipes.has-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 782px) {
  .block-root .vl-block-latest-recipes.has-columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .block-root .vl-block-latest-recipes.has-columns-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.6875rem 1.5rem;
  }
}
.block-root .vl-block-latest-recipes .full-width-grid-item {
  grid-column: 1/-1;
}
.block-root .vl-block-latest-recipes .full-width-grid-item .vl-ad-placement__wrapper {
  border-top: 1px solid var(--valio-ash-gray);
  border-bottom: 1px solid var(--valio-ash-gray);
}

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