/* ---- CODE ĐỔI ICON CHO FACEBOOK ---- */

/* 1. Xóa sạch màu xanh mặc định của nút */
a[href*="zalo.me"], 
a[href*="zalo.me"] .chaty-icon,
a[href*="zalo.me"] .color-element {
    background-color: transparent !important;
    background: transparent !important;
}

/* 2. Ẩn triệt để biểu tượng mắt xích SVG bên trong */
a[href*="zalo.me"] .chaty-svg,
a[href*="zalo.me"] svg {
    display: none !important;
}

/* 3. Phủ ảnh logo mới lên khung icon và ép kích thước */
a[href*="zalo.me"] .chaty-icon {
    background-image: url('https://herbalspa.vn/templates/images/zalo.png') !important;
    background-size: 100% 100% !important; /* Lấp đầy khung hình */
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 50% !important;
    width: 54px !important;  /* Ép kích thước chuẩn của Chaty */
    height: 54px !important;
    display: block !important;
}