/* Print-friendly CSS for Keer Cards - minimal ink, focused content */

body {
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: medium;
    font-style: normal;
    line-height: normal;
    color: #000000;
}

body, td, th {
    color: #000000;
    font-family: inherit;
    font-size: inherit;
    font-style: normal;
}

/* Headings - centered where appropriate */
h1, h2, h3, h4 {
    text-align: center;
}

h1 {
    font-size: large;
    font-weight: bold;
    font-style: normal;
}

h2 {
    font-size: medium;
    font-weight: bold;
    font-style: normal;
}

h3 {
    font-size: medium;
    font-weight: normal;
    font-style: italic;
}

h4 {
    font-size: medium;
    font-weight: normal;
    font-style: italic;
}

h5, h6 {
    font-weight: lighter;
    font-style: normal;
}

/* Links - black text, no underline */
a {
    color: #000000;
    text-decoration: none;
}

/* Images - centered and scaled */
img {
    max-width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
    display: block;
    margin: 1em auto;
}

figure {
    text-align: center;
    margin: 2em 0;
}

figure figcaption {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin-top: 0.5em;
    color: #000000;
}

/* Lists */
ul {
    list-style: none;
    padding-left: 0;
}

ul li::before {
    content: "-";
    margin-right: 5px;
}

/* Footer */
footer {
    font-size: 0.9em;
    color: #000000;
    text-align: center;
    margin-top: 2em;
}

/* ------------------- */
/* Hide navigation, buttons, and other non-essential elements when printing */
nav, .menu, .button, .no-print, .sidebar {
    display: none !important;
}

/* Ensure main content uses full width */
main, article, section {
    width: 100%;
}

/* Remove page breaks inside important content */
h1, h2, h3, h4, figure, p {
    page-break-inside: avoid;
}

/* Remove any media queries for print - full width */
