table.rbundle-html-table tbody td {
    border: 0.5px solid black;
}

table.rbundle-html-table tbody td:empty,
table.rbundle-html-table tbody td.invalid-cell {
    border: 0.5px solid black;
    background-color: red;
    opacity: 0.36;
    color: white;
}

table.rbundle-html-table tbody td.invalid-cell select option {
    color: black !important;
}

table.rbundle-html-table tbody td [value="+"] {
    background-color: #134BCC;
    color: white;
    font-size: 16px;
    padding: 0;
    width: 30px;
    height: 30px;
}

table.rbundle-html-table tbody td:has(> [value="+"]) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

table.rbundle-html-table tbody tr[default-row] i.fa-solid.fa-trash {
    display: none;
}

table.rbundle-html-table tbody td select {
    min-height: 40px !important;
}