:root {
    print-color-adjust: economy;
}

@page {
    size: letter portrait;
    margin: 0.5in;
}

body {
    width: 100%;
    min-width: 112ch;
    margin: 0;
    padding: 0;
    font-family: "Noto Sans", sans-serif;
    font-size: 12pt;
    line-height: 1.5;
    background: none !important;
    background-color: none !important;
    color: #000 !important;
    scrollbar-width: none;
}

#topStrip, #siteSubtitle, #mainNav, #sectionNav, footer, #topLink,
header, #siteTitleWrapper, 
input[type="button"], input[type="submit"], input[type="reset"], 
button, .button, .noPrint {
    display: none !important;
}

a::after {
    content: " (" attr(href) ")";
}

abbr::after {
    content: " (" attr(title) ")";
}

h1 {
    color: var(--color-pri-dark);
    margin-top: 0;
}

h1, h2, h3, summary {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 90;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, summary {
    page-break-after: avoid;
    color: #000;
}

p {
    margin: 0 0 0 1em;
}

img, svg, table, canvas, fieldset {
    break-inside: avoid;
}

table {
    margin-bottom: 2em;
}

caption { 
    text-align: left;
}

th {
    text-align: left;
}

th, td {
    padding: 0 0.5em;
}

th img[src$="check.png"] {
    mix-blend-mode: multiply;
}

details {
    display: block;
    height: auto;
    overflow: visible;
}

details > *:not(summary) {
    display: block;
    visibility: visible;
    opacity: 1;
}

details::details-content {
    display: block !important;
}

details summary {
    list-style: none;
}

.tableWrapper, .formWrapper, .videoWrapper, .iframeWrapper {
    overflow: visible;
}

form {
    display: grid;
    gap: 1em;
}

fieldset {
    width: fit-content;
    padding:1em;
    border: 1px solid #666 !important;
    display:grid;
    gap:1em;
}

input, textarea, select {
    border: none;
    border-bottom: 1px solid #333;
    background: transparent;
    
    font-size: 12pt;
    padding: 2px 0;
}

    input[type="checkbox"], input[type="radio"] {
        display: inline-block;
        width: auto;
        margin-right: 0.5em;
        border: 1px solid #333;
    }

    input[type="date"]:empty { color:transparent; }


/*label {
    margin: 0 1em 1em 1em;
}*/

::placeholder { visibility:hidden; }

.bordered, .outlined, .shaded {
    border: none;
    background: none;
}

:is(ul, menu):is(.noBullets, .inputList) {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

    :is(ul, menu):is(.noBullets, .inputList) > li {
        padding-left: 0;
        margin-left: 0;
    }

        :is(ul, menu):is(.noBullets, .inputList) > li::marker {
            content: "";
            background-image: none;
        }

:is(ul, menu).noIndent {
    padding-left: 0;
}

    :is(ul, menu).noIndent > li {
        margin-left: 0;
    }

.forceWrap {
    line-break: anywhere;
    /*overflow-wrap: anywhere;*/
    overflow-wrap: break-word;
    text-wrap: balance !important;
}

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.alignLeft {
    text-align: left;
}

/* General purpose checkmark for tables and such */
img[src$="check.png"] {
    width: 1em;
    height: 1em;
    mix-blend-mode: multiply; /* 2025-12: almost no support for plus-darker */
}


/*a::before, a::after { display:none; }*/ /* for now let print ui handle this */
