/* ---------------------------------
-----  dimension variables --------
---------------------------------- */
/* ------  standard elements padding & margin  ------- */
/* spacing */
.ux-form-group {
  display: block;
  position: relative;
}
.ux-form-group__fieldset {
  border: 0;
  padding: 0;
}
.ux-form-group__wrapper {
  align-items: stretch;
  display: flex;
  flex-direction: column;
}
.ux-form-group__wrapper > * {
  margin-bottom: 10px;
}
.ux-form-group__wrapper > *:last-child {
  margin-bottom: 0;
}