fieldset {
  min-width: 0;
  display: block;
  margin-block: 1.5em 0;
  padding: 0;
  border: 1px solid #dedfe4;
  border-radius: 2px;
  box-shadow: var(--box-shadow);
}

.fieldgroup {
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.fieldgroup .fieldset-wrapper {
  margin: 0;
}



.fieldset__legend {
  display: contents;
  float: left;
  width: 100%;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.fieldset__label {
  padding: 1rem 1.5rem;
  line-height: 1rem;
  display: block;
}

.fieldset-wrapper {
  margin: 1.5rem 1.5rem calc(1rem + 0.75rem)
}

.fieldset__legend--visible ~ .fieldset-wrapper {
  margin-top: 0;
}


.fieldset-wrapper--group {
  margin: 0;
}