/* intl-tel-input on landing subscribe / download */
.lp-tel-wrap {
  width: 100%;
}

.lp-tel-wrap .iti {
  width: 100%;
  display: block;
}

.lp-tel-wrap .iti input[type="tel"] {
  width: 100%;
  padding: 12px 14px 12px 52px;
  border: none;
  border-bottom: 2px solid #cfd8dc;
  background: #f5f5f5;
  border-radius: 8px 8px 0 0;
  font-family: inherit;
  font-size: 1rem;
  direction: ltr;
  text-align: left;
}

.lp-tel-wrap .iti input[type="tel"]:focus {
  outline: none;
  border-bottom-color: var(--lp-primary, #1b4332);
  background: #fff;
}

.lp-tel-wrap .iti--allow-dropdown .iti__flag-container,
.lp-tel-wrap .iti--separate-dial-code .iti__flag-container {
  border-radius: 8px 0 0 0;
}

.lp-tel-wrap .iti__country-list {
  z-index: 1200;
  max-height: 240px;
  font-family: inherit;
  direction: ltr;
  text-align: left;
}

.lp-tel-wrap .iti__search-input {
  padding: 8px 10px;
  font-family: inherit;
}

.lp-tel-invalid {
  border-bottom-color: #c62828 !important;
  background: #ffebee !important;
}

.lp-owner-phone-block {
  grid-column: 1 / -1;
  padding: 20px;
  background: #f8faf9;
  border-radius: 12px;
  border: 1px solid var(--mh-border, #d8e2dc);
}

.lp-owner-phone-block .lp-form-note {
  margin: 0 0 14px;
  color: var(--lp-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}
