/* ICON BIG */
.pl-button-icon-big .elementor-button-icon svg {
    width: 20px;
    height: 20px;
    transform: translateY(-4px);
}

/* ICON WIDE */
.pl-button-icon-wide .elementor-button {
    padding: 0;
}

.pl-button-icon-wide .elementor-button-content-wrapper {
    justify-content: space-between;
}

/* ICON RED */
.pl-button-icon-red svg {
    fill: red !important;
}