.custom-quantity-table-wrapper {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fafbff;
    padding: 16px;
}
.custom-quantity-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
}
.custom-quantity-table th, .custom-quantity-table td {
    padding: 12px 16px;
    text-align: left;
}
.custom-quantity-table tr.selected {
    background-color: #e6f7ff;
    font-weight: 600;
    border-left: 4px solid #1a73e8;
}
.custom-quantity-table tr {
    cursor: default;
    transition: background 0.2s;
}
.custom-quantity-table tr:hover {
    background: inherit;
}
.custom-quantity-table th {
    font-weight: 600;
    color: #555;
    background: #f5f7fa;
}
.custom-quantity-table td {
    font-size: 1.1em;
}
