.elementor-kit-1681{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-18bbf28:#F49C8E;--e-global-color-e1c7e38:#F7B8B5;--e-global-color-2b1540b:#EB7B4A;--e-global-color-af6b2c8:#FFA585;--e-global-color-f1ed9aa:#F8C231;--e-global-color-0ce45a6:#FFE3A4;--e-global-color-7ee7790:#BAB93D;--e-global-color-9505ffc:#E2DEA3;--e-global-color-a669255:#295F2F;--e-global-color-e9e4602:#FFFFFF;--e-global-color-5044c3a:#000000;--e-global-color-40a06ac:#FFFFFF00;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1681 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.recipe-steps {
    width: 100%;
}

.recipe-step {
    display: flex;
    gap: 30px;
    padding: 20px 0;
    border-bottom: 1px solid #333;
}

.step-label {
    min-width: 80px;
    font-weight: bold;
    white-space: nowrap;
}

.step-text {
    flex: 1;
}

.recipe-gallery { width: 100%; margin-bottom: 30px; }
.rg-main { width: 100%; overflow: hidden; margin-bottom: 10px; }
.rg-thumbs { width: 100%; overflow: hidden; }
.rg-image { width: 100%; padding-top: 75%; background-size: cover; background-position: center; border-radius: 10px; }
.rg-thumb { width: 100%; padding-top: 75%; background-size: cover; background-position: center; border-radius: 10px; opacity: 0.6; cursor: pointer; }
.rg-thumbs .swiper-slide-thumb-active .rg-thumb { opacity: 1; }
.swiper-button-next,
.swiper-button-prev {
    color: #e8e8e8 !important;
    transform: scale(0.6) !important;
}
@media (max-width: 768px) { .recipe-gallery { margin-bottom: 40px; } .rg-image { padding-top: 60%; } }/* End custom CSS */