.elementor-15762 .elementor-element.elementor-element-15a766b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5bfa40f *//* Container styling for the new site */
.terms-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    background: #fff;
}

.terms-container h1 {
    font-size: 2.5rem;
    color: #000;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.terms-container h2 {
    font-size: 1.8rem;
    color: #222;
    margin-top: 40px;
    background: #f9f9f9;
    padding: 10px;
}

.terms-container h3 {
    font-size: 1.2rem;
    margin-top: 25px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* List styling */
.main-terms {
    padding-left: 20px;
}

.main-terms li {
    margin-bottom: 15px;
    padding-left: 10px;
}

.sub-terms {
    list-style-type: none;
    padding-top: 10px;
}

.sub-terms li {
    font-size: 0.95rem;
    color: #555;
    border-left: 3px solid #ddd;
    padding-left: 15px;
}

.no-bullets {
    list-style: none;
    padding: 0;
}

.no-bullets li {
    margin-bottom: 12px;
}

.terms-footer {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 0.85rem;
    color: #777;
    text-align: center;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
    .terms-container h1 {
        font-size: 1.8rem;
    }
    .terms-container h2 {
        font-size: 1.4rem;
    }
}/* End custom CSS */