/* Explicit viewport bounds for browsers where the landing grid keeps a max-content track on phones. */
@media (max-width: 720px) {
  .landing-shell.landing-simplified-v77 .landing-kicker {
    box-sizing: border-box;
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .landing-shell.landing-simplified-v77 .landing-synny-copy {
    box-sizing: border-box;
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-inline: auto !important;
    overflow: hidden;
  }

  .landing-shell.landing-simplified-v77 .landing-synny-copy h2,
  .landing-shell.landing-simplified-v77 .landing-synny-lede {
    box-sizing: border-box;
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    margin-inline: auto;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }
}
