/*===========UNIVERSAL =======================================================*/

/* Adjusting default header display style to not skip to new line */
h6 {
  display: inline;
}

.answer-container.row > .columns:first-child {
  flex: 1 1 0 !important;
}

.multiple-images.container.row > .columns:first-child {
  flex: 1 1 0 !important;
}

[class*="body-cue-button-"] img.body-cue {
  max-width: 90%;
  height: auto;
}

.checkbox[class*="mselect-button-"] {
  line-height: 1.35;
  padding: 0.5em 0.5em;
}

/* Temperature Slider adjustment */
.slider.vertical {
  margin: 2rem 1rem;
}

/* Checkbox Adjustment */
input[type="checkbox"]:checked:after {
  font-size: 1.3rem;
  margin-top: -0.5rem;
}

input[type="radio"],
input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
}
