.my-unique-menu-item {
  display: flex;
  align-items: baseline;
  /* Adjust this width to pull the price closer */
  width: 60%;
  max-width: 400px; 
  margin-bottom: 12px;
}

.my-dots-spacer {
  flex-grow: 1;
  border-bottom: 2px dotted #000;
  margin: 0 10px;
  position: relative;
  bottom: 4px;
}

.my-service-name, .my-service-price {
  white-space: nowrap;
}