input[type="tel"] {
  width: 100%;
}
#edit-square-layout .webform-flex--container {
  margin: 0;
}
#edit-square-size {
  width: 3.5rem;
}
#edit-square-layout .webform-flex:first-child {
  flex: auto;
  flex-grow: 100;
  margin-right: 10px
}
#edit-square-layout .webform-flex:last-child {
  flex: auto;
  width: 6rem;
}
.webform-submission-form select {
  font-size: 17px;
  color: #585858;
  background-color: #fff;
  width: 100%;
  border: none;
  border: 1px solid #585858;
}