@media print {
    .page-header-accessibility, .page-header, #flash-messages, #top, .jwd-breadcrumb, .jobheader, .jobItem, .joblink-button, .footer-wrapper,
    #toggleBtn, .jobDet .flex:nth-child(2) {
        display: none !important;
    }

    .jobDet div:nth-child(1) {
        flex-direction: column !important;
    }
    .jobDet {
        max-width: 48rem;
        padding-left: 0;
    }
    .jobfooter {
        padding-top: 0;
        margin-top: 0;
        background-color: transparent;
    }
    .jobfooter .grid {
        display: flex !important;
        flex-direction: row !important;
    }
    .jobfooter .grid div:nth-child(1) {
        padding-left: 0;
    }
    .jobdetails {
        margin-bottom: 0;
    }

    .job-info-row::before, .job-info-row {
        background: transparent !important;
    }

    .block.mx-auto.max-w-3xl.w-full > .block:nth-of-type(-n+2)::before {
        background: transparent;
    }

}