.wp-block-acf-svg-link{ line-height: 0;
}
.svg-link {
color: currentColor;
display: inline-block;
width: 100%;
transition: color 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.svg-link svg{
fill: currentColor;
transition: color 0.25s ease-in-out, fill 0.25s ease-in-out, transform 0.25s ease-in-out;
height: 100%;
width: 100%;
}