/* WhichWine Datenschutz Page Styles (on top of the shared brand common.css) */

main h1 {
    margin-bottom: 0.5rem;
}

.last-updated {
    font-size: 0.9rem;
    color: var(--ink);   /* muted via size; --tan-deep would fail AA on the light bg */
    margin-bottom: 2rem;
}

section {
    margin-bottom: 2.5rem;
}

section h2 {
    font-size: 1.35rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--line);
}

section p {
    margin-bottom: 1rem;
}

section ul {
    margin-bottom: 1rem;
}

section li {
    margin-bottom: 0.5rem;
}

section li strong {
    color: var(--head);
}

section a {
    word-break: break-word;
}
