.customers-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    gap: 20px;
    flex-wrap: wrap;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-left h1 {
    margin: 0;
}

.customer-count {
    color: #6b7280;
    font-size: 15px;
    font-weight: 500;
}