/* chatterton-archive.css - Stili Material Design per archive.html */

.chatterton-archive-title {
  font-family: 'Archivo', Arial, sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--wp--preset--color--primary, #9E2727);
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  text-shadow: 0 2px 12px rgba(158,39,39,0.08);
  text-align: center !important;
  max-width: 100% !important;
}

.chatterton-archive-desc {
  font-size: 1.15em;
  color: var(--wp--preset--color--neutral, #222);
  margin-bottom: 2.2em;
  opacity: 0.85;
}

.chatterton-categories.wp-block-post-template,
.chatterton-categories.is-layout-grid.wp-block-post-template {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  box-sizing: border-box;
}

.chatterton-categories.wp-block-post-template .wp-block-post-title a,
.chatterton-categories.is-layout-grid.wp-block-post-template .wp-block-post-title a {
  color: var(--wp--preset--color--primary, #9E2727);
  font-family: 'Archivo', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.18em;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color .18s;
}
.chatterton-categories.wp-block-post-template .wp-block-post-title a:hover,
.chatterton-categories.is-layout-grid.wp-block-post-template .wp-block-post-title a:hover {
  color: var(--wp--preset--color--accent, #ef4444);
}
