.elementor-389 .elementor-element.elementor-element-a7df4f2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-efb4fa7 *//* --- TERMS PAGE SCOPE --- */
.ls-terms-v3 {
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif !important;
    background: transparent !important; /* Blending with your site background */
    color: inherit;
}

/* --- HERO SECTION --- */
.ls-v3-hero {
    max-width: 850px;
    margin: 0 auto 60px auto;
    text-align: center;
}

.ls-v3-badge {
    display: inline-block;
    border: 1px solid #27AE60;
    color: #27AE60;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 4px; /* 4px Radius */
    margin-bottom: 20px;
}

.ls-v3-hero h1 {
    font-size: 48px;
    font-weight: 800 !important;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
}

.ls-v3-hero h1 span {
    color: #27AE60;
}

.ls-v3-hero p {
    font-size: 16px;
    opacity: 0.7;
    max-width: 550px;
    margin: 0 auto;
}

/* --- CONTAINER (GLASS STYLE) --- */
.ls-v3-container {
    max-width: 850px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.03); 
    backdrop-filter: blur(5px);
    border: 1px solid rgba(150, 150, 150, 0.15);
    padding: 60px;
    border-radius: 4px; /* 4px Radius */
}

/* --- TYPOGRAPHY (Headings Poppins 600) --- */
.ls-v3-content h2 {
    font-size: 20px;
    font-weight: 600 !important;
    margin: 40px 0 15px 0;
    display: flex;
    align-items: center;
}

.ls-v3-content h2::before {
    content: "";
    width: 20px;
    height: 2px;
    background: #27AE60;
    margin-right: 15px;
    border-radius: 4px;
}

.ls-v3-content p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
    opacity: 0.85;
}

.ls-v3-content strong {
    color: #27AE60;
    font-weight: 600;
}

/* --- FOOTER --- */
.ls-v3-footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(150, 150, 150, 0.1);
    text-align: center;
    font-size: 14px;
}

.ls-v3-footer span {
    color: #27AE60;
    font-weight: 600;
    text-decoration: underline;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .ls-v3-container { padding: 30px 20px; }
    .ls-v3-hero h1 { font-size: 32px; }
}/* End custom CSS */