/*
Theme Name: LancerGroup Base
Theme URI: https://git.lancercloud.com/websites/lancergroup-base
Author: LancerGroup
Author URI: https://lancergroup.com
Description: Block theme base de LancerGroup. Fork standalone de Twenty Twenty-Five, simplificado y adaptado para uso en proyectos cliente como parent theme. Incluye helpers para JetEngine (CPTs, listings, queries, relations) y biblioteca creciente de patterns. Cada proyecto de LancerGroup hereda de este theme via child theme.
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 8.1
Version: 1.4.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lancergroup-base
Tags: one-column, full-site-editing, block-patterns, block-styles, accessibility-ready, translation-ready, wide-blocks, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments
*/

/*
 * Link styles — heredado de TT5
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

.more-link {
	display: block;
}
