/**
 * Homepage Hero Card Fixes
 * Remove tags overlay from main hero card
 */

/* Hide tags on hero card */
.hero-card .field--name-field-tags,
.hero-card .field--tags {
  display: none !important;
}

/* Also hide on hero stacked cards if needed */
.hero-stacked-card .field--name-field-tags,
.hero-stacked-card .field--tags {
  display: none !important;
}
