/* Auto-extracted from terms-of-service.php on 2026-05-04 */

.terms-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 40px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.terms-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 3px solid #667eea;
}

.terms-header h1 {
    color: #667eea;
    font-size: 2.5em;
    margin-bottom: 10px;
}

.terms-header .last-updated {
    color: #666;
    font-size: 0.9em;
    font-style: italic;
}

.terms-section {
    margin-bottom: 35px;
}

.terms-section h2 {
    color: #667eea;
    font-size: 1.8em;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

.terms-section h3 {
    color: #555;
    font-size: 1.3em;
    margin: 20px 0 10px 0;
}

.terms-section p {
    color: #444;
    line-height: 1.8;
    margin-bottom: 15px;
}

.terms-section ul, .terms-section ol {
    margin: 15px 0;
    padding-left: 30px;
}

.terms-section li {
    color: #444;
    line-height: 1.8;
    margin-bottom: 10px;
}

.highlight-box {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.highlight-box strong {
    color: #856404;
    display: block;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.info-box {
    background: #f0f4ff;
    border-left: 4px solid #667eea;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.contact-box {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-top: 30px;
    text-align: center;
}

.contact-box h3 {
    color: #667eea;
    margin-bottom: 15px;
}

.btn-contact {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
}

.btn-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}
