.foxphone-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.country-code {
    margin-right: 10px;
}

.phone-number {
    flex-grow: 1;
}

.foxphone-wrapper #country-code {
    border-radius: 20px 0 0 20px;
    margin-right: 0;
    flex: 0 0 auto;
    max-width: 137px;
    border-right: solid 1px #81818133;
    z-index: 1;
}

.foxphone-wrapper #phone-number {
    border-radius: 0 20px 20px 0;
    flex: 1 1 auto;
}

/* --------------------------------------- */

.foxphone-wrapper option[value="+1"]:before {
    display: inline-block;
    content: "";
    background-image: url(../img/flag/flag_usa.png);
    width: 20px;
    height: 11px;
}