:root {
    --pp-color-red: #C8102E;
}

.wp-block-image.is-style-paper img {
    box-shadow: -12px -12px 0 var(--pp-color-red);
    _transform: translate(12px, 12px);
}
