.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;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 );}/* Start custom CSS for text-editor, class: .elementor-element-1863dc54 *//* =========================================
   SHELLO COSMETICS
   REFUND & RETURN POLICY STYLING
   ========================================= */

.shello-policy {
    max-width: 980px;
    margin: 60px auto;
    padding: 55px 65px;
    background: #fffdf8;
    border: 1px solid rgba(38, 75, 48, 0.10);
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(38, 75, 48, 0.08);
    color: #263b2d;
    font-family: inherit;
    line-height: 1.8;
}

/* Main title */
.shello-policy h1 {
    position: relative;
    margin: 0 0 35px;
    padding-bottom: 22px;
    color: #173d28;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.shello-policy h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65px;
    height: 3px;
    background: #2e8b57;
    border-radius: 10px;
}

/* Effective date */
.shello-policy > p:first-of-type {
    display: inline-block;
    margin-bottom: 30px;
    padding: 9px 16px;
    background: #eef6ee;
    border-left: 3px solid #2e8b57;
    border-radius: 6px;
    color: #365640;
    font-size: 14px;
}

/* Section headings */
.shello-policy h2 {
    position: relative;
    margin: 42px 0 17px;
    padding-left: 17px;
    color: #214b32;
    font-size: 25px;
    font-weight: 650;
    line-height: 1.35;
}

.shello-policy h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 25px;
    background: #2e8b57;
    border-radius: 5px;
}

/* Paragraphs */
.shello-policy p {
    margin: 0 0 18px;
    color: #4c5b50;
    font-size: 15.5px;
}

/* Lists */
.shello-policy ul {
    margin: 12px 0 25px;
    padding-left: 28px;
}

.shello-policy li {
    margin-bottom: 10px;
    padding-left: 5px;
    color: #4c5b50;
    font-size: 15.5px;
}

.shello-policy li::marker {
    color: #2e8b57;
    font-size: 1.1em;
}

/* Bold text */
.shello-policy strong {
    color: #214b32;
    font-weight: 650;
}

/* Links */
.shello-policy a {
    color: #287a4a;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(40, 122, 74, 0.25);
    transition: all 0.25s ease;
}

.shello-policy a:hover {
    color: #c48a24;
    border-bottom-color: #c48a24;
}

/* Contact section */
.shello-policy h2:last-of-type {
    margin-top: 50px;
}

.shello-policy h2:last-of-type + p {
    margin-bottom: 8px;
}

.shello-policy h2:last-of-type + p + p {
    padding: 22px 25px;
    background: #f2f8f1;
    border: 1px solid rgba(46, 139, 87, 0.15);
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(38, 75, 48, 0.05);
}

/* Smooth hover on contact box */
.shello-policy h2:last-of-type + p + p {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.shello-policy h2:last-of-type + p + p:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(38, 75, 48, 0.10);
}

/* =========================================
   TABLET
   ========================================= */

@media (max-width: 768px) {

    .shello-policy {
        margin: 35px 20px;
        padding: 40px 30px;
        border-radius: 14px;
    }

    .shello-policy h1 {
        font-size: 34px;
    }

    .shello-policy h2 {
        font-size: 22px;
        margin-top: 35px;
    }

    .shello-policy p,
    .shello-policy li {
        font-size: 15px;
    }
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 480px) {

    .shello-policy {
        margin: 20px 12px;
        padding: 30px 22px;
        border-radius: 12px;
    }

    .shello-policy h1 {
        font-size: 29px;
        margin-bottom: 28px;
    }

    .shello-policy h2 {
        font-size: 20px;
        padding-left: 13px;
    }

    .shello-policy h2::before {
        width: 3px;
        height: 21px;
    }

    .shello-policy p,
    .shello-policy li {
        font-size: 14.5px;
        line-height: 1.75;
    }

    .shello-policy ul {
        padding-left: 22px;
    }
}/* End custom CSS */