.sq-form-question-answer input,
.custom-select-opener {
  outline: #e5e5e5 1px solid;
}
.custom-select-container.is-open .custom-select-panel {
  max-height: 20em;
  overflow-y: auto;
}

.contact-form fieldset.sq-form-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.contact-form fieldset.sq-form-section .sq-form-question {
  width: 100%;
}

select.no-custom-select:focus-visible {
  outline: 2px solid #0f61fd;
}

select.no-custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 48px;
  padding: 0 16px;
  padding-right: 40px;
  font-size: 1rem;
  border: #e5e5e5 1px solid;
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333333' d='M6 8.825L1.175 4 2.238 2.938 6 6.7l3.763-3.762L10.825 4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 12px;
}

/* Hide IE/Edge default arrow */
select.no-custom-select::-ms-expand {
  display: none;
}

.contact-form fieldset.sq-form-section textarea {
  border: #e5e5e5 1px solid;
  font-weight: 400;
}

.contact-form .contact-form__wrapper .look-like-h2 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  line-height: clamp(2.25rem, 2.5vw + 1.25rem, 3.25rem);
}