/*
Theme Name: Claudio
Theme URI: http://127.0.0.1:8089/
Description: Tema hijo ligero sobre Twenty Twenty-Five. Gutenberg, SEO y móvil. Sin Elementor.
Author: Claudio Local
Template: twentytwentyfive
Version: 1.0.0
Text Domain: claudio
*/

/* Fallback if MU-plugin CSS fails to load */
body {
	margin: 0;
}


.wp-block-post-content a:not(.wp-block-button__link):not(.wp-element-button),
.entry-content a:not(.wp-block-button__link):not(.wp-element-button),
.wp-block-post-content a:visited:not(.wp-block-button__link):not(.wp-element-button),
.entry-content a:visited:not(.wp-block-button__link):not(.wp-element-button) {
	color: #1f4f7a;
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-decoration-color: rgba(31, 79, 122, 0.35);
	text-decoration-skip-ink: auto;
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.wp-block-post-content a:hover:not(.wp-block-button__link):not(.wp-element-button),
.entry-content a:hover:not(.wp-block-button__link):not(.wp-element-button),
.wp-block-post-content a:focus-visible:not(.wp-block-button__link):not(.wp-element-button),
.entry-content a:focus-visible:not(.wp-block-button__link):not(.wp-element-button) {
	color: #0f3550;
	text-decoration-color: currentColor;
}

/* Botones Gutenberg: texto siempre legible, sin subrayado */
.wp-block-button__link,
.wp-element-button {
	text-decoration: none !important;
}

.wp-block-button__link:not([style*="color"]),
.wp-element-button:not([style*="color"]) {
	color: #ffffff;
}

.wp-block-button__link:visited,
.wp-element-button:visited {
	color: inherit;
}


