.custom-order-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.order-filter-btn {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    background: #f9f9f9;
}

.order-filter-btn.active {
    border-color: #000;
    background: #eee;
    font-weight: bold;
}

.order-filter-btn i {
    margin-right: 6px;
}

.order-badge {
    background: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}

.icon svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}
