.wp-block-button > .wp-block-button__link {
	display: flex;
    align-items: center;
	gap: 8px;
	transition: all 0.4s ease;
}

.wp-block-button > .wp-block-button__link::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='16' viewBox='0 0 30 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.8295 13.6875L20.842 15.5L29.467 8L20.842 0.5L18.8295 2.3125L23.6452 6.5H0V9.5H23.6452L18.8295 13.6875Z' fill='%237FF7A8'/%3E%3C/svg%3E");
	color: currentColor;
	transition: all 0.4s ease;
    height: 15px;
    width: 30px;
    border-radius: clamp(1.75rem, 0.6667rem + 2.0833vw, 2rem);
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	transform-origin: center center;
}
.wp-block-button__link{
    &:hover{
        &::after {
            content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='16' viewBox='0 0 30 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.8295 13.6875L20.842 15.5L29.467 8L20.842 0.5L18.8295 2.3125L23.6452 6.5H0V9.5H23.6452L18.8295 13.6875Z' fill='%23B2CFFF'/%3E%3C/svg%3E");
        }
    }
}


/* .wp-block-button > .wp-block-button__link[download]::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' viewBox='0 0 32 33' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 16.3203C0 7.48376 7.16344 0.320312 16 0.320312C24.8366 0.320312 32 7.48376 32 16.3203C32 25.1569 24.8366 32.3203 16 32.3203C7.16344 32.3203 0 25.1569 0 16.3203Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.7549 16.7352L19.9168 15.8971L16.5942 19.2138L16.5942 9.07665L15.4054 9.07665L15.4054 19.2138L12.0828 15.8971L11.2447 16.7352L15.9998 21.4903L20.7549 16.7352Z' fill='%232A404B'/%3E%3Cpath d='M9 18.3391V21.5637C9 22.6683 9.89543 23.5637 11 23.5637H21C22.1046 23.5637 23 22.6683 23 21.5637V18.3391' stroke='%232A404B'/%3E%3C/svg%3E");
} */

/* .wp-block-button > .wp-block-button__link[download]:hover::after {
	transform: rotate(0deg);
} */

.wp-block-button > .wp-block-button__link--social {
	font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.377), 16px);
	padding-top: clamp(0.55rem, 0.8333rem + 1.0417vw, 0.65rem);
    padding-right: clamp(0.65rem, 0.8333rem + 1.0417vw, 0.8rem);
    padding-bottom: clamp(0.55rem, 0.8333rem + 1.0417vw, 0.65rem);
    padding-left: clamp(1.15rem, 0.8333rem + 1.0417vw, 1.2rem);
	background: var(--wp--preset--color--white);
}

.wp-block-button > .wp-block-button__link--social:hover {
	background: var(--wp--preset--color--white);
}

/* .wp-block-button > .wp-block-button__link--social::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.16992 0.5L5.11242 1.5575L9.29742 5.75H0.169922V7.25H9.29742L5.11242 11.4425L6.16992 12.5L12.1699 6.5L6.16992 0.5Z' fill='%2305EADF'/%3E%3C/svg%3E");
} */

.is-style-outline > .wp-block-button__link {
	background: transparent none;
    border-color: var(--wp--preset--color--sw-yellow);
    border-width: 1px;
    border-style: solid;
    color: var(--wp--preset--color--sw-blue);
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
}