/* Project-specific overrides on top of theme.css. */

/* ensure body is visible even before lazyload kicks in */
img.lazy { min-height: 1px; }

/* admin link in footer (subtle) */
.admin-link {
  color: rgba(255,255,255,0.4);
  font-size: 0.75rem;
  margin-left: 1rem;
}
.admin-link:hover { color: white; }

/* Archive page tweaks: stack prefix above title cleanly; drop the
   theme's negative-margin "tab overlapping title" effect that looks
   like the title is spilling out of the prefix box. */
.page-block-archive .archive-prefix {
  display: block;
  box-shadow: none;
  padding: 0;
  margin: 0 0 8px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #888;
}
.page-block-archive .archive-title {
  /* keep theme's font/weight/case; just ensure no overlap */
  margin: 0;
}
