/* Guides hub + article extras (extends policy_page.css) */
.guides-container--wide {
  max-width: 920px;
}
.guides-meta {
  margin: 0 0 1.5rem;
  font-size: 0.9375rem;
  color: #64748b;
}

.guides-meta a {
  color: #0369a1;
  text-decoration: none;
}

.guides-meta a:hover {
  text-decoration: underline;
}

.guides-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.guides-list__item {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1rem 1.15rem;
  background: #f8fafc;
}

.guides-list__item a {
  color: #0c4a6e;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.35;
}

.guides-list__item a:hover {
  text-decoration: underline;
}

.guides-list__cat {
  display: inline-block;
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0284c7;
}

.guides-list__desc {
  margin: 0.5rem 0 0;
  color: #475569;
  font-size: 0.9875rem;
  line-height: 1.55;
}

.guides-list__date {
  margin: 0.4rem 0 0;
  font-size: 0.8125rem;
  color: #94a3b8;
}

.guides-related {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 2px solid #e0f2fe;
}

.guides-related h2 {
  margin-top: 0;
}

.guides-related ul {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
}

.guides-related li {
  margin-bottom: 0.4rem;
}

.guides-cta {
  margin: 1.5rem 0;
  padding: 1rem 1.15rem;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 12px;
}

.guides-cta p {
  margin: 0;
}

.guides-cta a {
  color: #0369a1;
  font-weight: 600;
}
