/* Structural helpers only — visuals live in shadcn-theme.css */

.site-logo {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  flex-shrink: 0;
  display: block;
}

.site-logo-sm {
  width: 28px;
  height: 28px;
  border-radius: 6px;
}

.navbar-brand .site-logo {
  width: 36px;
  height: 36px;
}

.article-body {
  line-height: 1.75;
  max-width: 42rem;
}

.article-body p {
  margin-bottom: 1.15rem;
}

.article-body ul {
  padding-left: 1.25rem;
  margin-bottom: 1.15rem;
}

.article-body a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
