.budget-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 12px;
}
.budget-table th, .budget-table td {
    border: 1px solid #ddd;
    padding: 6px;
    vertical-align: top;
    min-width: 100px;
}
.budget-table th {
    background: #1e4d8f;
    color: white;
    text-align: left;
}
.budget-input {
    max-width: 60px;
    border: 1px solid #ccc;
    background-color: red;
    padding: 2px;
    font-size: 12px;
}
.budget-total {
    width: 100px;
    max-width: 97%;
    font-weight: bold;
    background: #fff3cd;
}
.budget-notes {
    font-size: 11px;
    margin-top: 15px;
    line-height: 1.4;
}
