/* assets/css/site.css */

.card-img-top {
  aspect-ratio: 16/9;
  object-fit: cover;
  background: #111;
}

.small-muted { font-size: .85rem; color: #6c757d; }
.pill { font-size: .75rem; }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }
