/* GlassHelper Archive Fix Lite */
:root{--glh-red:#ff0000}

/* Clean featured image size on archives (block themes supported) */
.archive .glh-fixed-thumb,
.archive .glh-fixed-thumb img {
  width: 100% !important;
  height: 180px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

/* Optional: make the archive title look tidy */
.archive .glh-arch-title{margin:0 0 12px; font-size: 32px; line-height:1.2}
