.yes-no-dk-label {
  position: relative;
  flex: 1 0 0%;
}

.yes-no-dk-label::after {
  content: "";
  position: absolute;
  width: calc(100% - 15px);
  left: 10px;
  bottom: 5px;
  border-bottom: 1px dotted #ccc;
}

.yes-no-dk-label legend {
  background-color: #fff;
  margin-bottom: 0;
  position: relative;
  width: auto;
  padding-right: 5px;
  z-index: 5;
}

.yes-no-dk-radios {
  display: flex;
  flex: 0 0 90px;
  max-width: 90px;
  align-items: flex-end;
  justify-content: space-between;
}

.radios-sm fieldset legend,
.radios-sm label,
.radios-sm .yes-no-dk-radios {
  font-size: 0.9rem;
}

.radios-sm .yes-no-dk-radios {
  flex: 0 0 75px;
  max-width: 75px;
}
