.amortization-table table,
.amortization-table th,
.amortization-table td {
    border: 1px solid #444444 !important;
    border-collapse: collapse !important;
}

.amortization-table th {
    background-color: rgba(20, 20, 30, 0.7) !important;
    color: #eaeaea !important;
    font-weight: 600 !important;
    padding: 6px 8px !important;
    font-size: 0.95em !important;
    text-align: left !important;
}

.amortization-table td {
    padding: 4px 8px !important;
    font-size: 0.9em !important;
    color: #d4d4d4 !important;
}

.amortization-table tr:nth-of-type(odd) {
    background-color: rgba(40, 40, 50, 0.2) !important;
}

.amortization-table tr:nth-of-type(even) {
    background-color: rgba(30, 30, 40, 0.1) !important;
}

.amortization-table tr:hover {
    background-color: rgba(60, 60, 80, 0.3) !important;
}
