@page {
    size: A4 portrait;
}

.app {
    display: unset;
}

body {
    font-size: 12pt;
}

.print-heading {
    display: block !important;
    margin-bottom: var(--space-between-xl);
}
.print-heading-title {
    font-size: xx-large;
    font-weight: 600;
}
.print-heading-subtitle {
    font-size: large;
    font-weight: 500;
}

.app-sidebar,
.app-content-heading,
.app-toolbar {
    display: none;
}

.app-content-body {
    padding: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    color: black !important;
    text-decoration: none;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.details-section-title a {
    display: none;
}
