.flr4-screen-view,
.flr4-print-view {
    background: #fff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

.flr4-form-sheet {
    border: 1px solid #111;
    padding: 10px 12px 14px;
    background: #fff;
}

.flr4-form-header {
    display: grid;
    grid-template-columns: 1.2fr 1.4fr 0.9fr;
    gap: 12px;
    margin-bottom: 10px;
    align-items: start;
}

.flr4-header-left,
.flr4-header-right {
    font-size: 0.82rem;
    line-height: 1.35;
}

.flr4-header-center {
    text-align: center;
}

.flr4-form-title {
    font-weight: 700;
    font-size: 1.05rem;
}

.flr4-form-subtitle {
    font-size: 0.78rem;
    margin-top: 2px;
}

.flr4-label {
    font-weight: 700;
}

.flr4-screen-scroll-hint {
    color: #64748b;
    font-size: 0.8rem;
    margin: 0 0 6px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.flr4-screen-scroll {
    overflow-x: auto;
    max-width: 100%;
}

.flr4-official-grid,
.flr4-summary-grid {
    border-collapse: collapse;
    width: max-content;
    min-width: 100%;
    font-size: 0.72rem;
}

.flr4-official-grid th,
.flr4-official-grid td,
.flr4-summary-grid th,
.flr4-summary-grid td {
    border: 1px solid #111;
    padding: 3px 4px;
    text-align: center;
    white-space: nowrap;
}

.flr4-official-grid thead th {
    font-weight: 700;
    background: #fff;
}

.flr4-type-col {
    text-align: left !important;
    min-width: 72px;
    font-weight: 700;
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 1;
}

.flr4-bulk-row td {
    font-style: italic;
}

.flr4-bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 14px;
    align-items: flex-end;
}

.flr4-summary-title {
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 4px;
}

.flr4-summary-grid {
    width: auto;
    min-width: 0;
    font-size: 0.78rem;
}

.flr4-summary-grid .flr4-type-col,
.flr4-summary-grid td:first-child {
    text-align: left !important;
    font-weight: 700;
    position: static;
}

.flr4-signature {
    text-align: center;
    min-width: 220px;
    padding-bottom: 4px;
}

.flr4-signature-for {
    margin-bottom: 28px;
}

.flr4-signature-line {
    border-top: 1px solid #111;
    margin: 0 auto 4px;
    width: 180px;
}

.flr4-signature-caption {
    font-size: 0.72rem;
}

.flr4-empty {
    margin: 0;
    color: #64748b;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.flr4-official-grid-print {
    width: 100%;
    font-size: 0.58rem;
}

.flr4-official-grid-print .flr4-type-col {
    position: static;
}

.flr4-print-sheet {
    border: none;
    padding: 0;
}

@media print {
    @page {
        size: landscape;
        margin: 8mm;
    }

    .flr4-print-view {
        padding: 0;
    }

    .flr4-screen-scroll-hint {
        display: none;
    }
}
