/* SEO-focused content blocks */
.seo-intro-box,
.seo-link-panel,
.seo-resource-box {
  margin: 0 0 30px;
  padding: 24px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  background: #fffaf6;
}

.seo-intro-box h2,
.seo-link-panel h2,
.seo-resource-box h2,
.seo-resource-box h3 {
  margin-top: 0;
  color: #253746;
}

.seo-intro-box p,
.seo-link-panel p,
.seo-resource-box p,
.seo-resource-box li {
  color: #55616b;
  line-height: 1.8;
}

.seo-link-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 12px;
}

.seo-link-card {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid #ffd5c0;
  border-radius: 999px;
  background: #ffffff;
  color: #c54f17;
  font-weight: 600;
}

.seo-link-card:hover,
.seo-link-card:focus {
  text-decoration: none;
  color: #ffffff;
  background: #ff7a45;
  border-color: #ff7a45;
}

.seo-link-card.is-current {
  color: #ffffff;
  background: #ff7a45;
  border-color: #ff7a45;
}

.seo-link-cta {
  margin-bottom: 0;
  font-weight: 600;
}

.seo-resource-box ul {
  margin: 0;
  padding-left: 18px;
}

.seo-resource-box .site-button {
  margin-top: 12px;
}
