.form-group {
  margin-bottom: 0.6rem;
}

.form-text-input {
  padding: 0.3rem 0.2rem 0;
}

.squeeze-section .form-group {
  margin-bottom: 0.5rem;
}

.dot-matrix::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 0;
  bottom: 5px;
  border-bottom: 1px dotted #333;
}

.dot-matrix legend {
  margin-bottom: 0;
}

.dot-matrix legend .d-inline-flex {
  position: relative;
  z-index: 5;
  background-color: #fff;
  width: auto;
  margin-bottom: 0;
  padding-right: 5px;
}

/* PRINT */
@media print {
  .form-group {
    margin-bottom: 0.4rem;
  }
}
