.container {
  display: flex;
  gap: 6px;
  background-color: #f0f0f0;
  padding: 6px 10px;
  border-radius: 10px;
  align-items: center;
}
