/**
 * Footer + callout styles for www.arnabontempsmuseum.com
 * Upload to: /css/articles-footer.css on main site
 * Matches dark/gold tone of articles subdomain
 */
.abm-articles-footer,
.abm-articles-callout {
  font-family: "Noto Sans Thai", "Segoe UI", sans-serif;
  line-height: 1.65;
}

.abm-articles-footer {
  background: #1a2332;
  border-top: 1px solid #2d3a4f;
  padding: 2rem 1.5rem;
  margin-top: 2rem;
}

.abm-articles-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.abm-articles-footer h2 {
  color: #d4af37;
  font-size: 1.15rem;
  margin: 0 0 0.75rem;
}

.abm-articles-footer__intro,
.abm-articles-footer__typo {
  color: #94a3b8;
  font-size: 0.9rem;
  margin: 0 0 1rem;
}

.abm-articles-footer a {
  color: #d4af37;
  text-decoration-thickness: 1px;
}

.abm-articles-footer a:hover {
  color: #f0c84a;
}

.abm-articles-footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.5rem 1rem;
}

.abm-articles-footer__nav a {
  font-size: 0.875rem;
  font-weight: 500;
}

.abm-articles-callout {
  background: #243044;
  border: 1px solid #d4af37;
  border-radius: 10px;
  padding: 1.5rem;
  margin: 2rem auto;
  max-width: 720px;
}

.abm-articles-callout h2 {
  color: #d4af37;
  font-size: 1.2rem;
  margin: 0 0 1rem;
}

.abm-articles-callout p,
.abm-articles-callout li {
  color: #e8edf4;
  font-size: 0.95rem;
}

.abm-articles-callout ul {
  padding-left: 1.25rem;
  margin: 1rem 0;
}

.abm-articles-callout a {
  color: #d4af37;
}

.abm-articles-callout__cta {
  display: inline-block;
  margin-top: 0.5rem;
  background: #d4af37;
  color: #0f1419 !important;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}

.abm-articles-callout__cta:hover {
  background: #f0c84a;
}
