/* Hide the Webflow badge globally */
.w-webflow-badge,
.w-webflow-badge__legacy,
.w-webflow-badge > img {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Add spacing between date and location chips on news cards */
.time-read .div-block-10 + .div-block-10 {
  margin-left: 12px;
}

