.elementor-617 .elementor-element.elementor-element-81a45be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-617 .elementor-element.elementor-element-c098a3a{--display:flex;}.elementor-617 .elementor-element.elementor-element-4abd8f8{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:15px 0px;--row-gap:15px;--column-gap:0px;--z-index:2;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-617 .elementor-element.elementor-element-9d30264{width:var( --container-widget-width, 589px );max-width:589px;--container-widget-width:589px;--container-widget-flex-grow:0;text-align:center;}.elementor-617 .elementor-element.elementor-element-9d30264 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:45px;font-weight:600;line-height:41px;color:#5D2C56;}.elementor-617 .elementor-element.elementor-element-9187596{width:var( --container-widget-width, 700px );max-width:700px;--container-widget-width:700px;--container-widget-flex-grow:0;text-align:center;}.elementor-617 .elementor-element.elementor-element-9187596 .elementor-heading-title{font-family:"Dancing Script", Sans-serif;font-size:50px;font-weight:700;font-style:italic;letter-spacing:0.5px;color:#5D2C56;}.elementor-617 .elementor-element.elementor-element-ca28cba{--display:flex;}body.elementor-page-617:not(.elementor-motion-effects-element-type-background), body.elementor-page-617 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDF8F7;}@media(max-width:767px){.elementor-617 .elementor-element.elementor-element-4abd8f8{--padding-top:45px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-617 .elementor-element.elementor-element-9d30264 .elementor-heading-title{font-size:30px;line-height:30px;}.elementor-617 .elementor-element.elementor-element-9187596 .elementor-heading-title{font-size:35px;line-height:1em;letter-spacing:0px;}.elementor-617 .elementor-element.elementor-element-ca28cba{--padding-top:0px;--padding-bottom:55px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS */.recipes-hero {
  position: relative;
  isolation: isolate;
  min-height: 450px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.recipes-hero__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 130%;
  transform: translate(-50%, -50%);
  background: url("https://balance.anyhub.hu/wp-content/uploads/2026/09/110210.jpg") center center / cover no-repeat;
  filter: blur(7px);
  z-index: 0;
  pointer-events: none;
}

.recipes-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(74, 35, 76, 0.18) 0%,
    rgba(232, 196, 204, 0.62) 22%,
    rgba(246, 232, 232, 0.88) 58%,
    #FDF8F7 100%
  );
}

@media (max-width: 767px) {
  .recipes-hero {
    min-height: 290px;
  }

  .recipes-hero__bg {
    width: 160%;
    height: 160%;
    filter: blur(6px);
  }
}/* End custom CSS */