/* Plush74 - country-code phone inputs (staff feedback #108).
   Design system: flat 1px hairline, 0 radius, no shadows, no pills. */

.iti { display: block; width: 100%; }
.iti input,
.iti input[type="text"],
.iti input[type="tel"] { width: 100%; }

.iti__country-list {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #0a0a0a;
  font-size: 14px;
  max-height: 240px;
}
.iti__country.iti__highlight { background-color: #E9FF75; }
.iti__divider { border-bottom: 1px solid #0a0a0a; }
.iti__flag-container:hover .iti__selected-flag { background-color: transparent; }
.iti--container { z-index: 1000200; }

.p74cc-err {
  color: #b3261e;
  font-size: 12px;
  line-height: 1.4;
  margin: 4px 0 0;
  letter-spacing: .01em;
}
