/* Final desktop homepage typography and badge alignment. */
@media (min-width: 621px) {
  .hero h1 > span,
  .hero h1 > em {
    display: block !important;
  }
  .hero h1 > em {
    width: max-content;
    max-width: 100%;
    white-space: nowrap !important;
  }
  .made-badge {
    box-sizing: border-box;
    width: 210px !important;
    min-width: 210px;
    height: 104px !important;
    padding: 14px 16px !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    column-gap: 14px;
    overflow: hidden;
  }
  .made-badge strong {
    min-width: 54px;
    font-size: 43px !important;
    line-height: 1 !important;
  }
  .made-badge span {
    min-width: 0;
    font-size: 9px !important;
    line-height: 1.25 !important;
    white-space: normal;
  }
}
