/*!
 * Righthere.fi help / instructions — step-by-step wizard guide
 */

body.landing-page .seo-content.help-content {
  max-width: 840px;
}

body.landing-page .seo-content.help-content .help-intro {
  margin-bottom: 8px;
}

body.landing-page .help-step {
  margin: 48px 0 0;
  padding-top: 48px;
  border-top: 1px solid rgba(32, 33, 36, 0.1);
}

body.landing-page .help-step:first-of-type {
  margin-top: 32px;
  padding-top: 0;
  border-top: 0;
}

body.landing-page .help-step__number {
  display: inline-block;
  margin: 0 0 8px;
  font-family: 'Catamaran', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f5a623;
}

body.landing-page .help-step h2 {
  margin-top: 0;
}

body.landing-page .help-step__figure {
  margin: 24px auto 0;
  max-width: 300px;
  text-align: center;
}

body.landing-page .help-step__screenshot {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(32, 33, 36, 0.14);
}

body.landing-page .help-step__caption {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #9aa0a6;
}

body.landing-page .help-content .help-next-steps {
  margin-top: 48px;
  padding: 24px;
  border-radius: 12px;
  background: #f8f9fa;
}

body.landing-page .help-content .help-next-steps h2 {
  margin-top: 0;
  font-size: 22px;
}

@media (min-width: 768px) {
  body.landing-page .help-step {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 32px 40px;
    align-items: start;
  }

  body.landing-page .help-step__body {
    grid-column: 1;
    grid-row: 1;
  }

  body.landing-page .help-step__figure {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }

  body.landing-page .help-step h2,
  body.landing-page .help-step__number {
    grid-column: 1;
  }

  body.landing-page .help-step__number {
    grid-row: 1;
    align-self: start;
  }

  body.landing-page .help-step h2 {
    margin-top: 28px;
  }
}
