/* Custom styles for POS system */

body {
    background-color: #f8f9fa;
}

.card {
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card-title {
    font-size: 1.1rem;
    font-weight: bold;
}

.list-group-item {
    font-size: 0.95rem;
}

.btn-sm {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
}

/* Adjustments for product cards to ensure consistent height */
.card.h-100 {
    display: flex;
    flex-direction: column;
}

.card-body {
    flex-grow: 1;
}
