.emstf-form {
  margin: 0 0 24px;
}

.emstf-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.emstf-group {
  min-width: auto;
}

.emstf-select {
  appearance: auto;
  -webkit-appearance: auto;
  border: 0;
  border-radius: 4px;
  background-color: #f6f6f6;
  color: #444;
  font-size: 15px;
  line-height: 1.2;
  padding: 10px 12px;
  min-height: 38px;
  cursor: pointer;
  box-shadow: none;
}

.emstf-select:hover {
  background-color: #eeeeee;
}

.emstf-select:focus {
  outline: 1px solid #d8d8d8;
  outline-offset: 2px;
}
