/* Контейнер radio + текста */
.t806 .t-radio__control {
    display: flex !important;
    align-items: center !important;
}

/* Индикатор radio */
.t806 .t-radio__indicator {
    margin-top: 0 !important;
    flex-shrink: 0;
}

/* Текст ответа */
.t806 .t806__answer-text {
    margin-top: 0 !important;
}/* Жирный текст вариантов ответа во всех тестах T806 */
.t806 .t806__answer-text {
    font-weight: 400; /* 500–700 по вкусу */
}/* Все тесты Tilda (блок T806): уменьшаем расстояние между вариантами */
.t806 .t806__answer {
    padding: 4px 0 !important;   /* было 15px */
}

.t806 .t-radio__control {
    margin-bottom: 4px !important; /* было 10px */
}