.mft-likert-wrapper { margin: 1rem 0 1.5rem; border: 0; }
.mft-likert-legend { font-weight: 600; margin-bottom: .5rem; }
.mft-likert-table { width: 100%; border-collapse: collapse; }
.mft-likert-table th, .mft-likert-table td { padding: .5rem; text-align: center; }
.mft-likert-table thead th { font-size: .9rem; }
.mft-likert-table th[scope="row"] { text-align: left; font-weight: 500; }
.mft-likert-input-wrap { display: inline-flex; align-items: center; justify-content: center; min-height: 2rem; position: relative; }
.mft-likert-row-error { outline: 2px solid #e74c3c; outline-offset: 2px; border-radius: 4px; }
.mft-likert-cell-label { display:inline-block; width:1.25rem; height:1.25rem; border:1px solid #bbb; border-radius:50%; margin-left:.25rem; cursor:pointer; }
.mft-likert-cell input[type="radio"], .mft-likert-cell input[type="checkbox"] { position: absolute; opacity: 0; width:0; height:0; }
.mft-likert-cell input:checked + .mft-likert-cell-label { border-width:6px; }
