/* stylelint-disable declaration-no-important */

@media ( max-width: 600px ) {
	:root {
		--wp--preset--spacing--20: 0.25rem;
		--wp--preset--spacing--30: 0.5rem;
		--wp--preset--spacing--40: 0.75rem;
		--wp--preset--spacing--50: 1rem;
		--wp--preset--spacing--60: 1.5rem;
		--wp--preset--spacing--70: 2rem;
		--wp--preset--spacing--80: 2.5rem;
		--wp--preset--spacing--100: 2.5rem;
	}

	.wp-block-group[style*="margin-top:-"] {
		margin-top: calc( -1 * var( --wp--preset--spacing--50 ) ) !important;
	}
}
