
/*
styles set for phone-number form type,
but some are applicable to other fields within any .input-group > .choices
 */

.input-group--phone-number > .choices{
    min-width: 170px;
}

.input-group > .choices,
.input-group > .choices .choices__inner{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .choices + input{
    height: max-content;
}
