/*!
 * Righthere.fi legal / info prose — extends landing.css .seo-content
 */

body.landing-page header.landing-hero.legal-page-hero {
  padding-bottom: 32px;
}

body.landing-page header.landing-hero.legal-page-hero .header-content {
  padding-top: 8px;
  padding-bottom: 0;
}

body.landing-page header.landing-hero.legal-page-hero h1 {
  margin-bottom: 0;
}

body.landing-page .seo-content.legal-content h3 {
  margin: 28px 0 12px;
  font-family: 'Catamaran', 'Helvetica', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #202124;
}

body.landing-page .seo-content.legal-content ul,
body.landing-page .seo-content.legal-content ol {
  margin: 0 0 16px;
  padding-left: 1.4em;
  font-size: 17px;
  line-height: 1.65;
  color: #5f6368;
}

body.landing-page .seo-content.legal-content li {
  margin-bottom: 8px;
}

body.landing-page .seo-content.legal-content li:last-child {
  margin-bottom: 0;
}

body.landing-page .seo-content.legal-content table {
  width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.5;
}

body.landing-page .seo-content.legal-content th,
body.landing-page .seo-content.legal-content td {
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
  border: 1px solid rgba(32, 33, 36, 0.12);
}

body.landing-page .seo-content.legal-content th {
  font-weight: 700;
  color: #202124;
  background: #f8f9fa;
}

body.landing-page .seo-content.legal-content td {
  color: #5f6368;
}

body.landing-page .seo-content.legal-content .legal-meta {
  margin-bottom: 20px;
  font-size: 15px;
  color: #9aa0a6;
}

body.landing-page .seo-content.legal-content .legal-footer-links {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(32, 33, 36, 0.12);
}

@media (max-width: 575px) {
  body.landing-page .seo-content.legal-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
