/**
 * ArteXenia r24: only the service-gallery CTA immediately following a gallery.
 * Text, URLs, colors and mobile behavior remain owned by the accepted layers.
 */
body.ax-r24:is(.page-id-693, .page-id-694, .page-id-695)
	.ax-section
	> .ax-gallery
	+ .wp-block-buttons {
	inline-size: 100%;
	justify-content: center;
	margin-block-start: clamp(1.5rem, 2.2vw, 2rem);
}

body.ax-r24:is(.page-id-693, .page-id-694, .page-id-695)
	.ax-section
	> .ax-gallery
	+ .wp-block-buttons
	.wp-block-button__link {
	min-block-size: 44px;
}

@media (max-width: 620px) {
	body.ax-r24:is(.page-id-693, .page-id-694, .page-id-695)
		.ax-section
		> .ax-gallery
		+ .wp-block-buttons {
		margin-block-start: 1.5rem;
	}
}
