body {
    font-family: 'Verdana', 'Arial', 'Geneva', 'Lucida', 'San-Serif', 'Lucida Sans', 'Lucida Console', 'MS Sans Serif', serif;
}

header {
    border-bottom: 4px solid #07AFEE !important;  /* Correctly sets thickness, style, and color */
}

footer {
    border-top: 1px solid #07AFEE !important;  /* Correctly sets thickness, style, and color */
}

button{
    background-color: #07AFEE !important;
}

@media print {
    body {
        margin: 0;
        padding: 0;
    }

    /* Ensure the container takes the full width */
    .max-w-6xl {
        max-width: none !important;
        width: 100% !important;
    }

    /* Expand tables to full width */
    table {
        width: 100% !important;
        font-size: 10px;
        border-collapse: collapse;
    }

    th, td {
        padding: 4px;
        border: 1px solid black;
        word-wrap: break-word;
    }

    th {
        font-weight: bold;
    }

    /* Avoid page breaks inside tables */
    table {
        page-break-inside: auto;
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    /* Reduce margins for better fit */
    .p-8 {
        padding: 4px !important;
    }
}
