/* Родной H1 темы — брендовый hero для всех статей */
.single .post-title,
.single h1.entry-title{
font-size: 32px;
font-weight: 800;
line-height: 1.2;
color: #0c1622;
margin: 0 0 16px;
}
/* Меta-блок: дата + категория — оставляем видимым, легче */
.single .entry-meta{
font-size: 14px;
color: #6b7280;
margin-bottom: 24px;
}
.single .meta-post-categories{ display: inline-block; margin-right: 8px; }

/* Скрыть декоративный date-badge на single-постах (дата дублирована в .entry-meta) */
.single .entry-header .post-date.wd-post-date{display:none !important}

/* Скрыть featured image на single-постах (используется только в каталоге /stati/) */
.single .entry-header .entry-thumbnail{display:none !important}