/* ── Impressum page ─────────────────────────────────────────────────────── */
.impressum {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 24px 80px;
}

.impressum h1 {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.impressum section {
    margin-bottom: 36px;
}

.impressum h2 {
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: #1a1a1a;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 6px;
}

.impressum h3 {
    font-size: 1rem;
    margin: 16px 0 6px;
    color: #333;
}

.impressum p {
    margin-bottom: 10px;
    color: #444;
    line-height: 1.7;
}

.impressum a {
    color: #2563eb;
    text-decoration: none;
}

.impressum a:hover {
    text-decoration: underline;
}

.impressum .attribution {
    font-size: 0.9rem;
    color: #666;
    padding-left: 16px;
    border-left: 3px solid #e0e0e0;
}

/* ── Lists ─────────────────────────────────────────────────────────────── */
.impressum ul {
    margin: 0 0 12px 20px;
    color: #444;
    line-height: 1.7;
}

.impressum li {
    margin-bottom: 6px;
}

/* ── Cookie table ──────────────────────────────────────────────────────── */
.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0 16px;
    font-size: 0.9rem;
}

.cookie-table th,
.cookie-table td {
    text-align: left;
    padding: 8px 12px;
    border-bottom: 1px solid #e0e0e0;
}

.cookie-table th {
    background: #f5f5f5;
    color: #333;
    font-weight: 600;
}

.cookie-table code {
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.85rem;
}

/* ── Language divider ──────────────────────────────────────────────────── */
.lang-divider {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin: 48px 0 40px;
}

.lang-heading {
    font-size: 1.4rem;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 28px;
}
