/*
Theme Name: Melectricidad Blog
Theme URI: https://blog.melectricidad.com.ar
Author: Melectricidad
Description: Block theme del blog de Melectricidad. Replica la identidad visual de melectricidad.com.ar (paleta #1D4F91 / #EA7600, Roboto + Montserrat). Pensado para notas y noticias, liviano, sin page builders.
Version: 0.1.0
Requires at least: 6.6
Tested up to: 7.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: melectricidad-blog
Tags: blog, block-styles, full-site-editing, one-column, custom-colors, editor-style
*/

/*
 * Los estilos base viven en theme.json. Este archivo solo lleva los ajustes
 * puntuales que theme.json no cubre bien. Enqueue: ver functions.php.
 */

/* Contenedor del contenido del post, un poco más de aire en desktop */
.wp-block-post-content {
	font-size: var(--wp--preset--font-size--medium);
}

/* Imágenes de post siempre responsivas */
.wp-block-post-featured-image img {
	width: 100%;
	height: auto;
	border-radius: var(--wp--custom--radius--md, 8px);
}

/* Barra superior (link de vuelta al sitio principal) */
.mel-topbar {
	background-color: var(--wp--preset--color--primary);
	color: #fff;
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--small);
}

.mel-topbar a {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}

.mel-topbar a:hover {
	text-decoration: underline;
}
