/* Advice pages reuse the info cards, with their own visible page introduction. */
.print-advice-header {
    max-width: 850px;
    margin-bottom: 32px;
}
.print-advice-header h1 {
    margin: 0 0 12px;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    line-height: 1.2;
}
.print-advice-header p {
    color: #334155;
    font-size: 1.1rem;
    line-height: 1.65;
}
.print-advice-page a:not(.config-button):not(.customer-button) {
    color: #175cd3;
    text-underline-offset: 3px;
}
.print-advice-page #veelgestelde-vragen {
    scroll-margin-top: 90px;
}
