.privacy-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: system-ui, -apple-system, sans-serif;
    color: #2d3748;
    line-height: 1.6;
}

.privacy-header {
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.privacy-header h1 {
    color: #1a365d;
    font-size: 2.2rem;
    margin: 0 0 10px 0;
}

.privacy-section {
    margin-bottom: 30px;
    padding: 24px;
    border-radius: 8px;
}

.privacy-section h2 {
    color: #2b6cb0;
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 15px;
    border-left: 4px solid #3182ce;
    padding-left: 10px;
}

.privacy-section h3 {
    color: #2c5282;
    font-size: 1.05rem;
    margin-top: 22px;
    margin-bottom: 8px;
}

.privacy-section p,
.privacy-section ul {
    margin-bottom: 12px;
    font-size: 0.98rem;
}

.privacy-section ul {
    padding-left: 20px;
}

.privacy-section li {
    margin-bottom: 6px;
}

.highlight-box {
    background-color: #ebf8ff;
    border-left: 4px solid #3182ce;
    padding: 15px;
    margin: 15px 0;
    border-radius: 0 4px 4px 0;
}

.consent-box {
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.consent-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    margin-bottom: 12px;
}

.consent-item input {
    margin-top: 5px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.legal-clause {
    padding: 20px;
    border-radius: 6px;
}

.important {
    font-weight: 600;
    color: #1a365d;
}

.privacy-link {
    color: #2b6cb0;
    font-weight: 600;
    text-decoration: none;
}

.privacy-link:hover {
    text-decoration: underline;
}

.component-list {
    list-style: none;
    padding-left: 0 !important;
}

.component-list li {
    padding: 10px 15px;
    background: #f7fafc;
    border-radius: 6px;
    margin-bottom: 10px;
}