body::before {
    content: "Note: For best print quality, download the formatted PDF using the button on the page. Found at https://alaschke.com/";
    display: block;
    padding: 1em;
    font-size: 1.1em;
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    margin-bottom: 1em;
}

.body {
    margin-top: 0;
    page-break-inside: avoid !important;

}

div.container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

div,
article,
section {
    background: none !important;
}

h1 {
    font-size: 14pt !important;
    font-weight: bold !important;
    color: #000 !important;
    border: none !important;
    margin: 0;
}

h2 {
    font-size: 12pt !important;
    font-weight: bold !important;
    color: #000 !important;
    border: none !important;
}

a,
p,
li {
    font-size: 10pt !important;
    color: #000 !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    border-radius: none !important;
}

li:not(:last-child)::after {
    content: ", " !important;
}

ul {
    margin: 0 0.1rem 0 !important;
    gap: 0.1rem !important;

}

section {
    margin: 0 !important;
    padding: 0 !important;
}

figure {
    max-width: 25%;
    height: auto;
}

img {
    border: none !important;
}

div {
    margin: 0 0 1rem !important;
}

header {
    margin: 0 !important;
}

.extras-gallery {
    display: none !important;
}
/* Hide navigation, buttons, or non-essential UI */
nav,
.no-print,
.button {
    display: none !important;
}

/* Make body text black and background white */
body {
    color: #000;
    background: #fff;
}