/*
 Theme Name: Hello Elementor Child
 Template: hello-elementor
 Text Domain: hello-elementor-child
*/
/* Título del single bien negro, por encima del kit */
body.single-post h1.entry-title { 
  color: #000 !important; 
}

/* Por si el kit pinta todos los H1 en blanco */
body.single-post .entry-title,
body.single-post h1 { 
  color: #000 !important; 
}

/* Empujar el contenido para que no lo tape el header fijo */
body.single-post .single-main { padding-top: 120px; }

/* Si estás logueado, el admin bar suma altura; ajustá en móviles */
@media (max-width: 782px){
  body.single-post .single-main { padding-top: 140px; }
}

/* Forzar tamaño y color del título del post */
body.single-post h1.entry-title {
  font-size: 20px !important;
  line-height: 1.2 !important;
  color: #000 !important;
}