.tag-seo-content {
  margin: 0 12px 16px;
  padding: 14px;
  border-radius: 10px;
  background: #f7f8fc;
  border: 1px solid #e2e7f2;
}

.tag-seo-top {
  margin-bottom: 12px;
}

.tag-seo-bottom {
  margin-top: 16px;
}

.tag-seo-bottom.is-loading-hidden {
  display: none;
}

.tag-seo-block + .tag-seo-block {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed #d8deea;
}

.tag-seo-block h2 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  color: #222;
}

.tag-seo-block p {
  margin: 0;
  color: #444;
  line-height: 1.7;
}

.tag-seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-seo-links a {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ecf1ff;
  color: #2d5bd1;
  text-decoration: none;
  font-weight: 600;
}

.tag-seo-links a:hover {
  background: #dfe8ff;
}

.tag-seo-faq-list details {
  background: #fff;
  border: 1px solid #e4e8f1;
  border-radius: 8px;
  padding: 8px 10px;
}

.tag-seo-faq-list details + details {
  margin-top: 8px;
}

.tag-seo-faq-list summary {
  cursor: pointer;
  font-weight: 600;
  color: #222;
}

.tag-seo-faq-list p {
  margin: 8px 0 0;
}

@media (max-width: 768px) {
  .tag-seo-content {
    margin: 0 10px 14px;
    padding: 12px;
  }

  .tag-seo-block h2 {
    font-size: 1rem;
  }
}
