.wp-block-calendar table:where( :not( .has-text-color ) ) {
	color: var(--wp--preset--color--theme-1);
}
.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
	border-color: var(--wp--preset--color--theme-3);
}
:where(.wp-block-calendar table:not(.has-background) th) {
	background-color: var(--wp--preset--color--theme-4);
	color: var(--wp--preset--color--theme-1);
}
.wp-block-calendar .wp-calendar-nav {
	margin-top: var(--wp--style--block-gap);
}
.wp-block-calendar caption {
	margin-bottom: var(--wp--style--block-gap);
}
