/**
 * Category Page Template Styles
 * Extends blog-base.css
 */

/* Category header with icon */
header h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
