/**
 * Trang Điều khoản sử dụng - Client
 * Chỉ style cho .terms-content và .terms-content-scroll
 */

.terms-content-scroll {
    max-height: 500px;
    overflow-y: auto;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    background: #f8f9fa;
}

.terms-content {
    line-height: 1.8;
    color: #1c252e;
}

.terms-content h1,
.terms-content h2,
.terms-content h3,
.terms-content h4,
.terms-content h5,
.terms-content h6 {
    color: #1c252e;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.terms-content h1 {
    font-size: 2rem;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 0.5rem;
}

.terms-content h2 {
    font-size: 1.5rem;
    color: var(--bs-primary);
}

.terms-content h3 {
    font-size: 1.25rem;
}

.terms-content p {
    margin-bottom: 1rem;
    text-align: justify;
}

.terms-content ul,
.terms-content ol {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.terms-content li {
    margin-bottom: 0.5rem;
}

.terms-content strong {
    color: #1c252e;
    font-weight: 600;
}

.terms-content a {
    color: var(--bs-primary);
    text-decoration: none;
}

.terms-content a:hover {
    text-decoration: underline;
}

.terms-content blockquote {
    border-left: 4px solid var(--bs-primary);
    padding-left: 1rem;
    margin: 1rem 0;
    color: #64748b;
    font-style: italic;
}

.terms-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

.terms-content table th,
.terms-content table td {
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    text-align: left;
}

.terms-content table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.terms-content code {
    background-color: #f1f5f9;
    padding: 0.2rem 0.4rem;
    border-radius: 0.25rem;
    font-size: 0.9em;
    color: #e11d48;
}

.terms-content pre {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin: 1rem 0;
}

.terms-content pre code {
    background-color: transparent;
    padding: 0;
    color: #1c252e;
}

.terms-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1rem 0;
}

.terms-content hr {
    border: none;
    border-top: 1px solid #e2e8f0;
    margin: 2rem 0;
}

/* Trạng thái chưa có điều khoản */
.terms-empty-state .terms-empty-icon {
    opacity: 0.3;
}
