/* ── Layout ── */

.site-header .container,
.site-main .container,
.site-footer .container {
  max-width: 48rem;
}

/* ── Site chrome ── */

.site-header {
  background: #fff;
  border-bottom: 1px solid #dee2e6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.site-title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #1f2937;
  text-decoration: none;
}

.site-title:hover {
  color: #4b5563;
}

.site-footer {
  border-top: 1px solid #dee2e6;
  background: #fff;
  padding: 1rem 0;
  text-align: center;
  font-size: 0.75rem;
  color: #9ca3af;
}

.site-footer a {
  color: inherit;
  text-underline-offset: 2px;
}

.site-footer a:hover {
  color: #4b5563;
}

/* ── Typography ── */

h2 {
  font-size: 1.3rem !important;
}

.card-text {
    white-space: pre-line !important;
}
