.elementor-840 .elementor-element.elementor-element-728b5d81{--display:flex;}.elementor-widget-text-editor{font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-840 .elementor-element.elementor-element-9ed2756{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-d2bb0d1 *//* --- Section Wrapper: Pure White --- */
/*.hnh-recipes-wrapper {*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*    margin: 0 auto;*/
    /*padding: 70px 32px 40px 32px;*/
/*    background: #fff;*/
/*}*/

/* --- Grid Setup --- */
/*.hnh-recipes-grid {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(3, 1fr);*/
/*    gap: 48px;*/
/*    margin-bottom: 50px;*/
/*}*/

/* --- Filters Container --- */
/*.hnh-recipes-filter {*/
/*    margin-bottom: 56px;*/
/*    width: 100%;*/
/*}*/

/* --- Search row above dropdowns --- */
/*.hnh-filter-row-search {*/
/*    margin: 0 0 24px 0;*/
/*    padding-top: 0;*/
/*}*/

/*.hnh-filter-item-search {*/
/*    width: 100% !important;*/
/*    max-width: 100% !important;*/
/*    box-sizing: border-box;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 6px;*/
/*    margin: 0;*/
/*}*/

/*.hnh-filter-item-search label {*/
/*    font-weight: 600;*/
/*    font-size: 15px;*/
/*    color: #3d3d3d;*/
/*    font-family: 'Poppins', sans-serif;*/
/*}*/

/* --- Search input wrapper --- */
/*.hnh-filter-search-wrap {*/
/*    display: flex;*/
/*    gap: 8px;*/
/*    width: 100% !important;*/
/*}*/

/*.hnh-filter-input.hnh-filter-search {*/
/*    flex-grow: 1;*/
/*    padding: 12px 16px;*/
/*    border: 1px solid #e1e3e2;*/
/*    border-radius: 5px;*/
/*    font-size: 15px;*/
/*    font-family: 'Poppins', sans-serif;*/
/*    color: #3d3d3d;*/
/*    outline: none;*/
/*    transition: border-color 0.3s ease;*/
/*}*/

/*.hnh-filter-input.hnh-filter-search:focus {*/
/*    border-color: #537c4b;*/
/*}*/

/* --- Search button --- */
/*.hnh-filter-search-btn {*/
/*    padding: 12px 24px;*/
/*    background-color: #67666B;*/
/*    border: 1px solid #67666B;*/
/*    color: white;*/
/*    font-size: 15px;*/
/*    font-family: 'Poppins', sans-serif;*/
/*    cursor: pointer;*/
/*    transition: background-color 0.3s ease;*/
/*    white-space: nowrap;*/
/*    border-radius: 0;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.hnh-filter-search-btn:hover {*/
/*    background-color: #f78a74;*/
/*    border-color: #f78a74;*/
/*}*/

/* --- Dropdowns row --- */
/*.hnh-filter-row {*/
/*    display: flex;*/
/*    align-items: flex-end;*/
/*    width: 100%;*/
/*    gap: 32px;*/
/*}*/

/*.hnh-filter-item {*/
/*    flex: 1 1 50%;*/
/*    max-width: 50%;*/
/*    min-width: 200px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 8px;*/
/*    box-sizing: border-box;*/
/*}*/

/*.hnh-filter-item label {*/
/*    font-weight: 600;*/
/*    font-size: 15px;*/
/*    color: #3d3d3d;*/
/*    font-family: 'Poppins', sans-serif;*/
/*}*/

/*.hnh-filter-select {*/
/*    padding: 12px 16px;*/
/*    border: 1px solid #e1e3e2;*/
/*    border-radius: 5px;*/
/*    font-size: 15px;*/
/*    background: #fff;*/
/*    cursor: pointer;*/
/*    font-family: 'Poppins', sans-serif;*/
/*    transition: border-color 0.3s ease;*/
/*}*/

/*.hnh-filter-select:focus {*/
/*    border-color: #537c4b;*/
/*}*/

/* --- Card --- */
/*.hnh-recipe-item {*/
/*    background: #f3f3f3;*/
/*    border-radius: 0;*/
/*    box-shadow: none;*/
/*    position: relative;*/
/*    height: 320px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/* --- Image --- */
/*.hnh-recipe-thumb {*/
/*    height: 50%;*/
/*    overflow: hidden;*/
/*}*/

/*.hnh-recipe-thumb img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

/* --- Content Overlay --- */
/*.hnh-recipe-content {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 65%;*/
/*    transform: translate(-50%, -50%);*/
/*    width: 80%;*/
/*    background: #fff;*/
/*    padding: 28px 22px 18px;*/
/*    text-align: center;*/
/*    box-shadow: 0 6px 22px rgba(0,0,0,0.07);*/
/*}*/

/* --- Meta --- */
/*.hnh-recipe-meta {*/
/*    margin-bottom: 16px;*/
/*    color: #3e555a;*/
/*    font-family: 'Poppins', sans-serif;*/
/*    font-weight: 500;*/
    font-size: 10px; /* DESKTOP */
/*    text-transform: uppercase;*/
/*    letter-spacing: 2px;*/
/*}*/

/* --- Title --- */
/*.hnh-recipe-title {*/
/*    margin-bottom: 10px;*/
/*    color: #67666b;*/
/*    font-family: 'FreightDispBook', serif;*/
/*    font-size: 22px;*/
/*    font-weight: 400;*/
/*    line-height: 1.25;*/
/*}*/

/*.hnh-recipe-title a {*/
/*    color: inherit;*/
/*    text-decoration: none;*/
/*}*/

/* --- Date --- */
/*.hnh-recipe-date {*/
/*    font-size: 12px;*/
/*    letter-spacing: 2px;*/
/*    text-transform: uppercase;*/
/*    color: #999;*/
/*    font-family: 'Poppins', sans-serif;*/
/*}*/

/* --- Responsive --- */
/*@media (max-width: 1024px) {*/
/*    .hnh-recipes-grid {*/
/*        grid-template-columns: repeat(2, 1fr);*/
/*    }*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .hnh-recipes-grid {*/
/*        grid-template-columns: 1fr;*/
/*    }*/

/*    .hnh-recipe-meta {*/
        font-size: 8px !important; /* MOBILE */
/*    }*/

/*    .hnh-recipe-title {*/
        font-size: 18px !important; /* MOBILE */
/*    }*/
/*}*/

/*@media (max-width: 480px) {*/
/*    .hnh-recipe-meta {*/
        font-size: 8px !important; /* MOBILE */
/*    }*/

/*    .hnh-recipe-title {*/
        font-size: 18px !important; /* MOBILE */
/*    }*/
/*}*//* End custom CSS */