/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.7.1.1766049264
Updated: 2025-12-18 10:14:24

*/

/* Aumentar fuente del contenido de las entradas SOLO en móvil (Hello Elementor) */
@media (max-width: 767px) {
  .single-post .entry-content,
  .single-post .entry-content p,
  .single-post .entry-content li {
    font-size: 20px;
    line-height: 1.6;
  }
}
/* Entradas (single post) - subir tamaño solo en móvil */
@media (max-width: 767px) {
  body.single-post #content .page-content,
  body.single-post #content .page-content p,
  body.single-post #content .page-content li {
    font-size: 20px !important;
    line-height: 1.6 !important;
  }
}
/* Subir SOLO texto base en móvil (sin afectar títulos h1-h6) */
@media (max-width: 767px) {
  :where(body) :is(
    p, li, blockquote, figcaption, cite,
    td, th, dd, dt,
    label, input, textarea, select, button
  ) {
    font-size: 20px !important;
    line-height: 1.6;
  }
}

/* Enlaces SOLO en el contenido de posts y páginas */
.site-main .entry-content a:link,
.site-main .entry-content a:visited{
	color: #1e66ff;              /* azul */
	/*text-decoration: underline; */
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

/* Hover/focus en contenido */
.site-main .entry-content a:hover,
.site-main .entry-content a:focus{
	color: #A2C037;
}

