.listContent article {
    margin-bottom: 1em;
    min-height: 150px;
}

/* Системные шрифты для уменьшения CLS на tag страницах */
#content,
#content * {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Предотвращение CLS */
.entry-header {
    min-height: 60px;
}

.entry-title {
    margin: 0 0 0.5em 0;
    line-height: 1.3;
}

.entry-meta {
    min-height: 24px;
    margin-bottom: 0.5em;
}

.entry-summary {
    min-height: 40px;
    margin-bottom: 1em;
}

.entry-footer {
    min-height: 24px;
}

.page-header {
    margin-bottom: 1.5em;
}

.page-header h1 {
    margin: 0;
    line-height: 1.2;
}
