/*
	Theme Name: Hello Elementor Child - LACNOG
	Theme URI: https://nog.lat
	Description: Child theme de Hello Elementor para LACNOG. Agrega template de single post con banner institucional.
	Author: LACNOG
	Author URI: https://nog.lat
	Template: hello-elementor
	Version: 1.0.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor-child
*/

/* ============================================
   Single Post Banner
   ============================================ */

.lacnog-post-banner {
	background-color: #2C366A;
	background-image: url('/wp-content/uploads/2024/02/Background1.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 80px 40px;
	text-align: center;
	margin-bottom: 0;
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.lacnog-post-banner .post-title {
	color: #FFFFFF;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 auto 15px;
	max-width: 800px;
}

.lacnog-post-banner .post-subtitle {
	color: rgba(255, 255, 255, 0.85);
	font-size: 1rem;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 600px;
}

.lacnog-post-banner .post-meta {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9rem;
	margin-top: 15px;
}

.lacnog-post-banner .post-meta span {
	margin: 0 10px;
}

/* Contenido del post */
.lacnog-post-content {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px 40px;
	line-height: 1.8;
}

.lacnog-post-content h2 {
	color: #1B2A5C;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

.lacnog-post-content h3 {
	color: #2A3F7A;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

.lacnog-post-content img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}

.lacnog-post-tags {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px 20px 40px;
	border-top: 1px solid #eee;
}

/* Responsive */
@media (max-width: 768px) {
	.lacnog-post-banner {
		padding: 40px 20px;
	}
	.lacnog-post-banner .post-title {
		font-size: 1.6rem;
	}
}
