.tool-form .form-grid {
  grid-template-columns: 1fr;
}

.tool-form .form-grid > *,
.tool-form input,
.tool-form textarea,
.tool-form select {
  min-width: 0;
  width: 100%;
}
