/* DEBUG: if this loads you'll see a thick red border */
body { outline: 6px solid red !important; }

/* CTA links rendered via shortcode */
.cta a {
  display: inline-block;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  margin-right: 0.5rem;
}

.cta a:hover {
  background: var(--code-bg);
  text-decoration: none;
}

/* Make the headshot smaller + rounded (Markdown image) */
.post-content img[alt="Borg Grech"] {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0.75rem 0 0.25rem 0;
}
