/* RENTARTURISMO – UAP Phone Enhancer */

.rt-uap-phone-wrap {
  width: 100%;
}

.rt-uap-phone-control {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
}

.rt-uap-phone-country {
  max-width: 260px;
  min-width: 200px;
}

.rt-uap-phone-error {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.3;
  color: #b32d2e;
  display: none;
}

.rt-uap-phone-error.is-visible {
  display: block;
}

.iti {
  width: 100%;
}

.uap-form-line-register .rt-uap-phone-wrap,
.uap-form-line .rt-uap-phone-wrap {
  margin-top: 4px;
}
