/* UAEL – Hotline & Quà tặng (v1.0.2) */
/* Dòng hotline: Gọi + icon + số + đuôi, luôn 1 hàng */
.tl-uael-extra.tl-phone {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.4;
    color: #222;
}
.tl-uael-extra.tl-phone .tl-fa-icon{ color:#1e88e5; font-size:18px; line-height:1; }
.tl-uael-extra.tl-phone .tl-phone-link{ text-decoration:none; }
/*.tl-uael-extra.tl-phone .tl-after{ margin-left:4px; }*/
.tl-uael-extra.tl-phone strong{ font-weight:700; }

/* Dòng quà tặng: luôn 1 hàng */
.tl-uael-extra.tl-gift {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.4;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tl-uael-extra.tl-gift strong{ font-weight:700; }
