.call-us-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center;
    gap: 8px;

    /* 🔥 corrige Canvas */
    line-height: normal !important;
    padding-top: 0;
    padding-bottom: 0;
}

.call-us-btn span {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.call-us-btn lottie-player {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 25px;
    height: 25px;

    margin: 0;
    padding: 0;
}

.lottie-large {
	width: 100% !important;
	max-width: 180px;
	height: 120px !important;
	display: block;
	margin: 0 auto;
}