/* Custom styles */
body {
    background-color: #f8f9fa;
}

.card {
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-2px);
}

.navbar-brand {
    font-weight: 700;
}

.list-group-item {
    transition: background-color 0.15s;
}

.badge {
    font-size: 0.75em;
}

/* Cart items */
#cartItems .bg-light {
    background-color: #f8f9fa !important;
}

/* Product cards */
.card-title {
    font-size: 0.95rem;
    line-height: 1.3;
}

/* Table responsiveness */
.table-responsive {
    margin-top: 1rem;
}

/* Toast customization */
.toast {
    min-width: 300px;
}

/* Footer */
footer {
    border-top: 1px solid #dee2e6;
}

/* Loading spinner center */
.spinner-border {
    width: 3rem;
    height: 3rem;
}

/* Buttons in navbar */
.navbar-nav .btn {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
}

/* Modal improvements */
.modal-body .form-label {
    font-weight: 600;
    font-size: 0.875rem;
}

/* Search input icon */
.input-group-text {
    background-color: #fff;
}
