body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: #f9fafb;
    color: #1f2937;
    line-height: 1.7;
}


.terms-wrapper {
    padding: 40px 20px;
}


.terms-container {
    max-width: 900px;
    margin: auto;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.terms-container-theme{
    background-color: #343434 !important;
}

.terms-h2-theme{
    color:#ffb32e !important;
}

@media (max-width: 768px) {
    .terms-container {
        padding: 25px;
    }

    h1 {
        font-size: 26px;
    }
}