/* DH theme for the widget — cream paper dropdown + moss accents reads
     correctly on both the dark glass forms and light-mode pages. */
  .iti { width: 100%; }
  .iti__selected-flag { background: transparent !important; padding: 0 8px 0 10px; }
  .iti--separate-dial-code .iti__selected-flag { border-right: 1px solid rgba(111, 163, 122, 0.28); }
  .iti--separate-dial-code .iti__selected-dial-code { color: inherit; opacity: 0.85; font-size: 0.9em; }
  .iti__arrow { border-top-color: currentColor; opacity: 0.55; }
  .iti__arrow--up { border-bottom-color: currentColor; }
  .iti__country-list {
    background: #f5f0e8;
    color: #0f1713;
    border: 1px solid rgba(63, 107, 84, 0.35);
    border-radius: 12px;
    box-shadow: 0 18px 48px -12px rgba(15, 23, 19, 0.45);
    margin-top: 4px;
  }
  .iti__country { padding: 8px 12px; font-size: 13px; }
  .iti__country.iti__highlight { background: rgba(63, 107, 84, 0.14); }
  .iti__country-name { color: #0f1713; }
  .iti__dial-code { color: rgba(15, 23, 19, 0.55); }
  .iti__divider { border-bottom: 1px solid rgba(63, 107, 84, 0.25); }
