@page {
    margin: 15mm;
}

@layer utilities {
    .skip,
    .resume__chrome {
        display: none;
    }

    body {
        color: #000;
        background: #fff;
        font-size: 10.5pt;
        line-height: 1.4;
    }

    .section {
        padding-block: 0;
    }

    h1 {
        font-size: 20pt;
    }

    h2 {
        font-size: 12pt;
    }

    h3 {
        font-size: 11pt;
    }

    a {
        color: #000;
        text-decoration: none;
    }

    h2,
    h3 {
        break-after: avoid;
    }

    .resume__block,
    .role,
    .role-list li {
        break-inside: avoid;
    }
}
