* {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    color: #333333 !important;
    text-decoration: none !important;
}

body {
    font-size: 10pt;
}

@page {
    size: A4;
    margin: 60pt 40pt 60pt;
}

hr {
    display: none;
}

h1, h2, h3, h4, h5 {
    page-break-after: avoid;
}

h1 {
    font-size: 16pt;
    line-height: 17pt;
}

h2, h2 b, h3, h3 b, h4, h4 b, h5, h5 b {
    margin-bottom: 15px;
    font-size: 12pt;
}

.jobSubTitle {
    font-size: 12pt;
    line-height: 13pt;
    padding: 0;
    margin: 12px 0 16px;
}

li {
    padding-left: 12px !important;
    margin-bottom: 8px;
}

main {
    border: none;
    box-shadow: none;
}

.hiddenPrint {
    display: none !important;
}

.print-only {
    display: flex;
}

#tasksAndSkills .contentContainer,
.contactAndLocation {
    flex-direction: column;
}

#contacts,
#place {
    gap: 0;
}

.contactAndLocation {
    margin-top: 0;
}

.contactAdditional {
    margin-top: 8px;
}

#additionalInfos, #furtherDetails {
    margin-top: var(--mediumSpace);
}

#benefits {
    page-break-inside: avoid;
}

.swiper-wrapper {
    display: block;
}

.swiper-wrapper .benefit {
    padding-left: 12px !important;
    margin-bottom: 8px;
}

.swiper-wrapper .benefit:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
}

#contacts .print-only {
    display: inline-flex;
    gap: 12px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}