.wp-block-group.is-style-shadow-solid {
    box-shadow: 0 20px 40px #a9a9a9;
}


.wp-block-button.is-style-button-ghost >
.wp-block-button__link:not(.has-text-color, .has-background) {
    background-color: var(--wp--preset--color--primary-400);
    color: var(--wp--preset--color--gray-300);
}

.wp-block-button.is-style-style-one >
.wp-block-button__link:not(.has-text-color, .has-background) {
    box-shadow: 10px 10px var(--wp--preset--color--primary-600);
}

.wp-block-button.is-style-style-one >
.wp-block-button__link:not(.has-text-color, .has-background):hover {
    box-shadow: none;
    transition: box-shadow 0.1s ease-in-out;
}