/**
 * Styles for Terms and Conditions page
 */

.terms-content {
    padding: 30px 0;
    line-height: 1.6;
}

.terms-warning {
    background-color: #f8f9fa;
    border-left: 4px solid #e74c3c;
    padding: 15px 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.terms-section {
    margin-bottom: 30px;
}

.terms-section h2 {
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #333;
    font-size: 1.5rem;
}

.terms-section p {
    margin-bottom: 15px;
    text-align: justify;
}

.terms-section ol {
    padding-left: 25px;
    margin-bottom: 15px;
}

.terms-section ol li {
    margin-bottom: 10px;
    text-align: justify;
}

@media (max-width: 768px) {
    .terms-section h2 {
        font-size: 1.3rem;
    }

    .terms-content {
        padding: 15px;
    }
}
