/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* Single Post */


/* header fixes including spacing */

.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{
	padding-top: 2.5rem;
	padding-bottom: .25rem;
	font-weight: 700;
	line-height: 1.25em;
}

.post-content h2 {
	font-size: 2rem;
}

.post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	font-size: 1.5rem;
}



/* body text fixes including spacing */

.post-content p {
	padding-bottom: 1.25rem;
	margin-bottom: 0px;
	line-height: 1.75em;
}



/* this is for your links change the color here */
.post-content p a {
	color: #0077FF;
	font-weight: 500;
	text-decoration: underline;
	transition: .2s all ease-in-out;
}

/* link hover color */
.post-content p a:hover {
	color: #0077FF;
}



/* bulletlist item fixes */

.post-content ul {
	list-style: none;            /* Elimina los bullets nativos */
	padding-left: 0em;           /* Sangría del conjunto de la lista */
	margin-top: 1em;
	margin-bottom: 2.25rem;      /* El valor que ya tenías */
	font-size: 1.2rem;
	font-weight: 500;
}

.post-content ul li {
	position: relative;
	padding-left: 1.5em;         /* Espacio para el icono */
	line-height: 1.2;            /* Ajusta si necesitas más aire */
	margin-bottom: 1.25rem;
}

.post-content ul li::before {
	content: "";
	background-image: url('/wp-content/uploads/2025/05/circle-check-regular.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	top: 0.2em;
}




/* image fixes with spacing and border radius*/

.post-content .wp-block-image img {
	margin: 2.5rem 0rem;
	border-radius: .75rem;
}




/* use only for blockquote blocks */
.post-content blockquote {
	border-top: 1px solid #0077FF;
	margin: 0px;
	padding-top: 1.2rem;
	font-size: 2rem;
	font-weight: normal;
	color: #0077FF;
}

.post-content blockquote cite {
	font-size: .8em;
	font-weight: 500;
}

.post-content blockquote p {
	font-size: 2.5rem;
	line-height: 2.9rem;
	letter-spacing: -0.01875rem;
}


/* use only for code blocks */

.post-content .wp-block-code {
	background: #0B0515;
	padding: 1.5rem;
	border-radius: .75rem;
}

.post-content code {
	color: #89E3E4;
}




/* FOR MOBILE fixes body and header font sizes on mobile */
@media screen and (max-width: 767px) {
	.post-content p {
		font-size: 1.2rem;
	}

	.post-content h2 {
		font-size: 2rem;
	}

	.post-content h3, .post-content h4, .post-content h5, .post-content h6 {
		font-size: 1.5rem;
	}
}
}
