/* Privacy – Layout (nur ID-Selektoren) */

#privacy-base-layout-content-container {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#privacy-base-layout-content-container .base-section {
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--color-border);
}

#privacy-base-layout-content-container .base-section:last-child {
    border-bottom: none;
}
