.azsp-form .iti {
  display: block;
  width: 100%;
}

.azsp-form .iti input[type="tel"] {
  width: 100%;
}

.azsp-form .iti__country-selector {
  z-index: 10020;
}

.azsp-phone-help,
.azsp-phone-error {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
}

.azsp-phone-help {
  color: #6b7280;
}

.azsp-phone-error {
  min-height: 17px;
  color: #b42318;
  font-weight: 600;
}

.azsp-form input.azsp-phone-invalid {
  border-color: #b42318 !important;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.12) !important;
}

@media (max-width: 640px) {
  .azsp-form .iti__country-selector {
    max-width: calc(100vw - 32px);
  }
}
