pre {
    font-family: 'Courier New', Courier, monospace; /* моноширинный шрифт */
    padding: 16pt 26pt 0 0;
    border-radius: 10px;
    overflow-x: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 1.5;
}

.cnts-counter {
    font-size: 12px;
    color: #666;
    text-align: right;
    margin-top: 4px;
    padding-right: 4px;
    font-family: Arial, sans-serif;
}

/* Опционально: подсветка при приближении к лимиту */
.cnts-counter.warning {
    color: #d97706; /* оранжевый */
}

.cnts-counter.danger {
    color: #dc2626; /* красный */
}




