/* PT language-specific overrides */

/* Fix intl-tel-input dropdown text visibility.
   The automation section uses text-white which cascades into the ITI dropdown
   via currentColor. Force dark text on dropdown elements. */
.iti__country-list {
    color: #1f2937;
}

.iti__country-name {
    color: #1f2937;
}

.iti__search-input {
    color: #1f2937;
}
