/* Dumindu Electricals - custom styling on top of Bootstrap 5 */

body {
    background-color: #f6f7f9;
}

.navbar-brand i {
    color: #ffe08a;
}

.category-card {
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    margin-bottom: 1.5rem;
}

.category-card .card-header {
    background-color: #212529;
    color: #fff;
    font-weight: 600;
    border-radius: 0.75rem 0.75rem 0 0 !important;
    letter-spacing: 0.3px;
}

.stock-badge {
    font-size: 0.85rem;
    min-width: 46px;
}

.stock-low {
    background-color: #dc3545 !important;
}

.stock-medium {
    background-color: #fd7e14 !important;
}

.stock-ok {
    background-color: #198754 !important;
}

.qty-btn {
    width: 34px;
    height: 34px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.item-row td {
    vertical-align: middle;
}

@media (max-width: 576px) {
    .table-responsive-card thead {
        display: none;
    }
    .table-responsive-card tbody tr {
        display: block;
        margin-bottom: 0.75rem;
        border: 1px solid #e9ecef;
        border-radius: 0.5rem;
        padding: 0.5rem 0.75rem;
    }
    .table-responsive-card tbody td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none;
        padding: 0.35rem 0;
    }
    .table-responsive-card tbody td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #6c757d;
        margin-right: 1rem;
    }
}
