@page {
    size: A4;
    margin: 15mm;
}

body {
    background: white;
}

.no-print {
    display: none !important;
}

.cv {
    padding: 0;
}

.page {
    width: 100%;
    min-height: auto;

    margin: 0;
    padding: 0;

    box-shadow: none;
    border-radius: 0;

    page-break-after: always;
}

.page:last-child {
    page-break-after: auto;
}

.content-section,
.job,
.project,
.education,
.sidebar-section {
    break-inside: avoid;
}

h2,
h3 {
    break-after: avoid;
}

a {
    text-decoration: none;
    color: inherit;
}
