/* Answers hub — reuses tools-hub patterns; small layout tweaks only */

.tools-breadcrumb {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  color: var(--text-muted, #5c6b73);
}

.tools-breadcrumb a {
  color: inherit;
}

.answers-hub .tools-hub__hero {
  margin-bottom: 0.25rem;
}

.answers-hub__cluster {
  scroll-margin-top: 5.5rem;
}

.answers-hub__cluster-count {
  margin: -0.15rem 0 0.85rem;
  font-size: 0.9rem;
}

.answers-hub__card {
  display: flex;
  flex-direction: column;
  min-height: 12.5rem;
}

.answers-hub__card h3 {
  font-size: 1.05rem;
  line-height: 1.55;
}

.answers-hub__card p {
  flex: 1 1 auto;
}

.answers-hub__meta {
  margin: 0 0 0.65rem !important;
  font-size: 0.85rem !important;
}

.answers-hub__card .tools-card__go {
  margin-top: auto;
  font-weight: 700;
}

.answers-hub__footer-links {
  margin: 1.5rem 0 0;
}

.answers-hub__more-faq {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(12, 28, 36, 0.1);
  background: rgba(255, 253, 249, 0.85);
}

.answers-hub__more-faq-title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}

.answers-hub__more-faq-lead {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
}

.answers-hub__more-faq details {
  margin: 0.45rem 0;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  border: 1px solid rgba(12, 28, 36, 0.08);
  background: #fff;
}

.answers-hub__more-faq summary {
  cursor: pointer;
  font-weight: 700;
  line-height: 1.45;
}

.answers-hub__more-faq details[open] summary {
  margin-bottom: 0.45rem;
  color: var(--sea-deep, #2f6f7e);
}

.answers-hub__more-faq details p {
  margin: 0.35rem 0;
  line-height: 1.7;
}

/* Detail page: align with tools page shell */
.answer-page .direct-answer {
  margin: 1.25rem 0 1.75rem;
}

.answer-page__cta {
  margin: 0 0 1.75rem;
}
