/**
 * ESAK Theme — supplementary styles.
 *
 * Global colours, typography, and spacing are handled by theme.json.
 * This file is for small enhancements that theme.json settings/styles
 * cannot express directly.
 */

.wp-block-cover .wp-block-site-logo img {
	margin: 0 auto 24px;
	display: block;
}

a.wp-block-button__link.is-style-outline {
	border: 2px solid var( --wp--preset--color--esak-white );
}

@media ( max-width: 768px ) {
	.wp-block-columns {
		flex-wrap: wrap;
	}
}
