/* Insights-only additions. Base layout, typography, palette, and spacing come from main.css. */

.insights-list-section {
  min-height: 18rem;
}

.insights-featured {
  max-width: 760px;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d8d3c8;
}

.insights-featured .insight-card {
  border-bottom: none;
  padding-bottom: 0;
}

.insights-section-label,
.insights-list-heading,
.insight-card__meta,
.insight-post__meta,
.insight-sources__heading {
  display: block;
  font-family: 'Lato', system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
  color: #a08555;
}

.insights-list-heading {
  max-width: 760px;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d8d3c8;
}

.insights-list {
  max-width: 760px;
  border-top: 1px solid #eeebe4;
}

.insight-card {
  padding: 1rem 0;
  border-bottom: 1px solid #eeebe4;
}

.insight-card__meta,
.insight-post__meta {
  color: #5a5a5a;
  letter-spacing: 0.08em;
}

.insight-card__title {
  margin: 0.35rem 0 0.25rem;
  font-size: 1.05rem;
  line-height: 1.45;
}

.insight-card__title a {
  color: #1a2332;
  text-decoration: none;
}

.insight-card__title a:hover {
  color: #a08555;
  text-decoration: underline;
}

.insight-card__summary {
  max-width: 680px;
  margin-bottom: 0;
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #3a3a3a;
}

.insights-empty {
  max-width: 760px;
  padding: 1rem 0;
  color: #5a5a5a;
  border-top: 1px solid #eeebe4;
}

.insights-pagination {
  max-width: 760px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  font-size: 0.9rem;
  color: #5a5a5a;
}

.insight-post__meta {
  margin-bottom: 0.75rem;
}

.insight-post__subtitle {
  max-width: 680px;
}

.insight-post__author {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #5a5a5a;
}

.insight-post__excerpt {
  margin-top: 1.5rem;
  padding-left: 1rem;
  border-left: 3px solid #a08555;
  color: #1a2332;
  line-height: 1.75;
}

.insight-post__body {
  max-width: 680px;
}

.insight-sources {
  max-width: 680px;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d8d3c8;
}

.insight-sources__heading {
  margin-bottom: 1rem;
}

.insight-sources__list {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}

.insight-source {
  margin-bottom: 1rem;
}

.insight-source__title {
  font-family: 'Source Serif 4', 'Lora', Georgia, serif;
  color: #1a2332;
}

.insight-source__meta {
  margin-top: 0.2rem;
  font-size: 0.82rem;
  color: #5a5a5a;
}

.insight-source__note {
  margin-top: 0.35rem;
  margin-bottom: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #3a3a3a;
}

.insight-sources__raw {
  padding-left: 1.25rem;
  font-size: 0.9rem;
}
