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

.hiddenPrint {
    display: none !important;
}

.printOnly {
    display: block;
}

* {
    font-size: 14px;
}

section, div {
    flex-direction: column;
}

h1, h1 span {
    font-size: 1.75rem;
}

h2, h2 b {
    margin-bottom: 10px;
    font-size: 1.4rem;
}

#logo_bison_print {
    margin-left: 10px;
    width: 160px;
}

.text_wrapper, #jobMainDetails {
    padding: 0;
}

#locations {
    flex-direction: row;
    margin-bottom: 15px;
    gap: 8px;
}

#locations .button-outlined {
    font-size: 10px;
    padding: 3px 9px 3px 6px;
    line-height: 1;
}

#locations svg {
    height: 12px;
    width: 12px;
}

#tasks {
    margin-top: 24px;
}

#tasks, #skills {
    margin-bottom: 24px;
}

#jobMainDetails ul {
    padding-left: 17px;
}

#titleAndIntroduction {
    margin-top: 40px;
}

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