.privacy-content {
    width: min(calc(100% - 2rem), 52rem);
    margin: 1.5rem auto;
    padding: clamp(1.25rem, 3vw, 2rem);
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
}

.privacy-content h2 {
    margin: 1.8rem 0 0.55rem;
    color: #064e3b;
    font-size: clamp(1.05rem, 0.95rem + 0.45vw, 1.25rem);
    font-weight: 700;
    line-height: 1.3;
}

.privacy-content h2:first-of-type {
    margin-top: 0;
}

.privacy-content p,
.privacy-content li {
    color: #334155;
    font-size: clamp(0.875rem, 0.82rem + 0.25vw, 1rem);
    line-height: 1.7;
}

.privacy-content p {
    margin: 0.55rem 0;
}

.privacy-content ul {
    margin: 0.55rem 0;
    padding-left: 1.35rem;
    list-style: disc;
}

.privacy-content a {
    color: #047857;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}

.privacy-summary {
    padding: 1rem;
    background: #ecfdf5;
    border-left: 4px solid #059669;
    border-radius: 0.5rem;
}

.privacy-updated {
    margin-top: 0.4rem;
    color: #64748b;
    font-size: 0.9rem;
    text-align: center;
}

.privacy-table-wrapper {
    margin: 0.8rem 0;
    overflow-x: auto;
}

.privacy-table {
    width: 100%;
    min-width: 36rem;
    border-collapse: collapse;
}

.privacy-table th,
.privacy-table td {
    padding: 0.75rem;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 0.925rem);
    text-align: left;
    vertical-align: top;
    border: 1px solid #cbd5e1;
}

.privacy-table th {
    color: #fff;
    background: #065f46;
}
