.privacy-content h1 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--accent);
    border-bottom: 2px solid var(--card-border);
    padding-bottom: 0.5rem;
    line-height: 1.3;
}
.privacy-content h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
    line-height: 1.3;
}
.privacy-content p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
}
.privacy-content ul, .privacy-content ol {
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
}
.privacy-content li {
    margin-bottom: 0.5rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
}
.privacy-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.85rem;
    background: var(--bg-main);
    border-radius: 8px;
    overflow: hidden;
}
.privacy-content th, .privacy-content td {
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 1px solid var(--card-border);
}
.privacy-content th {
    background-color: var(--card-border);
    color: var(--text-primary);
    font-weight: 700;
}
.privacy-content tr:last-child td {
    border-bottom: none;
}
.privacy-content hr {
    border: none;
    border-top: 1px solid var(--card-border);
    margin: 2rem 0;
}
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
