/* Match the settlement-detail At a Glance card; retain article layout and content. */
.sidebar {
  box-shadow: 0 3px 18px rgba(15, 23, 42, .055);
  border: 1px solid #e5eaf0;
}
.sidebar-head {
  background: #f8fafc;
  padding: 22px;
}
.sidebar-head h2 {
  color: #0f172a;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
.sidebar-head p { font-size: .9rem; }
.sidebar .facts { padding: 6px 22px; gap: 0; }
.sidebar .fact {
  display: block;
  padding: 16px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 0;
}
.sidebar .fact:last-child { border-bottom: 0; }
.sidebar .fact span {
  display: block;
  font-size: .8rem;
  color: #475569;
  margin-bottom: 6px;
  white-space: normal;
}
.sidebar .fact strong {
  display: block;
  margin: 0;
  color: #0f172a;
  font-size: .95rem;
  line-height: 1.55;
  font-weight: 650;
  text-align: left;
}
.sidebar .details-link {
  white-space: normal;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  padding: 14px 20px;
  margin: 18px 22px 22px;
  box-shadow: none;
}
