/* QSTNMRK? — additions on top of the Webflow-generated site.css */

/* Phone field: country-code selector + national number, side by side */
.phone-row {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: stretch;
}

.phone-row .text-field-2 {
  width: auto;
  margin: 0;
}

.phone-country {
  flex: 0 0 112px;
  width: 112px;
  max-width: 112px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  background-color: #282828;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M0 0l5 6 5-6z' fill='%23ffffff'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  border-right: 1px solid #555;
  padding: 8px 26px 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.phone-country option {
  color: #fff;
  background-color: #282828;
}

.phone-input {
  flex: 1 1 auto;
  min-width: 0;
}

@media screen and (max-width: 479px) {
  .phone-row {
    width: 90%;
  }

  .phone-row .text-field-2 {
    width: auto;
    display: block;
  }

  .phone-country {
    flex-basis: 96px;
    width: 96px;
    max-width: 96px;
    padding-left: 8px;
    padding-right: 24px;
  }
}

/* Honeypot field for bots — never shown to people */
.hp-field {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
