/* Site-specific overrides on top of Bootstrap 5 */

.article-body {
  font-size: 1.075rem;
  line-height: 1.75;
}
.article-body h2 { margin-top: 2.25rem; }
.article-body h3 { margin-top: 1.75rem; }
.article-body img {
  max-width: 100%;
  height: auto;
  border-radius: .5rem;
  margin: 1.25rem 0;
  box-shadow: 0 1px 3px rgba(0,0,0,.08);
}
.article-body blockquote {
  border-left: 4px solid var(--bs-primary, #0d6efd);
  padding: .5rem 1rem;
  color: #555;
  background: #f8f9fa;
  border-radius: 0 .5rem .5rem 0;
  margin: 1.5rem 0;
}
.article-body pre {
  background: #f6f8fa;
  padding: 1rem;
  border-radius: .5rem;
  overflow-x: auto;
}
.article-body a {
  color: var(--bs-primary, #0d6efd);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}
.article-body th, .article-body td {
  border: 1px solid #dee2e6;
  padding: .5rem .75rem;
}

.card-title a:hover { color: var(--bs-primary, #0d6efd) !important; }

.ratio img { width: 100%; height: 100%; object-fit: cover; }
