/* Tripgo Child — layout fixes for intl-tel-input phone fields. */

.intl-tel-input {
    width: 100%;
    display: block !important;
}

.iti {
    width: 100%;
}

.country-select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

.woocommerce-checkout .intl-tel-input {
    margin-bottom: 15px;
}

/* Ensure the input takes full width */
.iti input {
    width: 100% !important;
}
