/* Related Articles + Related Tools footer block for blog articles.
   Added 2026-04-20. Loaded additionally by each article; does not replace
   the article's existing inline stylesheet. */

.related-content {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #1E1E24;
}

.related-content h3 {
  font-size: 10px;
  color: #4E4D49;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.related-article {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #1A1A1E;
  text-decoration: none;
}

.related-article:last-child {
  border-bottom: none;
}

.related-article:hover .related-title {
  color: #5DCAA5;
}

.related-title {
  font-size: 13px;
  color: #F0EDE6;
  font-weight: 600;
  margin-bottom: 3px;
  transition: color 0.15s;
}

.related-title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #5DCAA5;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

.related-meta {
  font-size: 10px;
  color: #4E4D49;
  padding-left: 14px;
}

.related-tools {
  margin-top: 20px;
}

.related-tool {
  display: block;
  padding: 8px 0;
  font-size: 12px;
  color: #8A8880;
  text-decoration: none;
  border-bottom: 1px solid #1A1A1E;
}

.related-tool:last-child {
  border-bottom: none;
}

.related-tool:hover {
  color: #5DCAA5;
}

.related-tool .tool-prefix {
  color: #4ADE80;
  margin-right: 6px;
}

.related-tool .tool-desc {
  color: #4E4D49;
  margin-left: 6px;
}
