.phone_alloka.header_phone, #allrecords .phone_alloka.header_phone {
    color: #5b525f;
    text-align: center;
    z-index: 3;
    transition: color var(--t396-speedhover, 0s) ease-in-out;
    color: #5b525f;
    text-overflow: ellipsis;
    font-size: 12px;
    font-family: var(--t-text-font, Arial);
    line-height: 1.3;
    font-weight: 400;
    --t396-borderwidth: 1px;
    --t396-speedhover: 0.2s;
}
.phone_alloka.header_phone:hover, #allrecords .phone_alloka.header_phone:hover {
    color: #8632f8;
    --t396-borderwidth: 1px;
    --t396-speedhover: 0.2s;
}