.ea-sheet-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.ea-back-button {
    display: inline-flex;
    align-items: center;
    padding: 9px 13px;
    border: 1px solid #175f54;
    border-radius: 7px;
    background: #f1f7f5;
    color: #175f54 !important;
    font-weight: 800;
    text-decoration: none !important;
}

.ea-register-heading {
    margin: 0 0 20px;
    padding: 18px 20px;
    border-left: 6px solid #175f54;
    border-radius: 8px;
    background: linear-gradient(135deg, #edf6f3, #fff);
}

.ea-register-heading span {
    color: #175f54;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ea-register-heading h2 { margin: 5px 0 4px; }
.ea-register-table { min-width: 1500px; }
.ea-register-table th,
.ea-financial-table th {
    background: #175f54;
    color: #fff;
    border: 1px solid #d1dfdb;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
}

.ea-register-table td,
.ea-financial-table td {
    border: 1px solid #d8e0de;
    vertical-align: top;
    white-space: normal;
    line-height: 1.35;
}

.ea-register-table tbody tr:nth-child(even),
.ea-financial-table tbody tr:nth-child(even) { background: #f6faf8; }
.ea-row-link { white-space: nowrap; font-weight: 750; }
.ea-financial-table { min-width: 1180px; }
.ea-financial-table textarea {
    width: 100%;
    min-width: 150px;
    padding: 8px;
    border: 1px solid #b9c3c8;
    border-radius: 5px;
    font: inherit;
    resize: vertical;
}

.ea-financial-table small {
    display: block;
    margin-top: 5px;
    color: #175f54;
    font-weight: 800;
}

.ea-tax-field input[type="number"] {
    width: 150px !important;
    min-width: 150px !important;
    font-size: 18px;
}

.ea-decisions-archive {
    margin-top: 42px;
    padding-top: 24px;
    border-top: 6px solid #175f54;
}

.ea-decision-group h3 {
    margin: 0 0 18px;
    color: #175f54;
    font-size: 22px;
}

@media (max-width: 700px) {
    .ea-sheet-toolbar { align-items: stretch; flex-direction: column; }
    .ea-back-button, .ea-sheet-toolbar .ea-print-section { justify-content: center; width: 100%; }
}

@media print {
    .ea-no-print, .ea-back-button { display: none !important; }
    .ea-register-table, .ea-financial-table { min-width: 0 !important; width: 100% !important; font-size: 8px; }
    .ea-register-table th, .ea-register-table td,
    .ea-financial-table th, .ea-financial-table td { padding: 4px !important; }
    .ea-register-heading { padding: 8px 10px; margin-bottom: 8px; }
    .ea-register-heading h2 { font-size: 18px; }
}
