/* Mobile-only placement parity with the One Piece character builder. */
@media (max-width: 760px) {
  .hero-content {
    display: flex;
    flex-direction: column;
  }

  .hero-content > .link-row.primary {
    order: -10;
    margin: 0 0 14px;
  }
}
