.elementor-17000 .elementor-element.elementor-element-ee316a8{--display:flex;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.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-17000 .elementor-element.elementor-element-829758b{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-1d42137e *//* -----------------------------------------------------
   HERB EXPLORERS — VOGUE WELLNESS ARTICLE STYLE
   ULTRA-PREMIUM • MOBILE-FIRST EDITION
------------------------------------------------------*/

.single-post {
    background: #F5F2EC !important;
}

/* GENERAL WRAPPER */
.single-post .entry-content,
.single-post article {
    max-width: 780px;
    margin: 0 auto;
    padding: 40px 22px 100px;
    font-family: "Inter", sans-serif !important;
    color: #1B1F1A;
    font-size: 19px;
    line-height: 1.82;
}

/* ----------------------
     TITLU PRINCIPAL
------------------------*/
.single-post h1.entry-title {
    font-family: "Playfair Display", serif !important;
    font-size: 46px !important;
    line-height: 1.12;
    text-align: center;
    color: #142218;
    margin: 80px auto 40px;
    max-width: 900px;
    letter-spacing: -0.3px;
    font-weight: 600;
}

/* META */
.single-post .entry-meta {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 60px;
    font-size: 14px;
    color: #7A7F78;
    letter-spacing: 0.5px;
}

/* ----------------------
      HEADINGS
------------------------*/
.single-post h2 {
    font-family: "Playfair Display", serif !important;
    font-size: 32px !important;
    line-height: 1.25;
    color: #1C2D22;
    margin-top: 70px !important;
    margin-bottom: 14px;
    font-weight: 600;
    position: relative;
    padding-top: 40px;
}

.single-post h2:before {
    content: "";
    width: 70px;
.    height: 2px;
    background: #C9D6C8;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

/* H3 */
.single-post h3 {
    font-family: "Playfair Display", serif !important;
    font-size: 26px !important;
    margin-top: 55px !important;
    line-height: 1.35;
    color: #24352A;
}

/* H4 */
.single-post h4 {
    font-size: 20px !important;
    margin-top: 34px;
    color: #4B6C55;
    font-weight: 700;
}

/* ----------------------
      TEXT
------------------------*/
.single-post p {
    margin-bottom: 26px !important;
    font-size: 19px;
    color: #1E261F;
}

/* Drop cap DESKTOP only */
.single-post .entry-content > p:first-of-type:first-letter {
    font-family: "Playfair Display", serif !important;
    font-size: 68px;
    float: left;
    line-height: 0.78;
    padding-right: 12px;
    padding-top: 6px;
    color: #4E7F53;
}

/* LISTS */
.single-post ul li {
    margin-bottom: 10px;
    font-size: 18px;
}
.single-post ul li::marker {
    color: #4E7F53;
}

/* ----------------------
     BLOCKQUOTE
------------------------*/
.single-post blockquote {
    margin: 40px 0;
    padding: 28px 28px;
    background: #FFFFFF;
    border-left: none;
    border-radius: 18px;
    font-size: 20px !important;
    font-family: "Playfair Display", serif !important;
    line-height: 1.55;
    color: #2F3A31;
    box-shadow: 0 10px 28px rgba(0,0,0,0.07);
    position: relative;
}

.single-post blockquote:before {
    content: "❝";
    position: absolute;
    font-size: 48px;
    opacity: 0.25;
    top: -12px;
    left: 15px;
    color: #C7D4C7;
}

/* ----------------------
      IMAGES
------------------------*/
.single-post img {
    width: 100%;
    border-radius: 20px;
    margin: 36px 0;
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}


/* ======================================================
                  ⭐ MOBILE OPTIMIZATION ⭐
   Premium Vogue Look — PERFECT READABILITY on iPhone
======================================================*/

@media(max-width: 768px) {

    /* CONTENT WIDTH */
    .single-post .entry-content,
    .single-post article {
        padding: 20px 22px 80px;
    }

    /* TITLE */
    .single-post h1.entry-title {
        font-size: 34px !important;
        margin-top: 40px;
        margin-bottom: 28px;
        line-height: 1.18;
        padding: 0 6px;
    }

    /* REMOVE DROP CAP ON MOBILE */
    .single-post .entry-content > p:first-of-type:first-letter {
        float: none;
        font-size: 28px;
        padding-right: 0;
        padding-top: 0;
        color: inherit;
        font-weight: bold;
    }

    /* PARAGRAPHS */
    .single-post p {
        font-size: 18px;
        line-height: 1.75;
    }

    /* HEADINGS */
    .single-post h2 {
        font-size: 26px !important;
        padding-top: 30px;
        margin-top: 50px !important;
    }
    .single-post h2:before {
        width: 50px;
    }
    .single-post h3 {
        font-size: 22px !important;
        margin-top: 40px !important;
    }
    .single-post h4 {
        font-size: 18px !important;
        margin-top: 28px;
    }

    /* BLOCKQUOTE */
    .single-post blockquote {
        padding: 24px 22px;
        font-size: 18px !important;
        margin: 32px 0;
    }
    .single-post blockquote:before {
        font-size: 38px;
        top: -10px;
        left: 10px;
    }

    /* IMAGES */
    .single-post img {
        margin: 28px 0;
        border-radius: 18px;
        box-shadow: 0 12px 30px rgba(0,0,0,0.10);
    }
}/* End custom CSS */