/*
	Theme Name: Revolution Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>A Premium theme for magazine, editor, community and more! WordPress Theme by <a href="http://www.themeforest.net/user/fuelthemes">fuelthemes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: revolution
	Text Domain: revolution
	Domain Path: /inc/languages
*/

/* === Contraste de texto sobre fondo oscuro === */
.thb-dark-column h1,
.thb-dark-column h2,
.thb-dark-column h3,
.thb-dark-column h4,
.thb-dark-column h5,
.thb-dark-column h6,
.thb-dark-column .entry-title,
.thb-dark-column .entry-title a,
.thb-dark-column .amazon-product-title,
.thb-dark-column .amazon-product-title a {
	color: #ffffff;
}

.thb-dark-column p,
.thb-dark-column .entry-meta,
.thb-dark-column .entry-meta a,
.thb-dark-column .cat,
.thb-dark-column .cat a,
.thb-dark-column .entry-excerpt,
.thb-dark-column .amazon-disclaimer-tooltip,
.thb-dark-column .amazon-disclaimer-tooltip-content-text,
.thb-dark-column .amazon-price,
.thb-dark-column .amazon-rating-text {
	color: rgba(255, 255, 255, 0.7);
}

.thb-dark-column a:hover,
.thb-dark-column .entry-title a:hover,
.thb-dark-column .amazon-product-title a:hover {
	color: #ffffff;
	opacity: 0.85;
}

/* === Amazon Auto Links sobre fondo oscuro === */
.amazon-auto-links h1,
.amazon-auto-links h2,
.amazon-auto-links h3,
.amazon-auto-links h4,
.amazon-auto-links h5,
.amazon-auto-links h6,
.amazon-auto-links .amazon-product-title,
.amazon-auto-links .amazon-product-title a,
.amazon-auto-links .amazon-price,
.amazon-auto-links .amazon-button-text {
	color: #ffffff;
}

.amazon-auto-links p,
.amazon-auto-links .amazon-product-description,
.amazon-auto-links .amazon-disclaimer-tooltip,
.amazon-auto-links .amazon-disclaimer-tooltip-content-text,
.amazon-auto-links .amazon-rating-text,
.amazon-auto-links .amazon-product-meta,
.amazon-auto-links .amazon-product-by {
	color: rgba(255, 255, 255, 0.7);
}

.amazon-auto-links a:hover,
.amazon-auto-links .amazon-product-title a:hover {
	color: #ffffff;
	opacity: 0.85;
}

/* === Header tagline al lado del logo === */
.logo-holder {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: nowrap;
}

.header-tagline {
	color: #0a0a0a;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.2px;
	padding-left: 20px;
	border-left: 1px solid rgba(0, 0, 0, 0.18);
	max-width: 320px;
}

@media (max-width: 991px) {
	.header-tagline {
		display: none;
	}
}

/* === Home Hero === */
.thb-home-hero {
	background: none;
	padding-top: 100px;
}

.thb-home-hero h1 {
	margin: 0;
	letter-spacing: -1px;
}

@media (max-width: 767px) {
	.thb-home-hero {
		padding-top: 40px;
	}
	.thb-home-hero h1 {
		font-size: 40px !important;
	}
}

.home-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.home-pills a {
	display: inline-block;
	padding: 8px 18px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.2s ease;
	background-color: transparent;
}

.home-pills a:hover {
	background-color: #ff6b1a;
	border-color: #ff6b1a;
	color: #ffffff;
	transform: translateY(-1px);
}

/* === Newsletter form (footer) === */
.newsletter-form .newsletter-desc {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	margin: 0 0 14px;
	line-height: 1.5;
}

.newsletter-form .newsletter-input-wrap {
	position: relative;
	margin-bottom: 10px;
}

.newsletter-form input[type="email"] {
	width: 100%;
	padding: 10px 50px 10px 14px;
	background-color: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 6px;
	color: #ffffff;
	font-size: 14px;
	transition: border-color 0.2s ease;
	box-sizing: border-box;
}

.newsletter-form input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.newsletter-form input[type="email"]:focus {
	outline: none;
	border-color: #ff6b1a;
}

.newsletter-form button[type="submit"] {
	position: absolute;
	right: 5px;
	top: 6px;
	width: 36px;
	height: 36px;
	padding: 0;
	background-color: #ff6b1a;
	border: none;
	border-radius: 6px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease;
}

.footer.dark input[type="email"]:not(:focus),
.newsletter-form input[type="email"]:not(:focus) {
	margin-bottom: 0;
}

.newsletter-form button[type="submit"]:hover {
	background-color: #e85d10;
}

.newsletter-form button[type="submit"] svg {
	display: block;
}

.newsletter-form .newsletter-note {
	color: rgba(255, 255, 255, 0.4);
	font-size: 12px;
	margin: 0;
}

/* === Footer separation === */
.fixed-footer-container {
	margin-top: 0;
	border-top: 0;
}

/* === Newsletter heading (después del logo) === */
.footer-newsletter-title {
	color: #ffffff;
	font-size: 18px;
	margin: 0 0 12px;
}

/* === Footer social (Síguenos) === */
.footer-social {
	margin-top: 0;
}

/* === Post cards (grid): categoría como badge + título 2 líneas === */
article.post.style1 {
	position: relative;
}

article.post.style1 .post-category {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	margin: 0;
	padding: 0;
	background: transparent;
}

article.post.style1 .post-category a {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.75);
	color: #ffffff !important;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 12px;
	border-radius: 999px;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	transition: background-color 0.2s ease;
}

article.post.style1 .post-category a:hover {
	background-color: #ff6b1a;
}

article.post.style1 .entry-title,
article.post.style1 h2.entry-title,
article.post.style1 h3.entry-title {
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

/* Reducir margen entre imagen y title en los posts-shortcode (home cards) */
[id^="thb-posts-shortcode"] .post-title {
	margin-top: 8px;
}

[id^="thb-posts-shortcode"] .post .post-gallery {
	margin-bottom: 0;
}

/* === Home: post grande (featured) — título SOBRE la imagen === */
.left-side article.post.style1 {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
}

.left-side article.post.style1 .post-gallery {
	margin: 0 !important;
	flex: 1 1 auto;
	min-height: 0;
}

.left-side article.post.style1 .post-gallery > a {
	display: block;
	width: 100%;
	height: 100%;
}

.left-side article.post.style1 .post-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Gradiente para legibilidad del título sobre la imagen */
.left-side article.post.style1 .post-gallery::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.85) 100%);
	pointer-events: none;
	z-index: 1;
}

/* Header del título posicionado al fondo de la imagen */
.left-side article.post.style1 .post-title {
	position: absolute !important;
	bottom: 28px;
	left: 32px;
	right: 32px;
	margin: 0 !important;
	z-index: 2;
	text-align: left;
}

.left-side article.post.style1 .entry-title {
	font-size: clamp(1.6rem, 2.4vw, 2.4rem) !important;
	line-height: 1.15 !important;
	letter-spacing: -0.5px;
	color: #ffffff;
	text-align: left;
}

.left-side article.post.style1 .entry-title a {
	color: #ffffff;
}

/* Categoría del post grande sigue como badge arriba-izquierda (CSS ya aplicado antes) */
.left-side article.post.style1 .post-category {
	z-index: 3;
}

/* Ocultar la fecha del post grande (por si vuelve) */
.left-side article.post.style1 .post-meta {
	display: none !important;
}

/* === Single post hero === */
body.single .post-gallery {
	position: relative;
}

body.single .post-gallery.parallax.post-gallery-detail.perspective-wrap {
	margin-bottom: -300px;
}

body.single .post-gallery + .row.align-center {
	position: relative;
	z-index: 2;
}

/* Imagen blurred del hero al 50% para que sea más sutil */
body.single .post-gallery .parallax_bg.animate-scale-in img {
	opacity: 0.5;
}

/* Hero gradient: fade hacia el color real del body (#0e1217) */
body.single .post-gallery::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(14, 18, 23, 0) 0%, #0e1217 100%);
	pointer-events: none;
	z-index: 1;
}

/* Ocultar el título centrado original del hero (lo inyecto en el content) */
body.single .post-gallery .post-title,
body.single header.post-title.entry-header {
	display: none !important;
}

/* Eyebrow: categoría arriba del título */
.post-content .post-content-eyebrow {
	margin: 0 0 14px;
}

.post-content .post-content-eyebrow a {
	color: #ff6b1a;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.2s ease;
}

.post-content .post-content-eyebrow a:hover {
	color: #ff8a47;
}

/* Título inyectado al inicio del contenido (alineado a la izquierda) */
.post-content .post-content-title {
	color: #ffffff;
	font-size: clamp(1.8rem, 3.2vw, 2.5rem);
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 16px;
	text-align: left;
	letter-spacing: -0.5px;
}

/* Meta: fecha debajo del título */
.post-content .post-content-meta {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	margin: 0 0 32px;
}

.post-content .post-content-meta time {
	font-variant-numeric: tabular-nums;
}

/* Imagen destacada inyectada arriba del contenido */
.post-content .wp-post-image-injected {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 14px;
	margin: 0 0 36px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

/* === Share bar (aside dentro del post nav) === */
.share_wrapper {
	margin-top: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

.share_wrapper .share-post-link,
.share_wrapper a {
	color: rgba(255, 255, 255, 0.85) !important;
	font-weight: 600;
}

.share_wrapper .share-post-link:hover,
.share_wrapper a:hover {
	color: #ff6b1a !important;
}

/* === Share drawer (popup fixed bottom) === */
.share_container {
	background-color: rgba(14, 18, 23, 0.97) !important;
	color: #ffffff !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
}

.share_container *,
.share_container h2,
.share_container h3,
.share_container span,
.share_container a {
	color: #ffffff !important;
}

.share_container a:hover {
	color: #ff6b1a !important;
}

.share_container .close,
.share_container .close * {
	color: #ffffff !important;
}

/* Share drawer: iconos sociales (theme usa .boxed-icon con bg white) */
.share_container .social.boxed-icon,
.share_container a.boxed-icon {
	background-color: rgba(255, 255, 255, 0.08) !important;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	border-radius: 8px !important;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.share_container .social.boxed-icon:hover,
.share_container a.boxed-icon:hover {
	background-color: #ff6b1a !important;
	border-color: #ff6b1a !important;
}

/* Share drawer: input del link */
.share_container input[type="text"],
.share_container input[type="url"],
.share_container input {
	background-color: rgba(255, 255, 255, 0.05) !important;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	color: #ffffff !important;
	padding: 10px 14px !important;
	border-radius: 6px !important;
}

.share_container .copy-link-wrapper,
.share_container .copy-link {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* === Single post: contraste del cuerpo === */
.post-content,
.post-content p,
.post-content li,
.post-content blockquote,
.post-content td {
	color: rgba(255, 255, 255, 0.85);
}

.post-content strong,
.post-content b,
.post-content em,
.post-content i {
	color: #ffffff;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	color: #ffffff;
}

.post-content a {
	color: #ff6b1a;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.post-content a:hover {
	color: #ff8a47;
}

/* === Inline code (estilo brand sobre dark) === */
.post-content :not(pre) > code,
.entry-content :not(pre) > code {
	display: inline;
	padding: 2px 8px;
	border-radius: 4px;
	background-color: rgba(255, 107, 26, 0.12);
	border: 1px solid rgba(255, 107, 26, 0.3);
	color: #ff8a47;
	font-family: "SF Mono", Menlo, Monaco, Consolas, monospace;
	font-size: 0.88em;
	font-weight: 500;
}

/* === Tablas dentro de posts (estilo dark sutil) === */
.post-content table,
.entry-content table,
.post-content table thead,
.entry-content table thead,
.post-content table tbody,
.entry-content table tbody,
.post-content table tr,
.entry-content table tr {
	background-color: #0a0d12 !important;
	background-image: none !important;
}

.post-content table,
.entry-content table {
	width: 100% !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	margin: 28px 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.06) !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	font-size: 0.95em !important;
}

.post-content table th,
.entry-content table th {
	background-color: #11161c !important;
	color: rgba(255, 255, 255, 0.6) !important;
	font-weight: 600 !important;
	font-size: 0.78em !important;
	text-transform: uppercase !important;
	text-align: left !important;
	padding: 12px 18px !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
	letter-spacing: 0.8px !important;
}

.post-content table td,
.entry-content table td {
	background-color: #0a0d12 !important;
	color: rgba(255, 255, 255, 0.85) !important;
	padding: 14px 18px !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
	vertical-align: top !important;
}

.post-content table tr:last-child td,
.entry-content table tr:last-child td {
	border-bottom: 0 !important;
}

.post-content table tbody tr:hover td,
.entry-content table tbody tr:hover td {
	background-color: #0e131a !important;
}

/* === Block code (pre>code sin Prism) === */
.post-content pre,
.entry-content pre {
	background-color: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: 18px 22px;
	overflow-x: auto;
	margin: 24px 0;
	line-height: 1.6;
}

.post-content pre code,
.entry-content pre code {
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, 0.92);
	padding: 0;
	font-family: "SF Mono", Menlo, Monaco, Consolas, monospace;
	font-size: 14px;
	white-space: pre;
}

.footer-social-title {
	color: #ffffff;
	font-size: 18px;
	margin: 0 0 12px;
}

.footer-social-links {
	display: flex;
	gap: 10px;
}

.footer-social-links a {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.85);
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.footer-social-links a:hover {
	background-color: #ff6b1a;
	border-color: #ff6b1a;
	color: #ffffff;
	transform: translateY(-1px);
}

.footer-social-links svg {
	display: block;
}

/* === Footer top banner === */
.footer-banner-wrap {
	text-align: center;
	margin-bottom: 80px;
}

@media (max-width: 767px) {
	.footer-banner-wrap {
		margin-bottom: 40px;
	}
}

.footer-banner-wrap img {
	max-width: 100%;
	height: auto;
	border: 0;
}

/* === Footer widget titles unificados === */
#footer .widget h6,
#footer .footer-newsletter-title,
#footer .footer-social-title {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 16px;
	padding: 0;
}

/* === Footer column widths (Recientes más ancha, Síguenos más estrecha) === */
@media (min-width: 768px) {
	#footer .footer-row {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
	}
	#footer .footer-row > .columns {
		flex: 0 0 auto;
	}
	#footer .footer-row > .columns:nth-child(1) {
		width: 22% !important;
		max-width: 22% !important;
	}
	#footer .footer-row > .columns:nth-child(2) {
		width: 38% !important;
		max-width: 38% !important;
	}
	#footer .footer-row > .columns:nth-child(3) {
		width: 25% !important;
		max-width: 25% !important;
	}
	#footer .footer-row > .columns:nth-child(4) {
		width: 15% !important;
		max-width: 15% !important;
	}
}

/* === Footer brand (logo en col newsletter) === */
.footer-brand {
	margin-bottom: 32px;
}

.footer-brand a {
	display: inline-block;
	width: 90px;
	text-decoration: none !important;
	border: 0 !important;
	box-shadow: none !important;
	background-image: none !important;
}

.footer-brand a:hover,
.footer-brand a:focus {
	text-decoration: none !important;
	border: 0 !important;
	box-shadow: none !important;
	background-image: none !important;
	opacity: 0.85;
}

.footer-brand img {
	width: 90px;
	height: auto;
	display: block;
	max-width: 100%;
}

/* === Centrar las 3 columnas del footer === */
#footer .footer-row {
	justify-content: center;
}

/* === Footer categorías top 5 === */
.footer-cats {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-cats li {
	margin: 0 0 10px;
	padding: 0;
}

.footer-cats a {
	color: rgba(255, 255, 255, 0.85);
	font-size: 15px;
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer-cats a:hover {
	color: #ff6b1a;
}

.footer-cats a span {
	color: rgba(255, 255, 255, 0.4);
	font-size: 13px;
	margin-left: 4px;
}

/* === Subfooter en single post: padding extra === */
body.single-post .subfooter,
body.single .subfooter {
	padding: 0 0 140px;
}

/* === Ocultar la barra de tags al final del post === */
.article-tags.entry-footer.nav-style-style1 {
	display: none !important;
}

.post .post-content {
	margin-bottom: 100px;
}

/* === Subfooter (logo + copyright) centrado === */
.subfooter,
.subfooter-text,
.subfooter .subfooter-text,
#subfooter,
#subfooter .subfooter-text {
	text-align: center !important;
}

.subfooter .subfooter-row {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.subfooter .subfooter-row > .columns {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
	text-align: center !important;
}

.subfooter-brand {
	margin-bottom: 18px;
	display: flex;
	justify-content: center;
}

.subfooter-brand a {
	display: inline-block;
	width: 90px;
	text-decoration: none !important;
	border: 0 !important;
	box-shadow: none !important;
	background-image: none !important;
}

.subfooter-brand a:hover,
.subfooter-brand a:focus {
	text-decoration: none !important;
	border: 0 !important;
	opacity: 0.85;
}

.subfooter-brand img {
	width: 90px;
	height: auto;
	display: block;
	max-width: 100%;
}

/* === Newsletter banner (aside del home) === */
.csst-newsletter-banner {
	--csst-nb-bg: none;
	background-color: #ff6b1a;
	background-image:
		linear-gradient(135deg, rgba(255, 107, 26, 0.85) 0%, rgba(232, 93, 16, 0.92) 100%),
		var(--csst-nb-bg);
	background-size: cover, cover;
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	background-blend-mode: multiply;
	border-radius: 14px;
	padding: 30px 28px;
	color: #ffffff;
	position: sticky;
	top: 100px;
	overflow: hidden;
}

.csst-newsletter-banner .csst-nb-eyebrow {
	color: rgba(255, 255, 255, 0.8);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.csst-newsletter-banner .csst-nb-title {
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.3px;
	margin: 0 0 10px;
}

.csst-newsletter-banner .csst-nb-desc {
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 18px;
}

.csst-newsletter-banner .csst-nb-form {
	margin-bottom: 10px;
}

.csst-newsletter-banner input[type="email"] {
	width: 100%;
	padding: 11px 14px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 8px;
	color: #1a1a1a;
	font-size: 14px;
	margin-bottom: 8px;
	box-sizing: border-box;
}

.csst-newsletter-banner input[type="email"]::placeholder {
	color: rgba(26, 26, 26, 0.55);
}

.csst-newsletter-banner input[type="email"]:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.45);
}

.csst-newsletter-banner button[type="submit"] {
	width: 100%;
	padding: 11px 14px;
	background-color: #ffffff;
	color: #ff6b1a;
	border: 0;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.15s ease;
}

.csst-newsletter-banner button[type="submit"]:hover {
	background-color: #fff3eb;
	transform: translateY(-1px);
}

.csst-newsletter-banner .csst-nb-note {
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	margin: 0;
	text-align: center;
	opacity: 0.95;
}

/* === Separación entre "Más artículos" y "Aprende WordPress" === */
.thb-wp-heading-row {
	padding-top: 80px;
}

/* === Heading de la sección de lista === */
.csst-list-heading {
	margin-bottom: 28px !important;
}

.csst-list-heading h2 {
	color: #ffffff;
	font-size: clamp(1.6rem, 2.2vw, 2rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.5px;
	margin: 0;
	text-align: left;
}

/* === Lista simple de posts (después del grid hero) === */
.csst-post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.csst-post-list-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 20px 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.csst-post-list-item:last-child {
	border-bottom: 0;
}

.csst-post-list-item:hover {
	background-color: #ffffff;
	border-bottom-color: transparent;
}

.csst-post-list-item:hover + .csst-post-list-item {
	border-top-color: transparent;
}

.csst-post-list-item:hover .csst-post-list-title {
	color: #0a0a0a;
}

.csst-post-list-cat,
.csst-post-list-item .csst-post-list-cat {
	display: inline-block;
	align-self: flex-start;
	color: #ff6b1a !important;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	text-decoration: none;
	transition: text-decoration 0.2s ease;
}

.csst-post-list-cat:hover,
.csst-post-list-item .csst-post-list-cat:hover,
.csst-post-list-item:hover .csst-post-list-cat:hover {
	color: #ff6b1a !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.csst-post-list-title {
	display: block;
	color: #ffffff;
	font-size: clamp(1.05rem, 1.4vw, 1.4rem);
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	transition: color 0.2s ease;
}

.csst-post-list-title:hover {
	color: #ff6b1a;
}

/* Botón "Ver más" debajo de la lista */
.csst-list-more {
	text-align: center;
	margin-top: 40px !important;
}

.csst-list-more-btn {
	display: inline-block;
	padding: 12px 30px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	letter-spacing: 0.4px;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.csst-list-more-btn:hover {
	background-color: #ff6b1a;
	border-color: #ff6b1a;
	color: #ffffff !important;
}

/* === Sección Equípate (Amazon) === */
.thb-gear-section {
	background-color: #121212;
}

.thb-gear-section .gear-tag p {
	margin: 0;
}

.thb-gear-section .gear-amazon-wrap .amazon-auto-links,
.thb-gear-section .amazon-products-container-list,
.thb-gear-section .amazon-products-container {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	gap: 18px;
	padding: 12px 4px 24px;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	scrollbar-color: rgba(255,255,255,0.2) transparent;
}

.thb-gear-section .gear-amazon-wrap .amazon-auto-links::-webkit-scrollbar,
.thb-gear-section .amazon-products-container-list::-webkit-scrollbar {
	height: 8px;
}

.thb-gear-section .gear-amazon-wrap .amazon-auto-links::-webkit-scrollbar-thumb,
.thb-gear-section .amazon-products-container-list::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.2);
	border-radius: 4px;
}

.thb-gear-section .amazon-product,
.thb-gear-section .amazon-product-container {
	flex: 0 0 240px;
	scroll-snap-align: start;
	background-color: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	padding: 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.thb-gear-section .amazon-product:hover,
.thb-gear-section .amazon-product-container:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 107, 26, 0.5);
}

.thb-gear-section .amazon-product img,
.thb-gear-section .amazon-product-image img {
	max-width: 100%;
	height: 140px;
	object-fit: contain;
	background-color: #ffffff;
	border-radius: 8px;
	padding: 8px;
}

.thb-gear-section .amazon-product-title {
	font-size: 14px !important;
	line-height: 1.35 !important;
	margin: 0 !important;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.thb-gear-section .amazon-product-title a {
	color: #ffffff !important;
}

.thb-gear-section .amazon-rating,
.thb-gear-section .amazon-price {
	font-size: 13px;
}

.thb-gear-section .amazon-disclaimer-tooltip-content-text {
	display: none;
}

/* === Flechas custom (Aprende WordPress) === */
.thb-wp-section {
	position: relative;
}

.wp-carousel-arrows {
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 24px;
}

.wp-carousel-arrow {
	width: 44px;
	height: 44px;
	background-color: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.wp-carousel-arrow:hover {
	background-color: #ff6b1a;
	border-color: #ff6b1a;
	transform: translateY(-1px);
}

.wp-carousel-arrow:active {
	transform: translateY(0);
}

.wp-carousel-arrow svg {
	display: block;
}