/* Стили счетчика */
.code-counter {
    font-size: 14px;
    color: #666;
    background: #eee;
    padding: 4px 8px;
    border-radius: 3px;
    display: block;
    margin-top: 8px;
    font-weight: bold;
    width: fit-content;
}

/* Настройка textarea */
.inline-fieldsets textarea {
    min-height: 38px;
    resize: vertical;
}
