/* ===== SHARED MOBILE PHONE FIELD FIX ===== */

@media screen and (max-width: 900px) {
  form .contact-number-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    height: 54px !important;
    gap: 0 !important;
    margin-bottom: 22px !important;
  }

  form .contact-number-row select.country-code-select {
    width: 96px !important;
    max-width: 96px !important;
    min-width: 96px !important;
    height: 54px !important;
    border: 1px solid #cfdbe7 !important;
    border-right: 0 !important;
    padding: 0 10px !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
  }

  form .contact-number-row input.contact-number-input {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 54px !important;
    border: 1px solid #cfdbe7 !important;
    padding: 0 14px !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
  }
}
