/*
Theme Name: Screenshot
Theme URI: https://screenshot.com.br
Author: Itamar Silva
Author URI: https://itamarsilva.dev.br/
Description: Tema block (FSE) institucional da Screenshot — agência de branding e design. Patterns reutilizáveis, CPT de cases e estilos de bloco customizados.
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: screenshot
Tags: full-site-editing, block-patterns, block-styles, custom-colors, custom-logo, editor-style, wide-blocks
*/

/*
 * Destaques tipográficos (mark + accent) — texto ciano, sem caixa de highlight.
 * wp_kses no REST remove background transparente inline dos <mark> no conteúdo.
 */
:root :where(.wp-block-heading mark.has-inline-color) {
	background-color: transparent !important;
	background: none !important;
}

:root :where(.wp-block-heading mark.has-inline-color.has-accent-color) {
	color: var(--wp--preset--color--accent) !important;
}

/* Galeria equipa: margens negativas full-bleed precisam de clip no pai */
.wp-block-group.alignfull.has-custom-css:has(> .wp-block-gallery.alignfull) {
	overflow: hidden;
	max-width: 100%;
}
