/* terms-and-conditions.css - Page-specific styles for Terms and Conditions */

.page-terms-and-conditions .legal-page {
    background: #f2f4f5;
}

.page-terms-and-conditions .page-title {
    color: #1a2e2e;
}

.page-terms-and-conditions .legal-content {
    border-right: 4px solid #5c7373;
    box-shadow: 0 4px 24px rgba(26, 46, 46, 0.12);
}

.page-terms-and-conditions .legal-content h2 {
    color: #1a2e2e;
    font-weight: 600;
}

.page-terms-and-conditions .legal-content a {
    color: #0d4f4f;
}

.page-terms-and-conditions .footer {
    background: #1a2e2e;
}
