.main {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 14px;
}

th,
td {
    border: 1px solid #000;
    padding: 6px;
    page-break-inside: avoid;
    break-inside: avoid;
}

th {
    text-align: center;
    page-break-inside: avoid;
    break-inside: avoid;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.work-meta {
    border-bottom: 1.5px solid #000;
    width: fit-content;
    margin-bottom: 6px;
    padding-bottom: 2px;
}

.work-meta input {
    margin-left: .5em;
}

.inspection-section td {
    font-weight: bold;
    background: #f0f0f0;
}

.inspection-result {
    text-align: center;
    width: 60px;
}

input {
    font-size: 16px;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: white;
    cursor: pointer;
}

@page {
    size: A4;
    margin: 14mm;
}

@media print {
    main {
        overflow-x: scroll;
    }

    input {
        border: none;
    }

    input[type="checkbox"]:not(:checked) {
        appearance: none;
    }

    button {
        display: none;
    }

}