/*
Theme Name: Elementor child theme
Author: Tinkalawinka
Description: Tema Hijo de elementor generado con plugin
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.single-post-custom {
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 20px;
}

.single-post-custom h1 {
  font-size: 42px;
  margin-bottom: 30px;
}

.single-post-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 30px;
}

.single-post-content {
  font-size: 18px;
  line-height: 1.7;
}