/* style.css */

.iti {
    width: 100%; /* Ensures the input stays full width */
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: #fff;
    border: 1px solid rgb(209 213 219);
    border-right: none;
    border-radius: 0.5rem 0 0 0.5rem;
    display: flex;
    align-items: center;
}

/* This part specifically fixes the dropdown list appearance */
.iti__country-list {
    z-index: 100; /* Makes sure the list floats ABOVE other elements */
    background-color: white;
    border: 1px solid #ccc;
}