.home-hero {
  min-height: 230px;
}

.home-start-copy {
  gap: 8px;
}

.home-start-copy > .home-input-mode-control {
  position: static !important;
  display: inline-grid;
  justify-self: start;
  margin: 0;
  transform-origin: left center;
}

.home-start-copy > .home-learning-status {
  margin-top: 2px;
}

@media (max-width: 420px) {
  .home-start-copy > .home-input-mode-control {
    transform: scale(0.94);
  }
}
