body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container {
    max-width: 1200px;
}

.card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.card-header {
    background-color: #343a40;
    color: white;
    padding: 1rem 1.25rem;
}

.table th {
    background-color: #f8f9fa;
    border-top: none;
}

.btn-danger {
    margin-left: 10px;
}

#totalValue {
    font-weight: bold;
    font-size: 1.25rem;
}

.actions {
    white-space: nowrap;
}

.quantity-controls {
    display: flex;
    align-items: center;
}

.quantity-btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #dee2e6;
    background-color: #f8f9fa;
    cursor: pointer;
}

.quantity-input {
    width: 50px;
    text-align: center;
    margin: 0 5px;
}
