/* Hide common date selectors in post hero sections */
.elementor-post-info__item--type-date,
.post-date,
.entry-date,
.published,
.elementor-widget-theme-post-info .elementor-icon-list-item:has(.elementor-icon-list-icon i[class*="calendar"]),
.elementor-widget-theme-post-info .elementor-icon-list-item:nth-child(2),
.elementor-post__meta-data .elementor-post-date,
time.entry-date,
span.posted-on {
    display: none !important;
}