.kueski-list-table {
    background-color: red;
}

.kueski-list-table .column-primary {
    display:flex;
    align-items: center;
}

.kueski-order-item-thumbnail {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    flex-shrink: 0;
}

.kueski-order-item-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kueski-order-item-name {
    flex-grow: 1;
}

.kueski-order-refund-total {
    margin-top: 20px;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    text-align: right;
}

.kueski-order-refund-items {
    margin-top: 20px;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    text-align: right;
}

.kueski-order-refund-summary {
    margin-top: 15px;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px dolid #e5e5e5;
    text-align: right;
}

.kueski-refunded-amount {
    color: #a00;
}

.kueski-refund-message{
    margin-top: 20px;
}

.kueski-refunded-qty {
    display: block;
    color: #a00;
}
