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

main h1 {
    margin-bottom: 1.5rem;
}

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 h3 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

section p {
    margin-bottom: 1rem;
}

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