/* Custom CSS File for Buyers to Modify */
.rh-ultra-user-phone {
    flex-wrap: wrap;
}

a.contact-number {
    display: block;
    width: 80%;
}

a.contact-number:last-child {
    margin-left: 34px;
}

@media (max-width: 767px) {
    a.contact-number {
        display: block;
        width: unset;
        margin: unset;
    }
}