 /* Terms of Service Page CSS */

/* Import and modify privacy.css styles */
@import url('privacy.css');

/* Terms-specific modifications */
.policy-header {
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
}

.policy-section h2 {
    color: #2196F3;
    border-bottom: 2px solid rgba(33, 150, 243, 0.2);
}

.policy-section li strong {
    color: #2196F3;
}

.contact-info {
    background: rgba(33, 150, 243, 0.1);
}

.contact-info a {
    color: #2196F3;
}