/**
 * terms.css - Үйлчилгээний нөхцөлийн хуудсын стиль
 */

/* Үндсэн хэсэг */
.terms-container {
    max-width: 900px;
    margin: 0 auto;
}

.terms-title {
    margin-bottom: 1.5rem;
    color: #333;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 0.75rem;
}

/* Агуулгын хэсгийн стиль */
.terms-content {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}

.terms-content h1 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #333;
}

.terms-content h2 {
    font-size: 1.75rem;
    margin-top: 1.75rem;
    margin-bottom: 0.875rem;
    color: #333;
}

.terms-content h3 {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #444;
}

.terms-content h4 {
    font-size: 1.2rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
    color: #555;
}

.terms-content p {
    margin-bottom: 1rem;
}

.terms-content ul, 
.terms-content ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.terms-content li {
    margin-bottom: 0.5rem;
}

.terms-content a {
    color: #0275d8;
    text-decoration: none;
}

.terms-content a:hover {
    text-decoration: underline;
}

.terms-content blockquote {
    border-left: 3px solid #eaeaea;
    padding: 0.5rem 1rem;
    margin: 1rem 0;
    background-color: #f9f9f9;
    font-style: italic;
}

.terms-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.terms-content table, 
.terms-content th, 
.terms-content td {
    border: 1px solid #ddd;
}

.terms-content th, 
.terms-content td {
    padding: 0.5rem;
    text-align: left;
}

.terms-content th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.terms-content tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Хэлний сонголтын хэсэг */
.language-selector {
    margin-bottom: 1.5rem;
}

.language-selector .list-group-item.active {
    background-color: #0275d8;
    border-color: #0275d8;
}

/* Дэмжлэгийн хэсэг */
.support-box {
    background-color: #f8f9fa;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid #eaeaea;
}

.support-box h5 {
    margin-bottom: 0.875rem;
    color: #333;
}

.support-box p {
    margin-bottom: 1rem;
    color: #555;
}

/* Сүүлд шинэчилсэн хэсэг */
.terms-updated {
    font-size: 0.875rem;
    color: #777;
    text-align: right;
    margin-top: 2rem;
    padding-top: 0.5rem;
    border-top: 1px solid #eaeaea;
}

/* Хөнгөн хувилбар */
@media (max-width: 767px) {
    .terms-content {
        font-size: 0.95rem;
    }
    
    .terms-content h1 {
        font-size: 1.8rem;
    }
    
    .terms-content h2 {
        font-size: 1.5rem;
    }
    
    .terms-content h3 {
        font-size: 1.25rem;
    }
    
    .terms-content h4 {
        font-size: 1.1rem;
    }
}

/* Харанхуй горим */
.dark-theme .terms-content {
    color: #ddd;
}

.dark-theme .terms-title {
    color: #eee;
    border-bottom-color: #444;
}

.dark-theme .terms-content h1,
.dark-theme .terms-content h2,
.dark-theme .terms-content h3,
.dark-theme .terms-content h4 {
    color: #eee;
}

.dark-theme .terms-content blockquote {
    background-color: #333;
    border-left-color: #555;
}

.dark-theme .terms-content a {
    color: #5ea9ff;
}

.dark-theme .terms-content table,
.dark-theme .terms-content th,
.dark-theme .terms-content td {
    border-color: #444;
}

.dark-theme .terms-content th {
    background-color: #444;
}

.dark-theme .terms-content tr:nth-child(even) {
    background-color: #333;
}

.dark-theme .terms-updated {
    color: #888;
    border-top-color: #444;
}

.dark-theme .support-box {
    background-color: #333;
    border-color: #444;
}

.dark-theme .support-box h5 {
    color: #eee;
}

.dark-theme .support-box p {
    color: #bbb;
}