.wp-block-safe-svg-svg-icon a {
    align-self: center;
}

.safe-svg-cover {
    text-align: center;

    .safe-svg-inside {
        display: inline-block;
        max-width: 100%;
    }

    svg {
        fill: currentColor;
        height: 100%;
        max-height: 100%;
        max-width: 100%;
        width: 100%;
    }
}
