/*
 * Static compatibility layer. Individual visual values are generated from
 * the plugin settings and appended as inline CSS to this handle.
 */
[class*="is-style-"] {
	--gasim-focus-ring: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

.editor-styles-wrapper [class*="is-style-"] {
	max-width: 100%;
}

.wp-block-details[class*="is-style-"] > summary:focus-visible,
.wp-block-button[class*="is-style-"] .wp-block-button__link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

@media (max-width: 600px) {
	.wp-block-table[class*="is-style-"] {
		-webkit-overflow-scrolling: touch;
	}
}
