/*
Theme Name: MediaGlobal Portal Theme
Theme URI: https://mediaglobalgroup.com
Author: Marco Antonio Díez Ferreira
Author URI: https://mediaglobalgroup.com
Description: Tema de bloques ligero y responsive para el área de clientes de MediaGlobal. Pensado para el portal de fichas, facturas y documentos, y editable al completo desde el editor del sitio o vía API REST.
Version: 1.0
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mediaglobal-portal-theme
Tags: block-theme, portal, full-site-editing
*/

/* Ajustes finos que no cubre theme.json */

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.wp-block-button__link:hover {
	background-color: #1ea578 !important;
}

/* El contenido nunca desborda en móvil */
img, table {
	max-width: 100%;
}
