/* assets/css/style.css */
.card-header .btn-light {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-group-item.active a {
    color: white !important;
}

.list-group-item.active {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-outline-success:hover .bi-cart-plus {
    color: white;
}