Радиокнопки в одну линию в Tilda
<style>
.t-radio__control {
display: table-cell;
box-sizing: content-box;
width: 180px;
}
.tn-elem__2303013371600258826869 .t-input-group {
margin-top: 20px;
}
@media screen and (max-width: 480px) {
.t-radio__control {
display: table-cell;
box-sizing: content-box;
width: 80px;
}
.t-radio__indicator {
width: 12px;
height: 12px;
margin-right: 6px;
}
}
</style>