.terms-content h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #1a202c;
}

.terms-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #2d3748;
}

.terms-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #4a5568;
}

.terms-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    color: #4a5568;
}

.terms-content p {
    margin-bottom: 1rem;
    line-height: 1.75;
    color: #4a5568;
}

.terms-content ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    color: #4a5568;
}

.terms-content li {
    margin-bottom: 0.5rem;
}

.terms-content a {
    color: #3182ce;
    text-decoration: underline;
}

.terms-content a:hover {
    color: #2c5282;
}

.terms-container {
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    padding: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.terms-header {
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.terms-footer {
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
    margin-top: 2rem;
    text-align: center;
    color: #718096;
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    .terms-container {
        padding: 3rem;
    }
}
