/* Custom overrides for arrowofti.me (Archie theme) */

/* CV entry / project card pattern: ### heading, *italic meta line*, body.
   Archie styles <em> in red; override for meta lines following h3. */
.content h3 + p > em:only-child,
.content h3 + em {
  display: block;
  color: #6a737d;
  font-style: italic;
  font-size: 0.9rem;
  margin: 0.15rem 0 0.6rem;
}

/* Project title links: no underline */
.content h3 a {
  border-bottom: none;
}

/* Slightly tighter h3 separation */
.content h3 {
  margin-top: 1.8rem;
  margin-bottom: 0.15rem;
}

/* Subtle meta separator: descriptions spanning long content */
.content .site-description {
  margin-bottom: 1.4rem;
}