.cq-contact-dialog {
  width:min(980px, 100%) !important;
}

.cq-contact-form select {
  width:100%;
  min-height:45px;
  padding:0 38px 0 12px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:0;
  outline:0;
  color:#f7f4ef;
  background:rgba(255,255,255,.045);
  font:inherit;
  font-size:14px;
  transition:border-color .2s ease, background .2s ease;
  appearance:auto;
}

.cq-contact-form select:focus {
  border-color:rgba(255,152,48,.92);
  background:rgba(255,113,19,.065);
}

.cq-contact-form select:invalid {
  color:#7e858d;
}

.cq-contact-form select option {
  color:#111317;
  background:#fff;
}

.cq-contact-form input[name="device"] {
  min-height:45px;
}

@media (max-width:720px) {
  .cq-contact-dialog {
    width:100% !important;
  }
}
