.t888-phone-widget .phone-icon{
    font-size: 24px;
    line-height: 33px;
    color: var(--primary-color);
    display: flex;
    align-items: end;
}
.t888-phone-widget .phone-info .phone-title{
    font-size: 11px;
    color: var(--primary-color);
    opacity: 50%;

}
.t888-phone-widget .phone-info .phone-number{
    font-size: 14px;
    /* font-weight: bold; */
    color: var(--primary-color);

}
.t888-phone-widget .t888-phone-widget{
    gap: 5px;
}
/* style 2 */
.t888-phone-widget.style2 .phone-icon{
    font-size: 18px;
    line-height: 33px;
    color: var(--secondary-color);
}
.t888-phone-widget.style2 .phone-number a{
    color: var(--secondary-color);
}
.t888-phone-widget.style2 .phone-info {
    margin-left: 6px;
}

/* style 3 */
.t888-phone-widget.style3 .phone-icon{
    color: var(--ninth-color);
   font-size: 18px;
    line-height: 33px;

}
.t888-phone-widget.style3 .phone-number a{
    color: var(--ninth-color);
}
.t888-phone-widget.style3 .phone-info {
    margin-left: 6px;
}