.seo-content {
  padding: 72px 0 88px;
  background: #fff;
  border-top: 1px solid #e6ebf2;
}

.seo-content .shell {
  max-width: 980px;
}

.seo-content h2 {
  margin: 42px 0 13px;
  color: #0b1e3d;
  font-size: 27px;
  letter-spacing: -.5px;
}

.seo-content h2:first-child {
  margin-top: 0;
}

.seo-content h3 {
  margin: 25px 0 8px;
  color: #0b1e3d;
  font-size: 18px;
}

.seo-content p,
.seo-content li {
  color: #52657f;
  line-height: 1.8;
}

.seo-content ol {
  padding-left: 24px;
}

.seo-content details {
  padding: 18px 0;
  border-bottom: 1px solid #e6ebf2;
}

.seo-content summary {
  cursor: pointer;
  color: #0b1e3d;
  font-weight: 800;
  line-height: 1.55;
}

.seo-content details p {
  margin-bottom: 0;
}

.related-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.related-tools a {
  padding: 10px 14px;
  border: 1px solid #dbe3ec;
  border-radius: 9px;
  color: #0e8fa6;
  font-weight: 750;
  text-decoration: none;
}

.related-tools a:hover,
.related-tools a:focus-visible {
  border-color: #0e8fa6;
}

@media (max-width: 700px) {
  .seo-content {
    padding: 54px 0 66px;
  }

  .seo-content h2 {
    font-size: 23px;
  }
}
