﻿.centered-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    text-align: left;
    background: #fff;
    padding: 24px 32px;
    box-sizing: border-box;
}

@media print {
    body {
        margin: 0;
        background: #fff !important;
    }

    .centered-content {
        box-shadow: none !important;
        border: none !important;
        background: #fff !important;
        padding: 0.5in 0.75in !important;
        max-width: 100%;
    }

    .no-print, .no-print * {
        display: none !important;
    }

    .print-header {
        margin-bottom: 1em;
        border-bottom: 2px solid #333;
        padding-bottom: 0.5em;
    }

    .print-section {
        margin-bottom: 1.5em;
        page-break-inside: avoid;
    }

    .print-table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 1em;
    }

        .print-table th, .print-table td {
            border: 1px solid #888;
            padding: 0.3em 0.5em;
            text-align: left;
        }

    .print-title {
        font-size: 1.5em;
        font-weight: bold;
        margin-bottom: 0.5em;
    }

    .print-subtitle {
        font-size: 1.1em;
        font-weight: bold;
        margin-bottom: 0.2em;
    }
    .print-board-name {
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 0.5em;
    }
}
