.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 section, class: .elementor-element-71a8ddd7 *//* ===== Refund / Privacy Shared Container ===== */
.pp{
    max-width: 950px;
    margin: 60px auto;
    padding: 50px 45px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
    border: 1px solid #eaeaea;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    color: #2b2b2b;
    line-height: 1.85;
}

/* ===== MAIN TITLE ===== */
.pp h1{
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: -0.8px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

/* Privacy (black) */
.pp h1 span:first-child{
    color: #111;
}

/* Policy (green) */
.pp h1 span:last-child{
    color: #8CC63F;
}

/* underline bar */
.pp h1::after{
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: #8CC63F;
    margin: 14px auto 0;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(140,198,63,0.25);
}

/* ===== SECTION HEADINGS (1,2,3,4) ===== */
.pp h2{
    font-size: 20px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 12px;
    color: #111;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid #f0f0f0;
}

/* Green dot */
.pp h2::before{
    content: "";
    width: 10px;
    height: 10px;
    background: #8CC63F;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 4px rgba(140,198,63,0.15);
}

/* ===== PARAGRAPHS ===== */
.pp p{
    font-size: 15.8px;
    color: #4a4a4a;
    margin-bottom: 16px;
}

/* ===== LIST STYLE (Premium Check Style) ===== */
.pp ul{
    list-style: none;
    padding-left: 0;
    margin: 15px 0 25px;
}

.pp ul li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 15.5px;
    color: #444;
}

/* Green tick */
.pp ul li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #8CC63F;
    font-weight: bold;
}

/* ===== EMAIL / LINKS ===== */
.pp a{
    color: #8CC63F;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
}

.pp a:hover{
    text-decoration: underline;
}

/* ===== STRONG TEXT ===== */
.pp strong{
    color: #111;
    font-weight: 700;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px){
    .pp{
        padding: 30px 20px;
        margin: 20px;
    }

    .pp h1{
        font-size: 30px;
    }

    .pp h2{
        font-size: 18px;
    }
}/* End custom CSS */