/* Final alignment guides for the public landing hero. */
@media (min-width: 901px) {
  .landing-story-page .story-hero {
    padding-right: clamp(22px, 4vw, 58px);
  }

  .landing-story-page .story-showcase {
    width: min(100%, 660px);
    justify-self: end;
  }
}

@media (max-width: 859px) {
  .landing-story-page .site-nav-account a:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 16px;
    line-height: 1;
    box-sizing: border-box;
  }
}
