.phone-protected .phone-link {
        color: white !important;
        .phone-text {
            font-weight: 300;
        }
        i {
            font-size: 25px;
        }
}

.header-wrapper .phone-protected .phone-link {
    display: flex;
    align-items: center; 
    .phone-text {
        font-weight: 300;
        color: black;
        font-size: 15px;
    }
    i {
        background-color: var(--e-global-color-primary);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        border-radius: 50%;
        color: white !important;
        font-size: 25px;
    }
}