/*
 * CraftBook Custom Theme V1 — Archive Styles
 *
 * Styles specific to archive pages not already covered in single.css.
 * Primarily handles category-specific colour accent overrides.
 */

/* Category archive accent borders on section header */
.home-category--technology .section-header::before { background-color: #2563EB; }
.home-category--business   .section-header::before { background-color: #7C3AED; }
.home-category--creativity .section-header::before { background-color: #D97706; }
.home-category--society    .section-header::before { background-color: #DB2777; }

/* Tag archive */
.archive-header--default .archive-header__kicker {
  color: var(--color-accent);
}

/* Archive content area */
.archive-content {
  padding-top: var(--space-10);
}
