﻿.terms-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    font-family: 'Segoe UI', sans-serif;
}

    .terms-container h1 {
        font-size: 2rem;
        margin-bottom: 10px;
        color: #333;
    }

    .terms-container .updated {
        font-size: 0.9rem;
        color: #777;
        margin-bottom: 30px;
    }

    .terms-container section {
        margin-bottom: 30px;
    }

    .terms-container h2 {
        font-size: 1.4rem;
        color: #222;
        margin-bottom: 10px;
    }

    .terms-container p {
        line-height: 1.7;
        font-size: 1rem;
        color: #444;
    }

@media (max-width: 768px) {
    .terms-container {
        padding: 15px;
        margin: 20px 10px;
    }

        .terms-container h1 {
            font-size: 1.6rem;
        }

        .terms-container h2 {
            font-size: 1.2rem;
        }

        .terms-container p {
            font-size: 0.95rem;
        }
}
