/* =====================================================
   TICOELECTRÓNICA — SISTEMA DE DISEÑO ÉLITE v2026.9
   Compatible: WordPress.com Premium + Tema Hey
   Estado: PRODUCCIÓN FINAL — MODO CLARO FORZADO (sin dark mode)
   ===================================================== */
:root {
}

/* =====================================================
   1. RESET SEGURO + MICRO-OPTIMIZACIONES
   ===================================================== */
*,
::before,
::after {
	box-sizing: border-box;
}

img,
video {
	max-width: 100%;
	height: auto;
	display: block;
}

button {
	font-family: inherit;
}

.entry-content {
	overflow-wrap: break-word;
}

html {
	font-size: 100%;
	scroll-behavior: smooth;
}

body {
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
	font-size: var(--font-base);
	line-height: 1.7;
	color: var(--tec-negro);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: var(--tec-fondo);
}

/* Espaciado automático seguro */
.entry-content > * + * {
	margin-top: var(--space-md);
}

/* =====================================================
   2. ENLACES
   ===================================================== */
a {
	color: var(--tec-azul);
	text-underline-offset: .2em;
	transition: var(--transition-base);
}

a:hover {
	opacity: .9;
	color: var(--tec-azul-claro);
}

a:focus-visible {
	outline: 2px solid var(--tec-azul);
	outline-offset: 3px;
	border-radius: var(--radio-sm);
}

:focus-visible {
	outline-offset: 3px;
}

/* =====================================================
   3. HEADER Y NAVEGACIÓN
   ===================================================== */
.site-header,
.wp-block-template-part {
	display: block;
	z-index: 100;
}

.wp-block-navigation {
	display: flex;
	z-index: 101;
}

.wp-block-navigation__responsive-container {
	display: none;
}

.wp-block-navigation__responsive-container.is-menu-open {
	display: block;
}

/* =====================================================
   4. LAYOUT BASE
   ===================================================== */
.entry-content {
	max-width: 68ch;
	margin: 0 auto;
	padding: 0 1rem;
}

.entry-title,
.entry-content h2 {
	color: var(--tec-negro);
}

.entry-content h2::after {
	background: var(--tec-azul);
}

/* =====================================================
   5. HERO (se mantiene oscuro por diseño premium)
   ===================================================== */
.t-hero {
	text-align: center;
	margin-bottom: var(--space-xl);
	padding: var(--space-xl) var(--space-lg);
	background: linear-gradient(135deg, var(--tec-azul), var(--tec-azul-claro), var(--tec-azul-oscuro));
	border-radius: var(--radio-lg);
	color: #fff;
	position: relative;
	overflow: hidden;
}

/* ... resto del hero igual ... */
/* =====================================================
   6. COMPONENTES (siempre claros y legibles)
   ===================================================== */
.t-card,
.t-brand,
.t-entry,
.t-col,
.t-card2,
.wp-block-post,
.t-intro,
.t-faq,
.t-tec-item,
.t-success,
.t-alert {
	background: #fff;
	border: 1px solid #e5e7eb;
}

.t-card:hover,
.t-brand:hover,
.t-entry:hover,
.t-col:hover,
.t-card2:hover,
.wp-block-post:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 15px -3px rgb(20 40 160 / 0.12);
}

/* =====================================================
   7. TUS COMPONENTES (mantengo todo lo tuyo)
   ===================================================== */
.t-intro {
	background: var(--tec-fondo);
	border-left: 4px solid var(--tec-azul);
	padding: var(--space-md) var(--space-lg);
	border-radius: 0 var(--radio-md) var(--radio-md) 0;
}

.t-card {
	background: #fff;
	border-radius: var(--radio-lg);
	padding: var(--space-lg);
	margin: var(--space-lg) 0;
	border: 1px solid #e5e7eb;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* ... el resto de tus clases (.t-step, .t-card2, .t-alert, .t-col, .t-brand, etc.) se mantienen exactamente iguales ... */
.t-cta {
	background: linear-gradient(135deg, var(--tec-azul), var(--tec-azul-claro));
	color: #fff;
}

/* =====================================================
   8. RESPONSIVE, ANIMACIONES Y UTILIDADES (sin cambios)
   ===================================================== */
@media (max-width: 768px) {
	.t-hero h1 {
		font-size: var(--font-xl);
	}
	
	.t-cols2 {
		grid-template-columns: 1fr;
	}
	
	.t-meta {
		flex-direction: column;
		gap: var(--space-xs);
	}
	
	.t-hero-bg1, .t-hero-bg2 {
		display: none;
	}
}

@keyframes hero-float {
	0%, 100% {
		transform: translate(0, 0);
	}
	
	50% {
		transform: translate(20px, -20px);
	}
}

/* Utilidades */
.t-text-center {
	text-align: center;
}

.t-mb-0 {
	margin-bottom: 0 !important;
}

.t-mt-0 {
	margin-top: 0 !important;
}

.t-hidden {
	display: none !important;
}

.t-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}


/* Inicio 2026 — estilos de portada, totalmente encapsulados en .te26 */
/* CSS separado — Inicio 2026 / TicoElectrónica */
.te26{--ink:#101820;--ink2:#172532;--paper:#f5f7f8;--white:#fff;--line:#dce3e7;--accent:#20b66a;--warm:#ffb547;--muted:#5f6b76;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:var(--paper);width:100vw;margin-left:calc(50% - 50vw);overflow:hidden}
.te26 *{box-sizing:border-box}.te26 a{text-decoration:none}.te26-wrap{width:min(1120px,calc(100% - 36px));margin:auto}.te26-hero{position:relative;padding:clamp(72px,10vw,132px) 0 72px;background:radial-gradient(circle at 85% 12%,rgba(32,182,106,.22),transparent 28%),radial-gradient(circle at 12% 86%,rgba(255,181,71,.14),transparent 30%),linear-gradient(135deg,#0b1117 0%,#172532 100%);color:#fff}.te26-hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent)}
.te26-kicker{display:inline-flex;align-items:center;gap:9px;margin:0 0 22px;padding:8px 13px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.06);font-size:.78rem;font-weight:750;letter-spacing:.09em;text-transform:uppercase}.te26-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 5px rgba(32,182,106,.14)}
.te26-hero h1{max-width:870px;margin:0;font-size:clamp(2.55rem,6.4vw,5.75rem);line-height:.96;letter-spacing:-.055em;color:#fff}.te26-hero h1 span{color:#8fe0b4}.te26-lead{max-width:720px;margin:28px 0 0;font-size:clamp(1.08rem,2vw,1.32rem);line-height:1.62;color:#d6dfe6}.te26-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.te26-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:12px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease}.te26-btn:hover{transform:translateY(-2px)}.te26-btn-primary{background:var(--accent);color:#08150e;box-shadow:0 12px 32px rgba(32,182,106,.25)}.te26-btn-light{border:1px solid rgba(255,255,255,.25);color:#fff;background:rgba(255,255,255,.07)}
.te26-proof{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:58px;border:1px solid rgba(255,255,255,.13);border-radius:18px;overflow:hidden;background:rgba(255,255,255,.13)}.te26-proof div{padding:20px;background:rgba(9,18,26,.72)}.te26-proof strong{display:block;font-size:1.12rem;color:#fff}.te26-proof span{display:block;margin-top:5px;color:#aebbc5;font-size:.86rem}
.te26-section{padding:clamp(68px,9vw,112px) 0}.te26-white{background:#fff}.te26-dark{background:var(--ink);color:#fff}.te26-eyebrow{margin:0 0 12px;color:#168650;font-size:.78rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.te26-dark .te26-eyebrow{color:#76d9a3}.te26-title{max-width:790px;margin:0;font-size:clamp(2rem,4.2vw,3.55rem);line-height:1.06;letter-spacing:-.04em}.te26-dark .te26-title{color:#fff}.te26-intro{max-width:710px;margin:18px 0 0;color:var(--muted);font-size:1.08rem;line-height:1.7}.te26-dark .te26-intro{color:#b8c3cc}
.te26-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.te26-card{position:relative;padding:30px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 10px 32px rgba(16,24,32,.05)}.te26-card-no{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#e8f8ef;color:#087a40;font-size:.8rem;font-weight:900}.te26-card h3{margin:48px 0 12px;font-size:1.35rem;line-height:1.2}.te26-card p{margin:0;color:var(--muted);line-height:1.62}.te26-card a{display:inline-block;margin-top:24px;color:#0b7441;font-weight:800}
.te26-feature{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center;margin-top:42px}.te26-feature-copy{padding:clamp(28px,5vw,56px);border-radius:24px;background:linear-gradient(145deg,#172532,#0b1117);color:#fff}.te26-feature-copy h3{margin:0;font-size:clamp(1.65rem,3vw,2.5rem);color:#fff;letter-spacing:-.03em}.te26-feature-copy p{color:#c4ced5;line-height:1.68}.te26-search{margin:25px 0 12px;padding:14px 16px;border:1px solid rgba(255,255,255,.19);border-radius:12px;background:rgba(255,255,255,.07);color:#e5edf2}.te26-checks{display:grid;gap:12px}.te26-check{display:flex;gap:11px;align-items:flex-start}.te26-check b{color:#79dfa7}.te26-feature-aside{display:grid;gap:14px}.te26-mini{padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff}.te26-mini strong{display:block;font-size:1.04rem}.te26-mini span{display:block;margin-top:7px;color:var(--muted);line-height:1.5}
.te26-cases{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:42px}.te26-case{overflow:hidden;border-radius:22px;background:#fff;color:var(--ink)}.te26-case img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.te26-case-body{padding:26px}.te26-case h3{margin:0 0 10px;font-size:1.35rem}.te26-case p{margin:0;color:var(--muted);line-height:1.6}.te26-case a{display:inline-block;margin-top:20px;color:#0b7441;font-weight:800}
.te26-authority{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:stretch;margin-top:42px}.te26-monogram{display:grid;place-items:center;min-height:330px;border-radius:24px;background:radial-gradient(circle at 30% 20%,rgba(32,182,106,.22),transparent 36%),#172532;color:#fff}.te26-monogram strong{font-size:clamp(4rem,11vw,8rem);letter-spacing:-.09em}.te26-bio{padding:clamp(30px,5vw,54px);border:1px solid var(--line);border-radius:24px;background:#fff}.te26-bio h3{margin:0;font-size:clamp(1.7rem,3vw,2.5rem)}.te26-bio p{color:var(--muted);line-height:1.75}.te26-sign{margin-top:26px;padding-top:22px;border-top:1px solid var(--line);font-weight:800}
.te26-review{padding:28px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:#172532}.te26-stars{color:#ffca67;letter-spacing:.12em}.te26-review blockquote{margin:18px 0 22px;color:#eef3f6;font-size:1.02rem;line-height:1.65}.te26-review cite{color:#93a3af;font-style:normal;font-size:.9rem}
.te26-articles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:42px}.te26-article{display:flex;flex-direction:column;min-height:230px;padding:26px;border:1px solid var(--line);border-radius:18px;background:#fff;color:var(--ink)}.te26-article small{color:#168650;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.te26-article h3{margin:20px 0 12px;font-size:1.25rem;line-height:1.28}.te26-article span{margin-top:auto;color:#0b7441;font-weight:800}
.te26-faq{display:grid;gap:10px;margin-top:38px}.te26-faq details{padding:20px 22px;border:1px solid var(--line);border-radius:14px;background:#fff}.te26-faq summary{cursor:pointer;font-weight:800}.te26-faq p{margin:14px 0 0;color:var(--muted);line-height:1.65}
.te26-final{padding:clamp(44px,7vw,76px);border-radius:26px;background:radial-gradient(circle at 90% 10%,rgba(32,182,106,.24),transparent 32%),linear-gradient(135deg,#0b1117,#172532);color:#fff}.te26-final h2{max-width:720px;margin:0;color:#fff;font-size:clamp(2rem,4.5vw,3.8rem);line-height:1.04;letter-spacing:-.04em}.te26-final p{max-width:680px;color:#c5d0d8;line-height:1.7}.te26-hours{margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);color:#d8e1e7;font-size:.94rem;line-height:1.7}
@media(max-width:820px){.te26-proof{grid-template-columns:1fr 1fr}.te26-grid3,.te26-articles{grid-template-columns:1fr}.te26-feature,.te26-authority{grid-template-columns:1fr}.te26-cases{grid-template-columns:1fr}.te26-card h3{margin-top:25px}.te26-monogram{min-height:220px}}@media(max-width:520px){.te26-wrap{width:min(100% - 24px,1120px)}.te26-proof{grid-template-columns:1fr}.te26-actions{display:grid}.te26-btn{width:100%}.te26-section{padding:62px 0}}

body.home .wp-block-post-title,body.home .entry-title,body.home .sharedaddy,body.home .page-cta-card{display:none!important}
body.home .wp-site-blocks{overflow-x:clip}
.te26 a:focus-visible,.te26 button:focus-visible,.te26 summary:focus-visible,.te26-finder-slot a:focus-visible,.te26-finder-slot button:focus-visible,.te26-finder-slot input:focus-visible{outline:3px solid #ffbd59!important;outline-offset:4px!important}
.te26-brands{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.te26-brands span{padding:7px 11px;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#c5d1da;font-size:.78rem;font-weight:750}
.te26-symptoms{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-top:38px}.te26-symptom{display:flex;min-height:122px;flex-direction:column;justify-content:space-between;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);box-shadow:0 8px 24px rgba(16,24,32,.04)}.te26-symptom b{font-size:1.02rem}.te26-symptom span{color:#0b7441;font-size:.84rem;font-weight:800}
.te26-finder-slot{width:100vw!important;max-width:none!important;margin-left:calc(50% - 50vw)!important;padding:0 18px 88px!important;background:#f5f7f8}.te26-finder-slot>.wp-block-shortcode{width:min(1120px,100%);margin:0 auto}.te26-finder-slot .te-rf{margin:0 auto!important;max-width:1120px}
.te26-mobile-wa{display:none}
@media(max-width:820px){.te26-symptoms{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.te26-symptoms{grid-template-columns:1fr}.te26-mobile-wa{position:fixed;z-index:9999;display:flex;align-items:center;justify-content:center;left:12px;right:12px;bottom:12px;min-height:52px;border-radius:14px;background:#18a85f;color:#fff!important;font-weight:900;box-shadow:0 16px 38px rgba(0,0,0,.28)}.te26-final{padding-bottom:100px}}
@media(prefers-reduced-motion:reduce){.te26 *,.te26-finder-slot *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}


/* --- WPWriter addition --- */

/* JVC modo servicio — cierre limpio solo en post 2990 */
body.postid-2990 .sharedaddy,
body.postid-2990 .sd-sharing-enabled,
body.postid-2990 .sd-like,
body.postid-2990 .jp-relatedposts,
body.postid-2990 .wp-block-jetpack-subscriptions,
body.postid-2990 .wpcom-subscription,
body.postid-2990 .wp-block-jetpack-subscriptions__container {
	display:none !important;
}


/* --- WPWriter addition --- */

/* ViX Smart TV — cierre limpio solo en post 12058 */
body.postid-12058 .sharedaddy,
body.postid-12058 .sd-sharing-enabled,
body.postid-12058 .sd-like,
body.postid-12058 .jp-relatedposts,
body.postid-12058 .wp-block-jetpack-subscriptions,
body.postid-12058 .wpcom-subscription,
body.postid-12058 .wp-block-jetpack-subscriptions__container {
	display:none !important;
}


/* --- WPWriter addition --- */

/* =====================================================
   GUÍA SMART TV COSTA RICA 2026 — pieza pilar
   Encapsulado totalmente en .te-tv2026
   ===================================================== */
.te-tv2026{--ink:#1a1a1a;--muted:#6b7280;--line:#e5e7eb;--paper:#fff;--soft:#f8f9fa;--accent:#111827;--ok:#ecfdf5;--blue:#eff6ff;--amber:#fffbeb;font-family:inherit;color:var(--ink);line-height:1.68;max-width:1100px;margin:0 auto;padding:0 18px 64px}
.te-tv2026 *{box-sizing:border-box}
.te-tv2026 a{color:#111827;text-decoration-thickness:1px;text-underline-offset:3px}
.te-tv2026 a:hover{text-decoration-thickness:2px}
.te-tv2026__hero{background:linear-gradient(145deg,#111827,#1f2937);color:#fff;border-radius:26px;padding:clamp(28px,5vw,64px);margin:18px 0 22px;box-shadow:0 18px 45px rgba(0,0,0,.12)}
.te-tv2026__eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;opacity:.78}
.te-tv2026__lead{font-size:clamp(1.25rem,2.6vw,2rem);line-height:1.28;max-width:850px;margin:15px 0 22px;font-weight:650}
.te-tv2026__meta{display:flex;gap:10px;flex-wrap:wrap;font-size:.92rem;opacity:.88}
.te-tv2026__meta span{padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:999px}
.te-tv2026__trust{margin-top:22px;padding:14px 16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:14px}
.te-tv2026__quick{position:relative;display:flex;gap:8px;overflow:auto;padding:4px 0 16px;margin-bottom:6px;scrollbar-width:thin}
.te-tv2026__quick a{white-space:nowrap;text-decoration:none;border:1px solid var(--line);border-radius:999px;padding:9px 13px;background:#fff;font-size:.9rem;font-weight:700}
.te-tv2026__section{padding:32px 0;border-bottom:1px solid var(--line)}
.te-tv2026__section h2{font-size:clamp(1.55rem,3vw,2.25rem);line-height:1.18;margin:0 0 16px;letter-spacing:-.025em}
.te-tv2026__section h3{font-size:1.22rem;line-height:1.3;margin:28px 0 8px}
.te-tv2026__answer{border-left:5px solid #111827;background:var(--soft);padding:18px 20px;border-radius:0 16px 16px 0;margin:20px 0 24px}
.te-tv2026__grid{display:grid;gap:14px;margin:20px 0}
.te-tv2026__grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.te-tv2026__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.te-tv2026__card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:18px;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.te-tv2026__card h3{margin:6px 0 6px}
.te-tv2026__tag,.te-tv2026__badge{display:inline-block;font-size:.72rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase;background:#111827;color:#fff;border-radius:999px;padding:5px 9px}
.te-tv2026__note,.te-tv2026__source-note{font-size:.92rem;color:var(--muted);background:var(--soft);border-radius:12px;padding:13px 15px}
.te-tv2026__table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:16px;margin:20px 0}
.te-tv2026__table{width:100%;border-collapse:collapse;min-width:850px;background:#fff}
.te-tv2026__table th,.te-tv2026__table td{padding:13px 14px;border-bottom:1px solid var(--line);vertical-align:top;text-align:left}
.te-tv2026__table th{background:#111827;color:#fff;font-size:.84rem;text-transform:uppercase;letter-spacing:.04em}
.te-tv2026__table tr:last-child td{border-bottom:0}
.te-tv2026__pick{border:1px solid var(--line);border-radius:18px;padding:20px;margin:14px 0;background:#fff}
.te-tv2026__pick h3{margin:8px 0}
.te-tv2026__budget-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:18px}
.te-tv2026__budget{background:var(--soft);border:1px solid var(--line);border-radius:16px;padding:16px}
.te-tv2026__budget strong{font-size:1.05rem}
.te-tv2026__myths{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}
.te-tv2026__myths>div{border:1px solid var(--line);border-radius:16px;padding:17px}
.te-tv2026__myths p{margin-bottom:0}
.te-tv2026__status{border-radius:16px;padding:18px;margin:12px 0;border:1px solid var(--line)}
.te-tv2026__status--green{background:var(--ok)}
.te-tv2026__status--blue{background:var(--blue)}
.te-tv2026__status--amber{background:var(--amber)}
.te-tv2026__checklist{padding-left:1.3rem}
.te-tv2026__checklist li{margin:9px 0;padding-left:4px}
.te-tv2026__remote{display:grid;grid-template-columns:90px 1fr;gap:22px;align-items:center;background:#111827;color:#fff;border:0;border-radius:24px;padding:28px;margin:34px 0}
.te-tv2026__remote h2{color:#fff}
.te-tv2026__remote .te-tv2026__eyebrow{color:#fff}
.te-tv2026__remote-icon{font-size:4rem;text-align:center;opacity:.8}
.te-tv2026__cta{display:inline-block;background:#fff;color:#111827!important;text-decoration:none!important;border-radius:999px;padding:12px 17px;font-weight:850;margin-top:8px}
.te-tv2026 details{border:1px solid var(--line);border-radius:14px;padding:13px 15px;margin:9px 0;background:#fff}
.te-tv2026 summary{cursor:pointer;font-weight:800}
.te-tv2026 details p{margin-bottom:3px}
.te-tv2026__author{background:var(--soft);padding:26px;border-radius:20px;border-bottom:0;margin-top:28px}
.te-tv2026__sources{font-size:.95rem}
@media(max-width:900px){
  .te-tv2026__grid--4,.te-tv2026__grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .te-tv2026__budget-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .te-tv2026{padding-left:14px;padding-right:14px}
  .te-tv2026__hero{border-radius:20px;padding:26px 20px}
  .te-tv2026__grid--4,.te-tv2026__grid--3,.te-tv2026__budget-grid,.te-tv2026__myths{grid-template-columns:1fr}
  .te-tv2026__remote{grid-template-columns:1fr;padding:22px}
  .te-tv2026__remote-icon{display:none}
  .te-tv2026__section{padding:26px 0}
}

/* --- WPWriter addition --- */
/* Smart TV Costa Rica 2026 — ampliación v2 */
.te-tv2026__micro{margin:.5rem 0 0;color:var(--muted);font-size:.95rem}
.te-tv2026__truth-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0}
.te-tv2026__truth-grid>div{border:1px solid var(--line);border-radius:16px;padding:17px;background:#fff}
.te-tv2026__truth-grid p{margin-bottom:0}
@media(max-width:900px){.te-tv2026__truth-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.te-tv2026__truth-grid{grid-template-columns:1fr}}

/* --- WPWriter addition --- */

/* =====================================================
   TSR AIPQ 2026 — análisis técnico
   Encapsulado totalmente en .te-tsr2026
   ===================================================== */
.te-tsr2026{--ink:#1a1a1a;--muted:#6b7280;--line:#e5e7eb;--soft:#f8f9fa;--dark:#111827;--green:#ecfdf5;--amber:#fffbeb;max-width:1080px;margin:0 auto;padding:0 18px 64px;color:var(--ink);line-height:1.7;font-family:inherit}.te-tsr2026 *{box-sizing:border-box}.te-tsr2026 a{color:#111827;text-underline-offset:3px}.te-tsr2026__hero{padding:clamp(28px,5vw,58px);background:linear-gradient(145deg,#111827,#1f2937);color:#fff;border-radius:26px;margin:18px 0 20px;box-shadow:0 18px 42px rgba(0,0,0,.12)}.te-tsr2026__eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.11em;opacity:.78}.te-tsr2026__lead{font-size:clamp(1.2rem,2.5vw,1.85rem);line-height:1.32;font-weight:650;max-width:900px}.te-tsr2026__meta{display:flex;gap:8px;flex-wrap:wrap}.te-tsr2026__meta span{border:1px solid rgba(255,255,255,.17);border-radius:999px;padding:6px 10px;font-size:.9rem}.te-tsr2026__trust{margin-top:20px;padding:14px 16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);border-radius:14px}.te-tsr2026__nav{display:flex;gap:8px;overflow:auto;padding:4px 0 16px}.te-tsr2026__nav a{white-space:nowrap;text-decoration:none;border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:.88rem;font-weight:750;background:#fff}.te-tsr2026__section{padding:31px 0;border-bottom:1px solid var(--line)}.te-tsr2026__section h2{font-size:clamp(1.55rem,3vw,2.2rem);line-height:1.2;letter-spacing:-.025em;margin:0 0 15px}.te-tsr2026__section h3{font-size:1.2rem;line-height:1.35;margin:26px 0 7px}.te-tsr2026__answer{border-left:5px solid var(--dark);background:var(--soft);padding:18px 20px;border-radius:0 16px 16px 0}.te-tsr2026__callout{margin:18px 0;padding:15px 17px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:14px}.te-tsr2026__callout--warning{background:var(--amber);border-color:#fde68a}.te-tsr2026__grid{display:grid;gap:13px;margin:18px 0}.te-tsr2026__grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.te-tsr2026__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.te-tsr2026__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.te-tsr2026__card{padding:17px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 7px 20px rgba(0,0,0,.035)}.te-tsr2026__card h3{margin:7px 0}.te-tsr2026__card--good{background:var(--green)}.te-tsr2026__card--limit{background:var(--amber)}.te-tsr2026__chip{display:inline-block;background:var(--dark);color:#fff;border-radius:999px;padding:4px 8px;font-size:.7rem;font-weight:800;letter-spacing:.04em}.te-tsr2026__table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:15px;margin:19px 0}.te-tsr2026__table{width:100%;border-collapse:collapse;min-width:760px}.te-tsr2026__table th,.te-tsr2026__table td{padding:12px 13px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line)}.te-tsr2026__table th{background:var(--dark);color:#fff;font-size:.82rem;text-transform:uppercase;letter-spacing:.035em}.te-tsr2026__status{display:inline-block;padding:4px 8px;border-radius:999px;font-size:.76rem;font-weight:800}.te-tsr2026__status--ok{background:#dcfce7;color:#166534}.te-tsr2026__flow{display:flex;gap:8px;align-items:stretch;margin:20px 0;overflow:auto}.te-tsr2026__flow div{min-width:190px;flex:1;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff}.te-tsr2026__flow span{display:block;font-size:.86rem;color:var(--muted);margin-top:5px}.te-tsr2026__flow b{align-self:center}.te-tsr2026__compare{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:18px 0}.te-tsr2026__compare>div{padding:18px;border-radius:16px;border:1px solid var(--line);background:var(--soft)}.te-tsr2026__compare h3{margin:0 0 6px}.te-tsr2026__myth,.te-tsr2026__fact{display:grid;grid-template-columns:88px 1fr;gap:14px;align-items:center;border-radius:14px;padding:13px 15px;margin:10px 0}.te-tsr2026__myth{background:#fff1f2;border:1px solid #fecdd3}.te-tsr2026__fact{background:#ecfdf5;border:1px solid #a7f3d0}.te-tsr2026__myth span,.te-tsr2026__fact span{font-weight:900;font-size:.76rem;letter-spacing:.08em}.te-tsr2026__myth p,.te-tsr2026__fact p{margin:0}.te-tsr2026__tech-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0}.te-tsr2026__tech-grid>div{padding:16px;border:1px solid var(--line);border-radius:15px;background:#fff}.te-tsr2026__tech-grid p{margin-bottom:0;color:#374151}.te-tsr2026__list li{margin:9px 0}.te-tsr2026 details{padding:13px 15px;border:1px solid var(--line);border-radius:13px;margin:8px 0;background:#fff}.te-tsr2026 summary{font-weight:800;cursor:pointer}.te-tsr2026__linkcard{display:block;text-decoration:none!important;padding:16px;border:1px solid var(--line);border-radius:15px;background:#fff}.te-tsr2026__linkcard span{display:block;color:var(--muted);font-size:.9rem;margin-top:4px}.te-tsr2026__sources{font-size:.95rem}.te-tsr2026__small{font-size:.9rem;color:var(--muted);background:var(--soft);padding:12px 14px;border-radius:12px}.te-tsr2026__author{background:var(--soft);border-radius:19px;padding:24px;margin-top:28px;border-bottom:0}@media(max-width:900px){.te-tsr2026__grid--4,.te-tsr2026__grid--3,.te-tsr2026__tech-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.te-tsr2026{padding-left:14px;padding-right:14px}.te-tsr2026__hero{border-radius:20px;padding:25px 19px}.te-tsr2026__grid--4,.te-tsr2026__grid--3,.te-tsr2026__grid--2,.te-tsr2026__tech-grid,.te-tsr2026__compare{grid-template-columns:1fr}.te-tsr2026__myth,.te-tsr2026__fact{grid-template-columns:1fr}.te-tsr2026__section{padding:26px 0}}


/* --- WPWriter addition --- */
.te-tsr2026__h1{max-width:900px;margin:12px 0 18px;color:#fff!important;font-size:clamp(2rem,4.4vw,3.7rem);line-height:1.04;letter-spacing:-.045em;font-weight:800}

/* --- WPWriter addition --- */

/* =====================================================
   CIERRE DE ENTRADAS — compartir limpio / sin Jetpack Likes
   Mantiene WhatsApp + correo y elimina ruido administrativo
   ===================================================== */
body.single-post .sd-like,
body.single-post .sharedaddy a[href*="options-general.php?page=sharing"],
body.single-post .sharedaddy a[href*="page=sharing"] {
  display:none !important;
}

body.single-post .sd-sharing-enabled {
  margin-top:30px !important;
  padding-top:18px !important;
  border-top:1px solid #e5e7eb !important;
}

body.single-post .sd-sharing-enabled .sd-title {
  margin:0 0 12px !important;
  font-size:.95rem !important;
  font-weight:800 !important;
  color:#1a1a1a !important;
}

body.single-post .sd-sharing-enabled .sd-content ul {
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  margin:0 !important;
}

body.single-post .sd-sharing-enabled .sd-content ul li {
  margin:0 !important;
}


/* --- WPWriter addition --- */

/* =====================================================
   ACTUALIZAR TV RCA 2026 — guía técnica
   Encapsulado totalmente en .te-rca26
   ===================================================== */
.te-rca26{--ink:#1a1a1a;--muted:#6b7280;--line:#e5e7eb;--soft:#f8f9fa;--dark:#111827;--green:#ecfdf5;--amber:#fffbeb;--red:#fff1f2;max-width:1080px;margin:0 auto;padding:0 18px 64px;color:var(--ink);line-height:1.7;font-family:inherit}.te-rca26 *{box-sizing:border-box}.te-rca26 a{color:#111827;text-underline-offset:3px}.te-rca26__hero{padding:clamp(28px,5vw,58px);background:linear-gradient(145deg,#111827,#1f2937);color:#fff;border-radius:26px;margin:18px 0 20px;box-shadow:0 18px 42px rgba(0,0,0,.12)}.te-rca26__eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;opacity:.78}.te-rca26__h1{max-width:920px;margin:12px 0 18px;color:#fff!important;font-size:clamp(2rem,4.4vw,3.7rem);line-height:1.04;letter-spacing:-.045em;font-weight:800}.te-rca26__lead{font-size:clamp(1.15rem,2.4vw,1.75rem);line-height:1.34;font-weight:620;max-width:900px}.te-rca26__meta{display:flex;gap:8px;flex-wrap:wrap}.te-rca26__meta span{border:1px solid rgba(255,255,255,.17);border-radius:999px;padding:6px 10px;font-size:.9rem}.te-rca26__trust{margin-top:20px;padding:14px 16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);border-radius:14px}.te-rca26__nav{display:flex;gap:8px;overflow:auto;padding:4px 0 16px}.te-rca26__nav a{white-space:nowrap;text-decoration:none;border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:.88rem;font-weight:750;background:#fff}.te-rca26__section{padding:31px 0;border-bottom:1px solid var(--line)}.te-rca26__section h2{font-size:clamp(1.55rem,3vw,2.2rem);line-height:1.2;letter-spacing:-.025em;margin:0 0 15px}.te-rca26__section h3{font-size:1.2rem;line-height:1.35;margin:26px 0 7px}.te-rca26__answer{border-left:5px solid var(--dark);background:var(--soft);padding:18px 20px;border-radius:0 16px 16px 0}.te-rca26__grid{display:grid;gap:13px;margin:18px 0}.te-rca26__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.te-rca26__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.te-rca26__card{padding:17px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 7px 20px rgba(0,0,0,.035)}.te-rca26__card h3{margin:7px 0}.te-rca26__card--good{background:var(--green)}.te-rca26__card--limit{background:var(--amber)}.te-rca26__tag{display:inline-block;background:var(--dark);color:#fff;border-radius:999px;padding:4px 8px;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.te-rca26__check{margin:18px 0;padding:17px 19px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:15px}.te-rca26__callout{margin:18px 0;padding:15px 17px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:14px}.te-rca26__callout--warning{background:var(--amber);border-color:#fde68a}.te-rca26__callout--danger{background:var(--red);border-color:#fecdd3}.te-rca26__steps li{margin:9px 0}.te-rca26__table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:15px;margin:19px 0}.te-rca26__table{width:100%;border-collapse:collapse;min-width:720px}.te-rca26__table th,.te-rca26__table td{padding:12px 13px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line)}.te-rca26__table th{background:var(--dark);color:#fff;font-size:.82rem;text-transform:uppercase;letter-spacing:.035em}.te-rca26__decision{display:grid;gap:9px;margin:18px 0;padding:18px;background:var(--soft);border:1px solid var(--line);border-radius:16px}.te-rca26__decision span{display:block;padding-left:14px;border-left:3px solid #9ca3af}.te-rca26__tech-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0}.te-rca26__tech-grid>div{padding:16px;border:1px solid var(--line);border-radius:15px;background:#fff}.te-rca26__tech-grid p{margin-bottom:0;color:#374151}.te-rca26__promo{background:#111827;color:#fff!important;border-radius:22px;padding:26px;margin:34px 0;border-bottom:0}.te-rca26__promo h2{color:#fff!important}.te-rca26__promo .te-rca26__eyebrow{color:#fff}.te-rca26__cta{display:inline-block;background:#fff;color:#111827!important;text-decoration:none!important;border-radius:999px;padding:11px 16px;font-weight:850;margin:6px 6px 0 0}.te-rca26__cta--light{background:transparent;color:#fff!important;border:1px solid rgba(255,255,255,.35)}.te-rca26 details{padding:13px 15px;border:1px solid var(--line);border-radius:13px;margin:8px 0;background:#fff}.te-rca26 summary{font-weight:800;cursor:pointer}.te-rca26__linkcard{display:block;text-decoration:none!important;padding:16px;border:1px solid var(--line);border-radius:15px;background:#fff}.te-rca26__linkcard span{display:block;color:var(--muted);font-size:.9rem;margin-top:4px}.te-rca26__sources{font-size:.95rem}.te-rca26__small{font-size:.9rem;color:var(--muted);background:var(--soft);padding:12px 14px;border-radius:12px}.te-rca26__author{background:var(--soft);border-radius:19px;padding:24px;margin-top:28px;border-bottom:0}@media(max-width:900px){.te-rca26__grid--3,.te-rca26__tech-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.te-rca26{padding-left:14px;padding-right:14px}.te-rca26__hero{border-radius:20px;padding:25px 19px}.te-rca26__grid--3,.te-rca26__grid--2,.te-rca26__tech-grid{grid-template-columns:1fr}.te-rca26__section{padding:26px 0}.te-rca26__promo{padding:22px}}


/* --- WPWriter addition --- */

/* =====================================================
   JVC LT-43KB338 2026 — análisis técnico
   Encapsulado totalmente en .te-jvc338
   ===================================================== */
.te-jvc338{--ink:#1a1a1a;--muted:#6b7280;--line:#e5e7eb;--soft:#f8f9fa;--dark:#111827;--green:#ecfdf5;--amber:#fffbeb;--red:#fff1f2;max-width:1080px;margin:0 auto;padding:0 18px 64px;color:var(--ink);line-height:1.7;font-family:inherit}.te-jvc338 *{box-sizing:border-box}.te-jvc338 a{color:#111827;text-underline-offset:3px}.te-jvc338__hero{padding:clamp(28px,5vw,58px);background:linear-gradient(145deg,#111827,#1f2937);color:#fff;border-radius:26px;margin:18px 0 20px;box-shadow:0 18px 42px rgba(0,0,0,.12)}.te-jvc338__eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;opacity:.78}.te-jvc338__h1{max-width:920px;margin:12px 0 18px;color:#fff!important;font-size:clamp(2rem,4.4vw,3.7rem);line-height:1.04;letter-spacing:-.045em;font-weight:800}.te-jvc338__lead{font-size:clamp(1.15rem,2.4vw,1.75rem);line-height:1.34;font-weight:620;max-width:900px}.te-jvc338__meta{display:flex;gap:8px;flex-wrap:wrap}.te-jvc338__meta span{border:1px solid rgba(255,255,255,.17);border-radius:999px;padding:6px 10px;font-size:.9rem}.te-jvc338__trust{margin-top:20px;padding:14px 16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);border-radius:14px}.te-jvc338__nav{display:flex;gap:8px;overflow:auto;padding:4px 0 16px}.te-jvc338__nav a{white-space:nowrap;text-decoration:none;border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:.88rem;font-weight:750;background:#fff}.te-jvc338__figure{margin:16px 0 10px}.te-jvc338__figure img{width:100%;height:auto;border-radius:20px}.te-jvc338__figure figcaption{font-size:.88rem;color:var(--muted);margin-top:8px}.te-jvc338__section{padding:31px 0;border-bottom:1px solid var(--line)}.te-jvc338__section h2{font-size:clamp(1.55rem,3vw,2.2rem);line-height:1.2;letter-spacing:-.025em;margin:0 0 15px}.te-jvc338__section h3{font-size:1.2rem;line-height:1.35;margin:26px 0 7px}.te-jvc338__answer{border-left:5px solid var(--dark);background:var(--soft);padding:18px 20px;border-radius:0 16px 16px 0}.te-jvc338__callout{margin:18px 0;padding:15px 17px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:14px}.te-jvc338__callout--warning{background:var(--amber);border-color:#fde68a}.te-jvc338__callout--danger{background:var(--red);border-color:#fecdd3}.te-jvc338__grid{display:grid;gap:13px;margin:18px 0}.te-jvc338__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.te-jvc338__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.te-jvc338__card{padding:17px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 7px 20px rgba(0,0,0,.035)}.te-jvc338__card h3{margin:7px 0}.te-jvc338__card--good{background:var(--green)}.te-jvc338__card--limit{background:var(--amber)}.te-jvc338__table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:15px;margin:19px 0}.te-jvc338__table{width:100%;border-collapse:collapse;min-width:720px}.te-jvc338__table th,.te-jvc338__table td{padding:12px 13px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line)}.te-jvc338__table th{background:var(--dark);color:#fff;font-size:.82rem;text-transform:uppercase;letter-spacing:.035em}.te-jvc338__tech-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0}.te-jvc338__tech-grid>div{padding:16px;border:1px solid var(--line);border-radius:15px;background:#fff}.te-jvc338__tech-grid p{margin-bottom:0;color:#374151}.te-jvc338__list li{margin:9px 0}.te-jvc338__promo{background:#111827;color:#fff!important;border-radius:22px;padding:26px;margin:34px 0;border-bottom:0}.te-jvc338__promo h2{color:#fff!important}.te-jvc338__promo .te-jvc338__eyebrow{color:#fff}.te-jvc338__cta{display:inline-block;background:#fff;color:#111827!important;text-decoration:none!important;border-radius:999px;padding:11px 16px;font-weight:850;margin:6px 6px 0 0}.te-jvc338__cta--light{background:transparent;color:#fff!important;border:1px solid rgba(255,255,255,.35)}.te-jvc338 details{padding:13px 15px;border:1px solid var(--line);border-radius:13px;margin:8px 0;background:#fff}.te-jvc338 summary{font-weight:800;cursor:pointer}.te-jvc338__sources{font-size:.95rem}.te-jvc338__small{font-size:.9rem;color:var(--muted);background:var(--soft);padding:12px 14px;border-radius:12px}.te-jvc338__author{background:var(--soft);border-radius:19px;padding:24px;margin-top:28px;border-bottom:0}@media(max-width:900px){.te-jvc338__grid--3,.te-jvc338__tech-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.te-jvc338{padding-left:14px;padding-right:14px}.te-jvc338__hero{border-radius:20px;padding:25px 19px}.te-jvc338__grid--3,.te-jvc338__grid--2,.te-jvc338__tech-grid{grid-template-columns:1fr}.te-jvc338__section{padding:26px 0}.te-jvc338__promo{padding:22px}}


/* --- WPWriter addition --- */

/* =====================================================
   JVC 2026 — SISTEMA EDITORIAL PREMIUM v2
   Entradas: 11767 (autoridad) + 12244 (guía comercial)
   ===================================================== */
body.postid-11767 .entry-content,
body.postid-12244 .entry-content{
  max-width:1120px!important;
  width:min(1120px,calc(100% - 28px))!important;
  padding:0!important;
}

.te-jvc-pilar,.te-jvc-compra{
  --jvc-ink:#171717;
  --jvc-muted:#66645f;
  --jvc-line:#deddd8;
  --jvc-soft:#f6f6f3;
  --jvc-paper:#fff;
  --jvc-dark:#1f1f1d;
  --jvc-accent:#555451;
  --jvc-green:#edf7f0;
  color:var(--jvc-ink);
  font-family:var(--wp--preset--font-family--system-font,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif);
  font-size:1.02rem;
  line-height:1.76;
  max-width:1080px;
  margin:0 auto;
  padding:8px 18px 72px;
}
.te-jvc-pilar *,.te-jvc-compra *{box-sizing:border-box}
.te-jvc-pilar p,.te-jvc-compra p{max-width:76ch}
.te-jvc-pilar a,.te-jvc-compra a{
  color:#2f4f3b;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
.te-jvc-pilar a:hover,.te-jvc-compra a:hover{color:#173723}

/* Hero editorial */
.te-jvc-pilar>header,.te-jvc-compra>header{
  position:relative;
  overflow:hidden;
  padding:clamp(34px,6vw,70px)!important;
  margin:14px 0 26px!important;
  border:0!important;
  border-radius:28px!important;
  background:
    radial-gradient(circle at 88% 14%,rgba(255,255,255,.09),transparent 28%),
    linear-gradient(145deg,#1f1f1d 0%,#31312e 100%)!important;
  color:#fff!important;
  box-shadow:0 24px 55px rgba(31,31,29,.16)!important;
}
.te-jvc-pilar>header:after,.te-jvc-compra>header:after{
  content:"";
  position:absolute;
  right:-70px;
  bottom:-95px;
  width:240px;
  height:240px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
}
.te-jvc-pilar>header h1,.te-jvc-compra>header h1{
  max-width:900px;
  margin:12px 0 20px!important;
  color:#fff!important;
  font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif)!important;
  font-size:clamp(2.15rem,5vw,4.35rem)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:720!important;
}
.te-jvc-pilar>header>p:first-child,.te-jvc-compra>header>p:first-child{
  display:inline-flex;
  width:auto;
  margin:0!important;
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:999px;
  color:#e7e7e3!important;
  background:rgba(255,255,255,.05);
  font-size:.74rem!important;
  letter-spacing:.11em!important;
}
.te-jvc-pilar>header h1+p,.te-jvc-compra>header h1+p{
  max-width:820px!important;
  margin:0 0 22px!important;
  color:#eeeeea!important;
  font-size:clamp(1.08rem,2vw,1.28rem)!important;
  line-height:1.62!important;
}
.te-jvc-pilar>header p:last-child,.te-jvc-compra>header p:last-child{
  display:inline-block;
  margin:0!important;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.16);
  color:#c9c9c3!important;
  font-size:.9rem;
}

/* Respuesta rápida */
.te-jvc-pilar>header+div,.te-jvc-compra>header+div{
  max-width:920px;
  margin:0 auto 22px!important;
  padding:20px 22px!important;
  border:1px solid #deddd8!important;
  border-left:4px solid #555451!important;
  border-radius:16px!important;
  background:#f6f6f3!important;
  box-shadow:none!important;
  font-size:1.01rem;
}

/* Navegación tipo chips */
.te-jvc-pilar>nav,.te-jvc-compra>nav{
  display:flex!important;
  gap:8px!important;
  overflow-x:auto!important;
  max-width:100%!important;
  padding:5px 0 17px!important;
  margin:0 0 18px!important;
  border:0!important;
  background:transparent!important;
  scrollbar-width:thin;
}
.te-jvc-pilar>nav strong,.te-jvc-compra>nav strong{display:none}
.te-jvc-pilar>nav a,.te-jvc-compra>nav a{
  flex:0 0 auto;
  white-space:nowrap;
  padding:9px 13px;
  border:1px solid var(--jvc-line);
  border-radius:999px;
  background:#fff;
  color:#383834!important;
  font-size:.86rem;
  font-weight:750;
  text-decoration:none!important;
  box-shadow:0 2px 9px rgba(0,0,0,.025);
}

/* Secciones */
.te-jvc-pilar>section,.te-jvc-compra>section{
  position:relative;
  padding:clamp(30px,5vw,52px) clamp(0px,2vw,12px);
  margin:0;
  border-bottom:1px solid var(--jvc-line);
}
.te-jvc-pilar>section h2,.te-jvc-compra>section h2{
  max-width:820px;
  margin:0 0 18px!important;
  color:var(--jvc-dark)!important;
  font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif)!important;
  font-size:clamp(1.65rem,3.1vw,2.45rem)!important;
  line-height:1.12!important;
  letter-spacing:-.025em!important;
}
.te-jvc-pilar>section h2:after,.te-jvc-compra>section h2:after{
  content:"";
  display:block;
  width:46px;
  height:2px;
  margin-top:13px;
  background:#787670;
}
.te-jvc-pilar>section h3,.te-jvc-compra>section h3{
  margin-top:26px;
  color:#2b2b29;
  font-size:1.23rem;
  line-height:1.3;
}
.te-jvc-pilar>section:nth-of-type(even):not(#controles),
.te-jvc-compra>section:nth-of-type(even):not(#controles){
  margin-left:-18px;
  margin-right:-18px;
  padding-left:30px;
  padding-right:30px;
  background:#fafaf8;
  border-radius:22px;
}

/* Listas como diagnóstico editorial */
.te-jvc-pilar>section ul,.te-jvc-compra>section ul,
.te-jvc-pilar>section ol,.te-jvc-compra>section ol{
  max-width:850px;
  padding-left:1.25rem;
}
.te-jvc-pilar>section li,.te-jvc-compra>section li{margin:.68rem 0}

/* Tablas premium */
.te-jvc-pilar table,.te-jvc-compra table{
  width:100%!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  overflow:hidden;
  border:1px solid var(--jvc-line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.035);
}
.te-jvc-pilar th,.te-jvc-compra th{
  padding:14px 15px!important;
  border:0!important;
  border-bottom:1px solid #373734!important;
  background:#252522!important;
  color:#fff!important;
  font-size:.76rem!important;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.te-jvc-pilar td,.te-jvc-compra td{
  padding:14px 15px!important;
  border:0!important;
  border-bottom:1px solid #e8e7e2!important;
  background:#fff!important;
  vertical-align:top;
}
.te-jvc-pilar tr:last-child td,.te-jvc-compra tr:last-child td{border-bottom:0!important}
.te-jvc-pilar tbody tr:hover td,.te-jvc-compra tbody tr:hover td{background:#fafaf7!important}

/* Controles remotos — solución comercial integrada */
.te-jvc-pilar #controles,.te-jvc-compra #controles{
  margin:38px 0!important;
  padding:clamp(26px,5vw,46px)!important;
  border:1px solid #cfded3!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 92% 10%,rgba(78,126,91,.10),transparent 27%),
    linear-gradient(145deg,#f4faf5,#edf6ef)!important;
  box-shadow:0 18px 42px rgba(46,82,57,.08);
}
.te-jvc-pilar #controles h2,.te-jvc-compra #controles h2{
  max-width:700px;
  font-size:clamp(1.65rem,3vw,2.3rem)!important;
}
.te-jvc-pilar #controles h2:after,.te-jvc-compra #controles h2:after{background:#3c6948}
.te-jvc-pilar #controles>p:first-child,.te-jvc-compra #controles>p:first-child{
  display:inline-flex;
  width:auto;
  padding:6px 10px;
  border:1px solid #bdd2c2;
  border-radius:999px;
  background:rgba(255,255,255,.55);
}
.te-jvc-pilar #controles a[href*="controles-remoto-tv"],
.te-jvc-compra #controles a[href*="controles-remoto-tv"]{
  display:inline-flex!important;
  align-items:center;
  min-height:48px;
  padding:0 19px!important;
  border-radius:12px!important;
  background:#315c3d!important;
  color:#fff!important;
  font-weight:850!important;
  text-decoration:none!important;
  box-shadow:0 10px 24px rgba(49,92,61,.18);
}
.te-jvc-pilar #controles a[href*="wa.me"],
.te-jvc-compra #controles a[href*="wa.me"]{font-weight:800}

/* FAQ */
.te-jvc-pilar #faq details,.te-jvc-compra #faq details{
  max-width:900px;
  margin:10px 0;
  padding:0 18px;
  border:1px solid var(--jvc-line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 5px 18px rgba(0,0,0,.025);
}
.te-jvc-pilar #faq summary,.te-jvc-compra #faq summary{
  cursor:pointer;
  padding:16px 0;
  color:#282825;
  font-weight:800;
}
.te-jvc-pilar #faq details p,.te-jvc-compra #faq details p{
  margin-top:0;
  padding-bottom:14px;
  color:#555451;
}

/* Cierre premium */
.te-jvc-pilar>section:nth-last-of-type(2),
.te-jvc-compra>section:nth-last-of-type(2){
  margin:34px 0 0!important;
  padding:clamp(28px,5vw,46px)!important;
  border:0!important;
  border-radius:24px!important;
  background:linear-gradient(145deg,#1f1f1d,#30302d)!important;
  color:#fff!important;
}
.te-jvc-pilar>section:nth-last-of-type(2) h2,
.te-jvc-compra>section:nth-last-of-type(2) h2{color:#fff!important}
.te-jvc-pilar>section:nth-last-of-type(2) h2:after,
.te-jvc-compra>section:nth-last-of-type(2) h2:after{background:#aaa9a4}
.te-jvc-pilar>section:last-of-type,.te-jvc-compra>section:last-of-type{
  border:0;
  padding-top:28px;
  color:#66645f;
  font-size:.9rem;
}
.te-jvc-pilar>section:last-of-type h2,.te-jvc-compra>section:last-of-type h2{
  font-family:inherit!important;
  font-size:1rem!important;
  letter-spacing:0!important;
}
.te-jvc-pilar>section:last-of-type h2:after,.te-jvc-compra>section:last-of-type h2:after{display:none}

/* Jetpack: compartir sobrio, eliminar likes/suscripción invasiva en estas dos piezas */
body.postid-11767 .sd-like,
body.postid-12244 .sd-like,
body.postid-11767 .jetpack-likes-widget-wrapper,
body.postid-12244 .jetpack-likes-widget-wrapper,
body.postid-11767 iframe.post-likes-widget,
body.postid-12244 iframe.post-likes-widget,
body.postid-11767 .wpcom-likes,
body.postid-12244 .wpcom-likes,
body.postid-11767 .wp-block-jetpack-subscriptions,
body.postid-12244 .wp-block-jetpack-subscriptions,
body.postid-11767 .wpcom-subscription,
body.postid-12244 .wpcom-subscription{
  display:none!important;
}
body.postid-11767 .sd-sharing-enabled,
body.postid-12244 .sd-sharing-enabled{
  max-width:1080px!important;
  margin:24px auto 0!important;
  padding:20px 18px!important;
  border-top:1px solid #deddd8!important;
}

@media(max-width:760px){
  body.postid-11767 .entry-content,body.postid-12244 .entry-content{width:100%!important}
  .te-jvc-pilar,.te-jvc-compra{padding-left:13px;padding-right:13px;font-size:1rem}
  .te-jvc-pilar>header,.te-jvc-compra>header{border-radius:20px!important;padding:30px 21px!important}
  .te-jvc-pilar>header h1,.te-jvc-compra>header h1{font-size:clamp(2rem,10vw,3.15rem)!important}
  .te-jvc-pilar>section:nth-of-type(even):not(#controles),.te-jvc-compra>section:nth-of-type(even):not(#controles){margin-left:-5px;margin-right:-5px;padding-left:18px;padding-right:18px;border-radius:16px}
  .te-jvc-pilar #controles,.te-jvc-compra #controles{padding:24px 19px!important;border-radius:19px!important}
  .te-jvc-pilar table,.te-jvc-compra table{font-size:.9rem}
  .te-jvc-pilar th,.te-jvc-compra th,.te-jvc-pilar td,.te-jvc-compra td{padding:11px!important}
}
@media(prefers-reduced-motion:reduce){.te-jvc-pilar *,.te-jvc-compra *{scroll-behavior:auto!important;transition:none!important}}


/* --- WPWriter addition --- */

/* =====================================================
   SEGURIDAD SMART TV 2026 — post 9440
   Encapsulado totalmente en .te-sec26
   ===================================================== */
body.postid-9440 .entry-content{max-width:1120px!important;padding-left:18px!important;padding-right:18px!important}
.te-sec26{--ink:#1f1f1d;--muted:#6b7280;--line:#deded9;--soft:#f7f7f4;--dark:#111827;--blue:#eff6ff;--amber:#fffbeb;--red:#fff1f2;--green:#ecfdf5;max-width:1080px;margin:0 auto;padding:0 0 64px;color:var(--ink);line-height:1.72;font-family:var(--wp--preset--font-family--system-font,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif)}
.te-sec26 *{box-sizing:border-box}.te-sec26 a{text-underline-offset:3px}.te-sec26__hero{position:relative;overflow:hidden;margin:18px 0 22px;padding:clamp(30px,5vw,62px);border-radius:28px;background:radial-gradient(circle at 88% 10%,rgba(207,46,46,.14),transparent 28%),linear-gradient(145deg,#111827,#1f2937);color:#fff;box-shadow:0 22px 54px rgba(0,0,0,.13)}
.te-sec26__eyebrow{margin:0;font-size:.76rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase;opacity:.8}.te-sec26__h1{max-width:920px;margin:14px 0 18px;color:#fff!important;font-family:var(--wp--preset--font-family--piazzolla,Georgia,serif);font-size:clamp(2.15rem,4.7vw,4rem);line-height:1.02;letter-spacing:-.045em;font-weight:700}.te-sec26__lead{max-width:900px;margin:0;color:#e5e7eb;font-size:clamp(1.12rem,2.3vw,1.52rem);line-height:1.48}.te-sec26__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.te-sec26__meta span{padding:7px 11px;border:1px solid rgba(255,255,255,.16);border-radius:999px;font-size:.88rem;color:#e5e7eb}.te-sec26__trust{margin-top:22px;padding:15px 17px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:rgba(255,255,255,.07);color:#f3f4f6}
.te-sec26__nav{display:flex;gap:8px;overflow-x:auto;padding:4px 2px 18px;margin-bottom:2px;scrollbar-width:thin}.te-sec26__nav a{white-space:nowrap;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#1f1f1d!important;text-decoration:none!important;font-size:.88rem;font-weight:750;box-shadow:0 3px 12px rgba(0,0,0,.03)}
.te-sec26__section{padding:36px 0;border-bottom:1px solid var(--line)}.te-sec26__section>p,.te-sec26__section>ul,.te-sec26__section>ol,.te-sec26__section>details{max-width:760px}.te-sec26__section h2{max-width:900px;margin:0 0 16px;color:#1f1f1d!important;font-family:var(--wp--preset--font-family--piazzolla,Georgia,serif);font-size:clamp(1.65rem,3.3vw,2.5rem);line-height:1.13;letter-spacing:-.03em}.te-sec26__section h3{margin:27px 0 8px;font-size:1.2rem;line-height:1.3}.te-sec26__answer{max-width:880px;margin:18px 0 26px;padding:19px 21px;border-left:5px solid #1f1f1d;border-radius:0 17px 17px 0;background:var(--soft)}
.te-sec26__grid{display:grid;gap:14px;margin:20px 0}.te-sec26__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.te-sec26__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.te-sec26__card,.te-sec26__risk{padding:19px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 9px 28px rgba(0,0,0,.035)}.te-sec26__card h3{margin:9px 0 6px}.te-sec26__card p,.te-sec26__risk p{margin-bottom:0;color:#4b5563}.te-sec26__tag{display:inline-block;padding:5px 9px;border-radius:999px;font-size:.7rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.te-sec26__tag--low{background:#dcfce7;color:#166534}.te-sec26__tag--mid{background:#fef3c7;color:#92400e}.te-sec26__tag--high{background:#fee2e2;color:#991b1b}
.te-sec26__callout{max-width:880px;margin:19px 0;padding:16px 18px;border:1px solid #bfdbfe;border-radius:15px;background:var(--blue)}.te-sec26__callout--warning{border-color:#fde68a;background:var(--amber)}.te-sec26__callout--danger{border-color:#fecdd3;background:var(--red)}.te-sec26__myth{display:grid;grid-template-columns:120px 1fr;gap:16px;align-items:start;max-width:880px;margin:20px 0;padding:16px 18px;border:1px solid #e5e7eb;border-radius:16px;background:#fff}.te-sec26__myth strong{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.te-sec26__myth span{color:#4b5563}.te-sec26__platform{display:flex;gap:14px;align-items:flex-start;max-width:880px;margin:18px 0;padding:17px 18px;border:1px solid var(--line);border-radius:16px;background:var(--soft)}.te-sec26__platform strong{min-width:130px}.te-sec26__permissions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin:18px 0}.te-sec26__permissions>div{padding:17px;border:1px solid var(--line);border-radius:16px;background:#fff}.te-sec26__permissions strong{display:block;margin-bottom:5px}.te-sec26__permissions span{color:#4b5563;font-size:.94rem}.te-sec26__checklist li,.te-sec26__steps li{margin:10px 0;padding-left:3px}
.te-sec26 details{padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:#fff;margin:9px 0;box-shadow:0 4px 16px rgba(0,0,0,.025)}.te-sec26 summary{cursor:pointer;font-weight:800}.te-sec26 details p{margin:12px 0 2px;color:#4b5563}.te-sec26__service{max-width:none!important;margin:36px 0 0;padding:28px;border:0;border-radius:24px;background:linear-gradient(145deg,#111827,#1f2937);color:#fff!important}.te-sec26__service h2{color:#fff!important}.te-sec26__service p{max-width:820px;color:#e5e7eb}.te-sec26__service .te-sec26__eyebrow{color:#fff}.te-sec26__cta{display:inline-block;margin:8px 7px 0 0;padding:12px 17px;border-radius:999px;background:#fff;color:#111827!important;text-decoration:none!important;font-weight:850}.te-sec26__cta--ghost{background:transparent;color:#fff!important;border:1px solid rgba(255,255,255,.32)}.te-sec26__sources{font-size:.95rem}.te-sec26__small{max-width:880px!important;padding:13px 15px;border-radius:13px;background:var(--soft);color:var(--muted)}.te-sec26__author{margin-top:28px;padding:26px;border:0;border-radius:20px;background:#f7f7f4}.te-sec26__author p{max-width:820px}
body.postid-9440 .sd-like,body.postid-9440 .jp-relatedposts,body.postid-9440 .wp-block-jetpack-subscriptions,body.postid-9440 .wpcom-subscription,body.postid-9440 .wp-block-jetpack-subscriptions__container{display:none!important}
@media(max-width:900px){.te-sec26__grid--3,.te-sec26__permissions{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){body.postid-9440 .entry-content{padding-left:12px!important;padding-right:12px!important}.te-sec26__hero{padding:26px 20px;border-radius:21px}.te-sec26__grid--3,.te-sec26__grid--2,.te-sec26__permissions{grid-template-columns:1fr}.te-sec26__myth{grid-template-columns:1fr;gap:7px}.te-sec26__platform{display:block}.te-sec26__platform strong{display:block;margin-bottom:6px}.te-sec26__section{padding:29px 0}.te-sec26__service{padding:23px}.te-sec26__cta{display:block;width:100%;text-align:center;margin-right:0}}


/* --- WPWriter addition --- */

/* =====================================================
   SMART TV LENTO 2026 — guía práctica premium
   Encapsulado en .te-speed26 / post 9945
   ===================================================== */
body.postid-9945 .entry-content{max-width:1120px!important;width:min(1120px,calc(100% - 28px))!important;padding:0!important}
.te-speed26{--ink:#1d1d1b;--muted:#676660;--line:#deddd8;--soft:#f7f7f4;--dark:#20201e;--green:#edf7f0;--blue:#eef4f8;--amber:#fff8e8;--red:#fff1f1;max-width:1080px;margin:0 auto;padding:8px 18px 72px;color:var(--ink);font-family:var(--wp--preset--font-family--system-font,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif);font-size:1.02rem;line-height:1.76}.te-speed26 *{box-sizing:border-box}.te-speed26 a{color:#30513b;text-underline-offset:3px}.te-speed26__hero{position:relative;overflow:hidden;padding:clamp(34px,6vw,68px);margin:14px 0 24px;border-radius:28px;background:radial-gradient(circle at 90% 10%,rgba(255,255,255,.09),transparent 26%),linear-gradient(145deg,#1f1f1d,#30302d);color:#fff;box-shadow:0 24px 55px rgba(31,31,29,.16)}.te-speed26__hero:after{content:"";position:absolute;right:-72px;bottom:-96px;width:245px;height:245px;border:1px solid rgba(255,255,255,.12);border-radius:50%}.te-speed26__eyebrow{margin:0 0 10px;font-size:.75rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase;opacity:.78}.te-speed26__h1{max-width:900px;margin:10px 0 18px!important;color:#fff!important;font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif)!important;font-size:clamp(2.2rem,5vw,4.3rem)!important;line-height:1.01!important;letter-spacing:-.047em!important;font-weight:720!important}.te-speed26__lead{max-width:840px;margin:0 0 22px;font-size:clamp(1.08rem,2vw,1.28rem);line-height:1.62;color:#efefeb}.te-speed26__meta{display:flex;gap:8px;flex-wrap:wrap}.te-speed26__meta span{padding:6px 10px;border:1px solid rgba(255,255,255,.17);border-radius:999px;font-size:.88rem;color:#d8d8d2}.te-speed26__trust{max-width:900px;margin-top:22px;padding:14px 16px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.06)}.te-speed26__figure{margin:0 0 20px}.te-speed26__figure img{width:100%;border-radius:22px;box-shadow:0 16px 38px rgba(0,0,0,.09)}.te-speed26__figure figcaption{margin-top:8px;color:var(--muted);font-size:.86rem}.te-speed26__nav{display:flex;gap:8px;overflow-x:auto;padding:5px 0 18px;scrollbar-width:thin}.te-speed26__nav a{flex:0 0 auto;white-space:nowrap;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#3b3a36;text-decoration:none!important;font-size:.86rem;font-weight:760;box-shadow:0 2px 9px rgba(0,0,0,.025)}.te-speed26__section{position:relative;padding:clamp(30px,5vw,52px) clamp(0px,2vw,12px);border-bottom:1px solid var(--line)}.te-speed26__section h2{max-width:840px;margin:0 0 18px!important;color:var(--dark)!important;font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif)!important;font-size:clamp(1.65rem,3.1vw,2.45rem)!important;line-height:1.12!important;letter-spacing:-.026em!important}.te-speed26__section h2:after{content:"";display:block;width:46px;height:2px;margin-top:13px;background:#7a7872}.te-speed26__section h3{margin:25px 0 8px;font-size:1.2rem;line-height:1.32;color:#2d2c29}.te-speed26__answer{max-width:920px;padding:20px 22px;border:1px solid var(--line);border-left:4px solid #555451;border-radius:16px;background:var(--soft)}.te-speed26__grid{display:grid;gap:14px;margin:20px 0}.te-speed26__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.te-speed26__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.te-speed26__card{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.035)}.te-speed26__card h3{margin:7px 0 6px}.te-speed26__tag{display:inline-block;padding:5px 9px;border-radius:999px;font-size:.7rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.te-speed26__tag--green{background:#dff2e5;color:#285939}.te-speed26__tag--blue{background:#e4edf5;color:#35536c}.te-speed26__tag--red{background:#fae2e2;color:#7d3030}.te-speed26__diagnostic,.te-speed26__permissions,.te-speed26__habits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.te-speed26__diagnostic>div,.te-speed26__habits>div{padding:16px 17px;border:1px solid var(--line);border-radius:16px;background:#fff}.te-speed26__diagnostic span,.te-speed26__habits span{display:block;margin-top:5px;color:var(--muted);font-size:.92rem}.te-speed26__stepnum{display:inline-grid;place-items:center;width:42px;height:42px;margin:0 0 13px!important;border:1px solid var(--line);border-radius:50%;background:var(--soft);font-weight:900;color:#4e4d49}.te-speed26__platform-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin:18px 0}.te-speed26__platform-grid>div{padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.te-speed26__platform-grid h3{margin:0 0 6px}.te-speed26__callout{margin:19px 0;padding:16px 18px;border:1px solid #cbd6df;border-radius:15px;background:var(--blue)}.te-speed26__callout--warning{background:var(--amber);border-color:#ead9a8}.te-speed26__callout--danger{background:var(--red);border-color:#ebc7c7}.te-speed26__myth{display:grid;grid-template-columns:75px 1fr;gap:14px;align-items:start;margin:18px 0;padding:15px 16px;border:1px solid #e8d6c1;border-radius:15px;background:#fff9ef}.te-speed26__myth strong{font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.te-speed26__myth span{color:#4d4b46}.te-speed26__decision{display:grid;gap:9px;margin:18px 0;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--soft)}.te-speed26__decision span{display:block;padding-left:14px;border-left:3px solid #9a9994}.te-speed26__table-wrap{overflow-x:auto;margin:20px 0;border:1px solid var(--line);border-radius:16px}.te-speed26__table{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;background:#fff}.te-speed26__table th{padding:14px 15px;background:#252522;color:#fff;text-align:left;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}.te-speed26__table td{padding:14px 15px;border-bottom:1px solid #e9e8e3;vertical-align:top}.te-speed26__table tr:last-child td{border-bottom:0}.te-speed26__checklist{max-width:820px;padding-left:1.2rem}.te-speed26__checklist li{margin:.68rem 0}.te-speed26__service{margin:36px 0!important;padding:clamp(28px,5vw,46px)!important;border:0!important;border-radius:24px;background:linear-gradient(145deg,#1f1f1d,#30302d);color:#fff}.te-speed26__service h2{color:#fff!important}.te-speed26__service h2:after{background:#aaa9a4}.te-speed26__service .te-speed26__eyebrow{color:#d7d7d1}.te-speed26__cta{display:inline-flex;align-items:center;min-height:48px;margin:6px 6px 0 0;padding:0 18px;border-radius:12px;background:#fff;color:#232320!important;text-decoration:none!important;font-weight:850}.te-speed26__cta--ghost{background:transparent;color:#fff!important;border:1px solid rgba(255,255,255,.28)}.te-speed26 details{max-width:900px;margin:9px 0;padding:0 18px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.025)}.te-speed26 summary{cursor:pointer;padding:16px 0;font-weight:800}.te-speed26 details p{margin-top:0;padding-bottom:14px;color:#555451}.te-speed26__linkcard{display:block;padding:16px;border:1px solid var(--line);border-radius:15px;background:#fff;text-decoration:none!important}.te-speed26__linkcard span{display:block;margin-top:4px;color:var(--muted);font-size:.9rem}.te-speed26__sources{font-size:.94rem}.te-speed26__author{margin-top:28px;padding:26px;border:0;border-radius:20px;background:var(--soft)}body.postid-9945 .sd-like,body.postid-9945 .wp-block-jetpack-subscriptions,body.postid-9945 .wpcom-subscription{display:none!important}@media(max-width:900px){.te-speed26__grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){body.postid-9945 .entry-content{width:min(100% - 18px,1120px)!important}.te-speed26{padding-left:8px;padding-right:8px}.te-speed26__hero{padding:28px 20px;border-radius:22px}.te-speed26__grid--3,.te-speed26__grid--2,.te-speed26__diagnostic,.te-speed26__platform-grid,.te-speed26__habits{grid-template-columns:1fr}.te-speed26__section{padding:28px 2px}.te-speed26__myth{grid-template-columns:1fr}.te-speed26__service{padding:24px!important}.te-speed26__cta{width:100%;justify-content:center;margin-right:0}.te-speed26__figure img{border-radius:16px}}


/* --- WPWriter addition --- */

/* =====================================================
   TELSTAR 2026 — PILAR DE MARCA / CONTROLES
   Encapsulado totalmente en .te-telstar26
   ===================================================== */
body.postid-7158 .entry-content{max-width:1120px!important;width:min(1120px,calc(100% - 28px))!important;padding:0!important}
.te-telstar26{--ink:#1f1f1d;--muted:#676661;--line:#deddd8;--soft:#f7f7f4;--paper:#fff;--dark:#1f1f1d;--green:#edf7f0;--amber:#fff8e7;max-width:1080px;margin:0 auto;padding:8px 18px 72px;color:var(--ink);font-family:var(--wp--preset--font-family--system-font,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif);font-size:1.02rem;line-height:1.76}.te-telstar26 *{box-sizing:border-box}.te-telstar26 p{max-width:76ch}.te-telstar26 a{color:#355442;text-underline-offset:3px}.te-telstar26__hero{position:relative;overflow:hidden;padding:clamp(34px,6vw,70px);margin:14px 0 26px;border-radius:28px;background:radial-gradient(circle at 86% 13%,rgba(255,255,255,.09),transparent 27%),linear-gradient(145deg,#1f1f1d,#31312e);color:#fff;box-shadow:0 24px 55px rgba(31,31,29,.16)}.te-telstar26__hero:after{content:"";position:absolute;right:-76px;bottom:-98px;width:245px;height:245px;border:1px solid rgba(255,255,255,.12);border-radius:50%}.te-telstar26__eyebrow{font-size:.76rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase;opacity:.82}.te-telstar26__h1{max-width:900px;margin:12px 0 20px;color:#fff!important;font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif)!important;font-size:clamp(2.15rem,5vw,4.2rem);line-height:1.02;letter-spacing:-.045em;font-weight:720}.te-telstar26__lead{max-width:820px;font-size:clamp(1.08rem,2vw,1.3rem);line-height:1.62;color:#eeeeea}.te-telstar26__meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.te-telstar26__meta span{padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:999px;font-size:.88rem;color:#e4e4df}.te-telstar26__trust{margin-top:20px;padding:14px 16px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.07)}.te-telstar26__figure{margin:16px 0 10px}.te-telstar26__figure img{width:100%;height:auto;border-radius:22px;box-shadow:0 16px 38px rgba(0,0,0,.08)}.te-telstar26__figure figcaption{margin-top:8px;color:var(--muted);font-size:.88rem}.te-telstar26__nav{display:flex;gap:8px;overflow-x:auto;padding:5px 0 17px;margin-bottom:12px;scrollbar-width:thin}.te-telstar26__nav a{flex:0 0 auto;white-space:nowrap;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#383834!important;font-size:.86rem;font-weight:750;text-decoration:none!important;box-shadow:0 2px 9px rgba(0,0,0,.025)}.te-telstar26__section{padding:clamp(30px,5vw,52px) 0;border-bottom:1px solid var(--line)}.te-telstar26__section h2{max-width:830px;margin:0 0 18px;color:var(--dark)!important;font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif)!important;font-size:clamp(1.65rem,3.1vw,2.45rem)!important;line-height:1.12!important;letter-spacing:-.025em}.te-telstar26__section h2:after{content:"";display:block;width:46px;height:2px;margin-top:13px;background:#787670}.te-telstar26__section h3{margin-top:24px;font-size:1.2rem;line-height:1.3;color:#2b2b29}.te-telstar26__answer{max-width:930px;padding:20px 22px;border:1px solid var(--line);border-left:4px solid #555451;border-radius:0 16px 16px 0;background:var(--soft)}.te-telstar26__grid{display:grid;gap:14px;margin:22px 0}.te-telstar26__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.te-telstar26__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.te-telstar26__card{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.035)}.te-telstar26__card h3{margin:8px 0}.te-telstar26__tag{display:inline-block;padding:5px 9px;border-radius:999px;background:#efefeb;color:#3f3f3b;font-size:.72rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.te-telstar26__callout{margin:20px 0;padding:17px 19px;border:1px solid #d8e0db;border-radius:15px;background:#f3f8f4}.te-telstar26__callout--warning{background:var(--amber);border-color:#ebddb1}.te-telstar26__myth{display:grid;grid-template-columns:180px 1fr;gap:16px;align-items:center;margin:20px 0;padding:16px 18px;border:1px solid var(--line);border-radius:15px;background:var(--soft)}.te-telstar26__myth strong{font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif);font-size:1.08rem}.te-telstar26__table-wrap{overflow-x:auto;margin:20px 0;border:1px solid var(--line);border-radius:16px}.te-telstar26__table{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;background:#fff}.te-telstar26__table th,.te-telstar26__table td{padding:13px 14px;text-align:left;vertical-align:top;border-bottom:1px solid #e8e7e2}.te-telstar26__table th{background:#252522;color:#fff;font-size:.76rem;letter-spacing:.055em;text-transform:uppercase}.te-telstar26__table tr:last-child td{border-bottom:0}.te-telstar26__checklist{max-width:850px;padding-left:1.3rem}.te-telstar26__checklist li{margin:.68rem 0}.te-telstar26__controls{margin:38px 0!important;padding:clamp(26px,5vw,46px)!important;border:1px solid #cfded3!important;border-radius:24px!important;background:radial-gradient(circle at 92% 10%,rgba(78,126,91,.10),transparent 27%),linear-gradient(145deg,#f4faf5,#edf6ef)!important;box-shadow:0 18px 42px rgba(46,82,57,.08)}.te-telstar26__controls h2:after{background:#3c6948}.te-telstar26__control-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:20px 0}.te-telstar26__control-grid>div{padding:16px;border:1px solid #cbd9cf;border-radius:15px;background:rgba(255,255,255,.7)}.te-telstar26__control-grid span{display:block;margin-top:5px;color:#59655c;font-size:.9rem}.te-telstar26__cta{display:inline-flex;align-items:center;min-height:48px;padding:0 18px;margin:7px 7px 0 0;border-radius:12px;background:#315c3d;color:#fff!important;font-weight:850;text-decoration:none!important;box-shadow:0 10px 24px rgba(49,92,61,.18)}.te-telstar26__cta--ghost{background:transparent;color:#315c3d!important;border:1px solid #a9c0af;box-shadow:none}.te-telstar26 details{max-width:920px;margin:10px 0;padding:0 18px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.025)}.te-telstar26 summary{cursor:pointer;padding:16px 0;font-weight:800;color:#282825}.te-telstar26 details p{margin-top:0;padding-bottom:14px;color:#555451}.te-telstar26__service{margin:34px 0!important;padding:clamp(28px,5vw,46px)!important;border:0!important;border-radius:24px!important;background:linear-gradient(145deg,#1f1f1d,#30302d)!important;color:#fff!important}.te-telstar26__service h2{color:#fff!important}.te-telstar26__service h2:after{background:#aaa9a4}.te-telstar26__service .te-telstar26__cta{background:#fff;color:#1f1f1d!important}.te-telstar26__service .te-telstar26__cta--ghost{background:transparent;color:#fff!important;border-color:rgba(255,255,255,.35)}.te-telstar26__sources{font-size:.94rem;color:#555451}.te-telstar26__small{font-size:.9rem;color:var(--muted)}.te-telstar26__author{margin-top:28px;padding:26px;border-radius:20px;background:var(--soft);border-bottom:0}.te-telstar26__author h2:after{background:#787670}body.postid-7158 .sd-like,body.postid-7158 .jp-relatedposts,body.postid-7158 .wp-block-jetpack-subscriptions,body.postid-7158 .wpcom-subscription{display:none!important}@media(max-width:900px){.te-telstar26__grid--3,.te-telstar26__control-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.te-telstar26__myth{grid-template-columns:1fr}}@media(max-width:620px){.te-telstar26{padding-left:14px;padding-right:14px}.te-telstar26__hero{padding:26px 20px;border-radius:20px}.te-telstar26__grid--3,.te-telstar26__grid--2,.te-telstar26__control-grid{grid-template-columns:1fr}.te-telstar26__section{padding:27px 0}.te-telstar26__controls,.te-telstar26__service{padding:22px!important}.te-telstar26__cta{width:100%;justify-content:center;margin-right:0}}


/* --- WPWriter addition --- */


/* =====================================================
   RCA MARCA 2026 — PILAR DE MARCA / CONTROLES
   Encapsulado totalmente en .te-rcabrand26 / post 5747
   ===================================================== */
body.postid-5747 .entry-content{max-width:1120px!important;width:min(1120px,calc(100% - 28px))!important;padding:0!important}
.te-rcabrand26{--ink:#1f1f1d;--muted:#676661;--line:#deddd8;--soft:#f7f7f4;--dark:#1f1f1d;--green:#edf7f0;max-width:1080px;margin:0 auto;padding:8px 18px 72px;color:var(--ink);font-family:var(--wp--preset--font-family--system-font,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif);font-size:1.02rem;line-height:1.76}.te-rcabrand26 *{box-sizing:border-box}.te-rcabrand26 p{max-width:76ch}.te-rcabrand26 a{color:#355442;text-underline-offset:3px}.te-rcabrand26__hero{position:relative;overflow:hidden;padding:clamp(34px,6vw,70px);margin:14px 0 26px;border-radius:28px;background:radial-gradient(circle at 86% 13%,rgba(255,255,255,.09),transparent 27%),linear-gradient(145deg,#1f1f1d,#31312e);color:#fff;box-shadow:0 24px 55px rgba(31,31,29,.16)}.te-rcabrand26__hero:after{content:"";position:absolute;right:-76px;bottom:-98px;width:245px;height:245px;border:1px solid rgba(255,255,255,.12);border-radius:50%}.te-rcabrand26__eyebrow{font-size:.76rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase;opacity:.82}.te-rcabrand26__h1{max-width:900px;margin:12px 0 20px;color:#fff!important;font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif)!important;font-size:clamp(2.15rem,5vw,4.2rem);line-height:1.02;letter-spacing:-.045em;font-weight:720}.te-rcabrand26__lead{max-width:820px;font-size:clamp(1.08rem,2vw,1.3rem);line-height:1.62;color:#eeeeea}.te-rcabrand26__meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.te-rcabrand26__meta span{padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:999px;font-size:.88rem;color:#e4e4df}.te-rcabrand26__trust{margin-top:20px;padding:14px 16px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.07)}.te-rcabrand26__figure{margin:16px 0 10px}.te-rcabrand26__figure img{width:100%;height:auto;border-radius:22px;box-shadow:0 16px 38px rgba(0,0,0,.08)}.te-rcabrand26__figure figcaption{margin-top:8px;color:var(--muted);font-size:.88rem}.te-rcabrand26__nav{display:flex;gap:8px;overflow-x:auto;padding:5px 0 17px;margin-bottom:12px;scrollbar-width:thin}.te-rcabrand26__nav a{flex:0 0 auto;white-space:nowrap;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#383834!important;font-size:.86rem;font-weight:750;text-decoration:none!important;box-shadow:0 2px 9px rgba(0,0,0,.025)}.te-rcabrand26__section{padding:clamp(30px,5vw,52px) 0;border-bottom:1px solid var(--line)}.te-rcabrand26__section h2{max-width:830px;margin:0 0 18px;color:var(--dark)!important;font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif)!important;font-size:clamp(1.65rem,3.1vw,2.45rem)!important;line-height:1.12!important;letter-spacing:-.025em}.te-rcabrand26__section h2:after{content:"";display:block;width:46px;height:2px;margin-top:13px;background:#787670}.te-rcabrand26__section h3{margin-top:24px;font-size:1.2rem;line-height:1.3;color:#2b2b29}.te-rcabrand26__answer{max-width:930px;padding:20px 22px;border:1px solid var(--line);border-left:4px solid #555451;border-radius:0 16px 16px 0;background:var(--soft)}.te-rcabrand26__grid{display:grid;gap:14px;margin:22px 0}.te-rcabrand26__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.te-rcabrand26__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.te-rcabrand26__card{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.035)}.te-rcabrand26__card h3{margin:8px 0}.te-rcabrand26__tag{display:inline-block;padding:5px 9px;border-radius:999px;background:#efefeb;color:#3f3f3b;font-size:.72rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.te-rcabrand26__callout{margin:20px 0;padding:17px 19px;border:1px solid #d8e0db;border-radius:15px;background:#f3f8f4}.te-rcabrand26__table-wrap{overflow-x:auto;margin:20px 0;border:1px solid var(--line);border-radius:16px}.te-rcabrand26__table{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;background:#fff}.te-rcabrand26__table th,.te-rcabrand26__table td{padding:13px 14px;text-align:left;vertical-align:top;border-bottom:1px solid #e8e7e2}.te-rcabrand26__table th{background:#252522;color:#fff;font-size:.76rem;letter-spacing:.055em;text-transform:uppercase}.te-rcabrand26__table tr:last-child td{border-bottom:0}.te-rcabrand26__checklist{max-width:850px;padding-left:1.3rem}.te-rcabrand26__checklist li{margin:.68rem 0}.te-rcabrand26__controls{margin:38px 0!important;padding:clamp(26px,5vw,46px)!important;border:1px solid #cfded3!important;border-radius:24px!important;background:radial-gradient(circle at 92% 10%,rgba(78,126,91,.10),transparent 27%),linear-gradient(145deg,#f4faf5,#edf6ef)!important;box-shadow:0 18px 42px rgba(46,82,57,.08)}.te-rcabrand26__controls h2:after{background:#3c6948}.te-rcabrand26__control-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:20px 0}.te-rcabrand26__control-grid>div{padding:16px;border:1px solid #cbd9cf;border-radius:15px;background:rgba(255,255,255,.7)}.te-rcabrand26__control-grid span{display:block;margin-top:5px;color:#59655c;font-size:.9rem}.te-rcabrand26__cta{display:inline-flex;align-items:center;min-height:48px;padding:0 18px;margin:7px 7px 0 0;border-radius:12px;background:#315c3d;color:#fff!important;font-weight:850;text-decoration:none!important;box-shadow:0 10px 24px rgba(49,92,61,.18)}.te-rcabrand26__cta--ghost{background:transparent;color:#315c3d!important;border:1px solid #a9c0af;box-shadow:none}.te-rcabrand26 details{max-width:920px;margin:10px 0;padding:0 18px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.025)}.te-rcabrand26 summary{cursor:pointer;padding:16px 0;font-weight:800;color:#282825}.te-rcabrand26 details p{margin-top:0;padding-bottom:14px;color:#555451}.te-rcabrand26__service{margin:34px 0!important;padding:clamp(28px,5vw,46px)!important;border:0!important;border-radius:24px!important;background:linear-gradient(145deg,#1f1f1d,#30302d)!important;color:#fff!important}.te-rcabrand26__service h2{color:#fff!important}.te-rcabrand26__service h2:after{background:#aaa9a4}.te-rcabrand26__service .te-rcabrand26__cta{background:#fff;color:#1f1f1d!important}.te-rcabrand26__service .te-rcabrand26__cta--ghost{background:transparent;color:#fff!important;border-color:rgba(255,255,255,.35)}.te-rcabrand26__sources{font-size:.94rem;color:#555451}.te-rcabrand26__small{font-size:.9rem;color:var(--muted)}.te-rcabrand26__author{margin-top:28px;padding:26px;border-radius:20px;background:var(--soft);border-bottom:0}body.postid-5747 .sd-like,body.postid-5747 .jp-relatedposts,body.postid-5747 .wp-block-jetpack-subscriptions,body.postid-5747 .wpcom-subscription{display:none!important}@media(max-width:900px){.te-rcabrand26__grid--3,.te-rcabrand26__control-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.te-rcabrand26{padding-left:14px;padding-right:14px}.te-rcabrand26__hero{padding:26px 20px;border-radius:20px}.te-rcabrand26__grid--3,.te-rcabrand26__grid--2,.te-rcabrand26__control-grid{grid-template-columns:1fr}.te-rcabrand26__section{padding:27px 0}.te-rcabrand26__controls,.te-rcabrand26__service{padding:22px!important}.te-rcabrand26__cta{width:100%;justify-content:center;margin-right:0}}


/* --- WPWriter addition --- */

/* =====================================================
   RCA RC50RK 2026 — FICHA DE MODELO / CONTROL
   Encapsulado totalmente en .te-rc50rk26 / post 6577
   ===================================================== */
body.postid-6577 .entry-content{max-width:1120px!important;width:min(1120px,calc(100% - 28px))!important;padding:0!important}
.te-rc50rk26{--ink:#1f1f1d;--muted:#676661;--line:#deddd8;--soft:#f7f7f4;--dark:#1f1f1d;--green:#edf7f0;--amber:#fff8e7;max-width:1080px;margin:0 auto;padding:8px 18px 72px;color:var(--ink);font-family:var(--wp--preset--font-family--system-font,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif);font-size:1.02rem;line-height:1.76}.te-rc50rk26 *{box-sizing:border-box}.te-rc50rk26 p{max-width:76ch}.te-rc50rk26 a{color:#355442;text-underline-offset:3px}.te-rc50rk26__hero{position:relative;overflow:hidden;padding:clamp(34px,6vw,70px);margin:14px 0 26px;border-radius:28px;background:radial-gradient(circle at 86% 13%,rgba(255,255,255,.09),transparent 27%),linear-gradient(145deg,#1f1f1d,#31312e);color:#fff;box-shadow:0 24px 55px rgba(31,31,29,.16)}.te-rc50rk26__hero:after{content:"";position:absolute;right:-76px;bottom:-98px;width:245px;height:245px;border:1px solid rgba(255,255,255,.12);border-radius:50%}.te-rc50rk26__eyebrow{font-size:.76rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase;opacity:.82}.te-rc50rk26__h1{max-width:900px;margin:12px 0 20px;color:#fff!important;font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif)!important;font-size:clamp(2.15rem,5vw,4.2rem);line-height:1.02;letter-spacing:-.045em;font-weight:720}.te-rc50rk26__lead{max-width:820px;font-size:clamp(1.08rem,2vw,1.3rem);line-height:1.62;color:#eeeeea}.te-rc50rk26__meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.te-rc50rk26__meta span{padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:999px;font-size:.88rem;color:#e4e4df}.te-rc50rk26__trust{margin-top:20px;padding:14px 16px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.07)}.te-rc50rk26__figure{margin:16px 0 10px}.te-rc50rk26__figure img{width:100%;height:auto;border-radius:22px;box-shadow:0 16px 38px rgba(0,0,0,.08)}.te-rc50rk26__figure figcaption{margin-top:8px;color:var(--muted);font-size:.88rem}.te-rc50rk26__nav{display:flex;gap:8px;overflow-x:auto;padding:5px 0 17px;margin-bottom:12px;scrollbar-width:thin}.te-rc50rk26__nav a{flex:0 0 auto;white-space:nowrap;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#383834!important;font-size:.86rem;font-weight:750;text-decoration:none!important;box-shadow:0 2px 9px rgba(0,0,0,.025)}.te-rc50rk26__section{padding:clamp(30px,5vw,52px) 0;border-bottom:1px solid var(--line)}.te-rc50rk26__section h2{max-width:830px;margin:0 0 18px;color:var(--dark)!important;font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif)!important;font-size:clamp(1.65rem,3.1vw,2.45rem)!important;line-height:1.12!important;letter-spacing:-.025em}.te-rc50rk26__section h2:after{content:"";display:block;width:46px;height:2px;margin-top:13px;background:#787670}.te-rc50rk26__section h3{margin-top:24px;font-size:1.2rem;line-height:1.3;color:#2b2b29}.te-rc50rk26__answer{max-width:930px;padding:20px 22px;border:1px solid var(--line);border-left:4px solid #555451;border-radius:0 16px 16px 0;background:var(--soft)}.te-rc50rk26__grid{display:grid;gap:14px;margin:22px 0}.te-rc50rk26__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.te-rc50rk26__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.te-rc50rk26__card{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.035)}.te-rc50rk26__card h3{margin:8px 0}.te-rc50rk26__card--good{background:#f2f8f3}.te-rc50rk26__card--limit{background:#fffaf0}.te-rc50rk26__tag{display:inline-block;padding:5px 9px;border-radius:999px;background:#efefeb;color:#3f3f3b;font-size:.72rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.te-rc50rk26__callout{margin:20px 0;padding:17px 19px;border:1px solid #d8e0db;border-radius:15px;background:#f3f8f4}.te-rc50rk26__table-wrap{overflow-x:auto;margin:20px 0;border:1px solid var(--line);border-radius:16px}.te-rc50rk26__table{width:100%;min-width:640px;border-collapse:separate;border-spacing:0;background:#fff}.te-rc50rk26__table th,.te-rc50rk26__table td{padding:13px 14px;text-align:left;vertical-align:top;border-bottom:1px solid #e8e7e2}.te-rc50rk26__table th{width:32%;background:#252522;color:#fff;font-size:.76rem;letter-spacing:.045em}.te-rc50rk26__table tr:last-child th,.te-rc50rk26__table tr:last-child td{border-bottom:0}.te-rc50rk26__price{display:grid;gap:8px;max-width:880px;margin:20px 0;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--soft)}.te-rc50rk26__price strong{font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif);font-size:1.1rem}.te-rc50rk26__price span{padding-left:14px;border-left:3px solid #99978f}.te-rc50rk26__controls{margin:38px 0!important;padding:clamp(26px,5vw,46px)!important;border:1px solid #cfded3!important;border-radius:24px!important;background:radial-gradient(circle at 92% 10%,rgba(78,126,91,.10),transparent 27%),linear-gradient(145deg,#f4faf5,#edf6ef)!important;box-shadow:0 18px 42px rgba(46,82,57,.08)}.te-rc50rk26__controls h2:after{background:#3c6948}.te-rc50rk26__control-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:20px 0}.te-rc50rk26__control-grid>div{padding:16px;border:1px solid #cbd9cf;border-radius:15px;background:rgba(255,255,255,.7)}.te-rc50rk26__control-grid span{display:block;margin-top:5px;color:#59655c;font-size:.9rem}.te-rc50rk26__cta{display:inline-flex;align-items:center;min-height:48px;padding:0 18px;margin:7px 7px 0 0;border-radius:12px;background:#315c3d;color:#fff!important;font-weight:850;text-decoration:none!important;box-shadow:0 10px 24px rgba(49,92,61,.18)}.te-rc50rk26__cta--ghost{background:transparent;color:#315c3d!important;border:1px solid #a9c0af;box-shadow:none}.te-rc50rk26 details{max-width:920px;margin:10px 0;padding:0 18px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.025)}.te-rc50rk26 summary{cursor:pointer;padding:16px 0;font-weight:800;color:#282825}.te-rc50rk26 details p{margin-top:0;padding-bottom:14px;color:#555451}.te-rc50rk26__service{margin:34px 0!important;padding:clamp(28px,5vw,46px)!important;border:0!important;border-radius:24px!important;background:linear-gradient(145deg,#1f1f1d,#30302d)!important;color:#fff!important}.te-rc50rk26__service h2{color:#fff!important}.te-rc50rk26__service h2:after{background:#aaa9a4}.te-rc50rk26__service .te-rc50rk26__cta{background:#fff;color:#1f1f1d!important}.te-rc50rk26__service .te-rc50rk26__cta--ghost{background:transparent;color:#fff!important;border-color:rgba(255,255,255,.35)}.te-rc50rk26__sources{font-size:.94rem;color:#555451}.te-rc50rk26__small{font-size:.9rem;color:var(--muted)}.te-rc50rk26__author{margin-top:28px;padding:26px;border-radius:20px;background:var(--soft);border-bottom:0}body.postid-6577 .sd-like,body.postid-6577 .jp-relatedposts,body.postid-6577 .wp-block-jetpack-subscriptions,body.postid-6577 .wpcom-subscription{display:none!important}@media(max-width:900px){.te-rc50rk26__grid--3,.te-rc50rk26__control-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.te-rc50rk26{padding-left:14px;padding-right:14px}.te-rc50rk26__hero{padding:26px 20px;border-radius:20px}.te-rc50rk26__grid--3,.te-rc50rk26__grid--2,.te-rc50rk26__control-grid{grid-template-columns:1fr}.te-rc50rk26__section{padding:27px 0}.te-rc50rk26__controls,.te-rc50rk26__service{padding:22px!important}.te-rc50rk26__cta{width:100%;justify-content:center;margin-right:0}.te-rc50rk26__table{min-width:560px}}


/* --- WPWriter addition --- */


/* =====================================================
   WESTINGHOUSE 2026 — PILAR DE MARCA / CONTROLES
   Encapsulado totalmente en .te-west26 / post 5115
   ===================================================== */
body.postid-5115 .entry-content{max-width:1120px!important;width:min(1120px,calc(100% - 28px))!important;padding:0!important}
.te-west26{--ink:#1f1f1d;--muted:#676661;--line:#deddd8;--soft:#f7f7f4;--dark:#1f1f1d;--green:#edf7f0;--amber:#fff8e7;max-width:1080px;margin:0 auto;padding:8px 18px 72px;color:var(--ink);font-family:var(--wp--preset--font-family--system-font,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif);font-size:1.02rem;line-height:1.76}.te-west26 *{box-sizing:border-box}.te-west26 p{max-width:76ch}.te-west26 a{color:#355442;text-underline-offset:3px}.te-west26__hero{position:relative;overflow:hidden;padding:clamp(34px,6vw,70px);margin:14px 0 26px;border-radius:28px;background:radial-gradient(circle at 86% 13%,rgba(255,255,255,.09),transparent 27%),linear-gradient(145deg,#1f1f1d,#31312e);color:#fff;box-shadow:0 24px 55px rgba(31,31,29,.16)}.te-west26__hero:after{content:"";position:absolute;right:-76px;bottom:-98px;width:245px;height:245px;border:1px solid rgba(255,255,255,.12);border-radius:50%}.te-west26__eyebrow{font-size:.76rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase;opacity:.82}.te-west26__h1{max-width:900px;margin:12px 0 20px;color:#fff!important;font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif)!important;font-size:clamp(2.15rem,5vw,4.2rem);line-height:1.02;letter-spacing:-.045em;font-weight:720}.te-west26__lead{max-width:820px;font-size:clamp(1.08rem,2vw,1.3rem);line-height:1.62;color:#eeeeea}.te-west26__meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.te-west26__meta span{padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:999px;font-size:.88rem;color:#e4e4df}.te-west26__trust{margin-top:20px;padding:14px 16px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.07)}.te-west26__nav{display:flex;gap:8px;overflow-x:auto;padding:5px 0 17px;margin-bottom:12px;scrollbar-width:thin}.te-west26__nav a{flex:0 0 auto;white-space:nowrap;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#383834!important;font-size:.86rem;font-weight:750;text-decoration:none!important;box-shadow:0 2px 9px rgba(0,0,0,.025)}.te-west26__section{padding:clamp(30px,5vw,52px) 0;border-bottom:1px solid var(--line)}.te-west26__section h2{max-width:830px;margin:0 0 18px;color:var(--dark)!important;font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif)!important;font-size:clamp(1.65rem,3.1vw,2.45rem)!important;line-height:1.12!important;letter-spacing:-.025em}.te-west26__section h2:after{content:"";display:block;width:46px;height:2px;margin-top:13px;background:#787670}.te-west26__section h3{margin-top:24px;font-size:1.2rem;line-height:1.3;color:#2b2b29}.te-west26__answer{max-width:930px;padding:20px 22px;border:1px solid var(--line);border-left:4px solid #555451;border-radius:0 16px 16px 0;background:var(--soft)}.te-west26__grid{display:grid;gap:14px;margin:22px 0}.te-west26__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.te-west26__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.te-west26__card{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.035)}.te-west26__card h3{margin:8px 0}.te-west26__tag{display:inline-block;padding:5px 9px;border-radius:999px;background:#efefeb;color:#3f3f3b;font-size:.72rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.te-west26__callout{margin:20px 0;padding:17px 19px;border:1px solid #d8e0db;border-radius:15px;background:#f3f8f4}.te-west26__callout--warning{background:var(--amber);border-color:#ebddb1}.te-west26__table-wrap{overflow-x:auto;margin:20px 0;border:1px solid var(--line);border-radius:16px}.te-west26__table{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;background:#fff}.te-west26__table th,.te-west26__table td{padding:13px 14px;text-align:left;vertical-align:top;border-bottom:1px solid #e8e7e2}.te-west26__table th{background:#252522;color:#fff;font-size:.76rem;letter-spacing:.055em;text-transform:uppercase}.te-west26__table tr:last-child td{border-bottom:0}.te-west26__checklist{max-width:850px;padding-left:1.3rem}.te-west26__checklist li{margin:.68rem 0}.te-west26__controls{margin:38px 0!important;padding:clamp(26px,5vw,46px)!important;border:1px solid #cfded3!important;border-radius:24px!important;background:radial-gradient(circle at 92% 10%,rgba(78,126,91,.10),transparent 27%),linear-gradient(145deg,#f4faf5,#edf6ef)!important;box-shadow:0 18px 42px rgba(46,82,57,.08)}.te-west26__controls h2:after{background:#3c6948}.te-west26__control-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:20px 0}.te-west26__control-grid>div{padding:16px;border:1px solid #cbd9cf;border-radius:15px;background:rgba(255,255,255,.7)}.te-west26__control-grid span{display:block;margin-top:5px;color:#59655c;font-size:.9rem}.te-west26__cta{display:inline-flex;align-items:center;min-height:48px;padding:0 18px;margin:7px 7px 0 0;border-radius:12px;background:#315c3d;color:#fff!important;font-weight:850;text-decoration:none!important;box-shadow:0 10px 24px rgba(49,92,61,.18)}.te-west26__cta--ghost{background:transparent;color:#315c3d!important;border:1px solid #a9c0af;box-shadow:none}.te-west26 details{max-width:920px;margin:10px 0;padding:0 18px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.025)}.te-west26 summary{cursor:pointer;padding:16px 0;font-weight:800;color:#282825}.te-west26 details p{margin-top:0;padding-bottom:14px;color:#555451}.te-west26__service{margin:34px 0!important;padding:clamp(28px,5vw,46px)!important;border:0!important;border-radius:24px!important;background:linear-gradient(145deg,#1f1f1d,#30302d)!important;color:#fff!important}.te-west26__service h2{color:#fff!important}.te-west26__service h2:after{background:#aaa9a4}.te-west26__service .te-west26__cta{background:#fff;color:#1f1f1d!important}.te-west26__service .te-west26__cta--ghost{background:transparent;color:#fff!important;border-color:rgba(255,255,255,.35)}.te-west26__sources{font-size:.94rem;color:#555451}.te-west26__small{font-size:.9rem;color:var(--muted)}.te-west26__author{margin-top:28px;padding:26px;border-radius:20px;background:var(--soft);border-bottom:0}body.postid-5115 .sd-like,body.postid-5115 .jp-relatedposts,body.postid-5115 .wp-block-jetpack-subscriptions,body.postid-5115 .wpcom-subscription{display:none!important}@media(max-width:900px){.te-west26__grid--3,.te-west26__control-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.te-west26{padding-left:14px;padding-right:14px}.te-west26__hero{padding:26px 20px;border-radius:20px}.te-west26__grid--3,.te-west26__grid--2,.te-west26__control-grid{grid-template-columns:1fr}.te-west26__section{padding:27px 0}.te-west26__controls,.te-west26__service{padding:22px!important}.te-west26__cta{width:100%;justify-content:center;margin-right:0}}


/* --- WPWriter addition --- */

/* =====================================================
   JVC LT-70KB548 2026 — FICHA DE MODELO / CONTROLES
   Encapsulado totalmente en .te-jvc70548 / post 7779
   ===================================================== */
body.postid-7779 .entry-content{max-width:1120px!important;width:min(1120px,calc(100% - 28px))!important;padding:0!important}
.te-jvc70548{--ink:#1f1f1d;--muted:#676661;--line:#deddd8;--soft:#f7f7f4;--dark:#1f1f1d;--green:#edf7f0;max-width:1080px;margin:0 auto;padding:8px 18px 72px;color:var(--ink);font-family:var(--wp--preset--font-family--system-font,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif);font-size:1.02rem;line-height:1.76}.te-jvc70548 *{box-sizing:border-box}.te-jvc70548 p{max-width:76ch}.te-jvc70548 a{color:#355442;text-underline-offset:3px}.te-jvc70548__hero{position:relative;overflow:hidden;padding:clamp(34px,6vw,70px);margin:14px 0 26px;border-radius:28px;background:radial-gradient(circle at 86% 13%,rgba(255,255,255,.09),transparent 27%),linear-gradient(145deg,#1f1f1d,#31312e);color:#fff;box-shadow:0 24px 55px rgba(31,31,29,.16)}.te-jvc70548__hero:after{content:"";position:absolute;right:-76px;bottom:-98px;width:245px;height:245px;border:1px solid rgba(255,255,255,.12);border-radius:50%}.te-jvc70548__eyebrow{font-size:.76rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase;opacity:.82}.te-jvc70548__h1{max-width:900px;margin:12px 0 20px;color:#fff!important;font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif)!important;font-size:clamp(2.15rem,5vw,4.2rem);line-height:1.02;letter-spacing:-.045em;font-weight:720}.te-jvc70548__lead{max-width:820px;font-size:clamp(1.08rem,2vw,1.3rem);line-height:1.62;color:#eeeeea}.te-jvc70548__meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.te-jvc70548__meta span{padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:999px;font-size:.88rem;color:#e4e4df}.te-jvc70548__trust{margin-top:20px;padding:14px 16px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.07)}.te-jvc70548__figure{margin:18px 0 12px}.te-jvc70548__figure img{width:100%;height:auto;border-radius:22px;box-shadow:0 16px 38px rgba(0,0,0,.08)}.te-jvc70548__figure figcaption{margin-top:8px;color:var(--muted);font-size:.88rem}.te-jvc70548__nav{display:flex;gap:8px;overflow-x:auto;padding:5px 0 17px;margin-bottom:12px;scrollbar-width:thin}.te-jvc70548__nav a{flex:0 0 auto;white-space:nowrap;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#383834!important;font-size:.86rem;font-weight:750;text-decoration:none!important;box-shadow:0 2px 9px rgba(0,0,0,.025)}.te-jvc70548__section{padding:clamp(30px,5vw,52px) 0;border-bottom:1px solid var(--line)}.te-jvc70548__section h2{max-width:830px;margin:0 0 18px;color:var(--dark)!important;font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif)!important;font-size:clamp(1.65rem,3.1vw,2.45rem)!important;line-height:1.12!important;letter-spacing:-.025em}.te-jvc70548__section h2:after{content:"";display:block;width:46px;height:2px;margin-top:13px;background:#787670}.te-jvc70548__section h3{margin-top:24px;font-size:1.2rem;line-height:1.3;color:#2b2b29}.te-jvc70548__answer{max-width:930px;padding:20px 22px;border:1px solid var(--line);border-left:4px solid #555451;border-radius:0 16px 16px 0;background:var(--soft)}.te-jvc70548__grid{display:grid;gap:14px;margin:22px 0}.te-jvc70548__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.te-jvc70548__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.te-jvc70548__card{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.035)}.te-jvc70548__card h3{margin:8px 0}.te-jvc70548__tag{display:inline-block;padding:5px 9px;border-radius:999px;background:#efefeb;color:#3f3f3b;font-size:.72rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.te-jvc70548__callout{margin:20px 0;padding:17px 19px;border:1px solid #d8e0db;border-radius:15px;background:#f3f8f4}.te-jvc70548__callout--soft{background:#f7f7f4;border-color:var(--line)}.te-jvc70548__table-wrap{overflow-x:auto;margin:20px 0;border:1px solid var(--line);border-radius:16px}.te-jvc70548__table{width:100%;min-width:680px;border-collapse:separate;border-spacing:0;background:#fff}.te-jvc70548__table th,.te-jvc70548__table td{padding:13px 14px;text-align:left;vertical-align:top;border-bottom:1px solid #e8e7e2}.te-jvc70548__table th{background:#252522;color:#fff;font-size:.76rem;letter-spacing:.055em;text-transform:uppercase}.te-jvc70548__table tr:last-child td{border-bottom:0}.te-jvc70548__controls{margin:38px 0!important;padding:clamp(26px,5vw,46px)!important;border:1px solid #cfded3!important;border-radius:24px!important;background:radial-gradient(circle at 92% 10%,rgba(78,126,91,.10),transparent 27%),linear-gradient(145deg,#f4faf5,#edf6ef)!important;box-shadow:0 18px 42px rgba(46,82,57,.08)}.te-jvc70548__controls h2:after{background:#3c6948}.te-jvc70548__control-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:20px 0}.te-jvc70548__control-grid>div{padding:16px;border:1px solid #cbd9cf;border-radius:15px;background:rgba(255,255,255,.7)}.te-jvc70548__control-grid span{display:block;margin-top:5px;color:#59655c;font-size:.9rem}.te-jvc70548__cta{display:inline-flex;align-items:center;min-height:48px;padding:0 18px;margin:7px 7px 0 0;border-radius:12px;background:#315c3d;color:#fff!important;font-weight:850;text-decoration:none!important;box-shadow:0 10px 24px rgba(49,92,61,.18)}.te-jvc70548 details{max-width:920px;margin:10px 0;padding:0 18px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.025)}.te-jvc70548 summary{cursor:pointer;padding:16px 0;font-weight:800;color:#282825}.te-jvc70548 details p{margin-top:0;padding-bottom:14px;color:#555451}.te-jvc70548__service{margin:34px 0!important;padding:clamp(28px,5vw,46px)!important;border:0!important;border-radius:24px!important;background:linear-gradient(145deg,#1f1f1d,#30302d)!important;color:#fff!important}.te-jvc70548__service h2{color:#fff!important}.te-jvc70548__service h2:after{background:#aaa9a4}.te-jvc70548__service .te-jvc70548__cta{background:#fff;color:#1f1f1d!important}.te-jvc70548__sources{font-size:.94rem;color:#555451}.te-jvc70548__small{font-size:.9rem;color:var(--muted)}.te-jvc70548__author{margin-top:28px;padding:26px;border-radius:20px;background:var(--soft);border-bottom:0}body.postid-7779 .sd-like,body.postid-7779 .jp-relatedposts,body.postid-7779 .wp-block-jetpack-subscriptions,body.postid-7779 .wpcom-subscription{display:none!important}@media(max-width:900px){.te-jvc70548__grid--3,.te-jvc70548__control-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.te-jvc70548{padding-left:14px;padding-right:14px}.te-jvc70548__hero{padding:26px 20px;border-radius:20px}.te-jvc70548__grid--3,.te-jvc70548__grid--2,.te-jvc70548__control-grid{grid-template-columns:1fr}.te-jvc70548__section{padding:27px 0}.te-jvc70548__controls,.te-jvc70548__service{padding:22px!important}.te-jvc70548__cta{width:100%;justify-content:center;margin-right:0}.te-jvc70548__table{min-width:560px}}


/* --- WPWriter addition --- */

/* =====================================================
   ONE UI TIZEN SAMSUNG 2026 — PILAR + CONTROLES + MANUAL
   Encapsulado totalmente en .te-tizen26 / post 11402
   ===================================================== */
body.postid-11402 .entry-content{max-width:1120px!important;width:min(1120px,calc(100% - 28px))!important;padding:0!important}
.te-tizen26{--ink:#1f1f1d;--muted:#676661;--line:#deddd8;--soft:#f7f7f4;--dark:#1f1f1d;--green:#edf7f0;--blue:#eef4f8;max-width:1080px;margin:0 auto;padding:8px 18px 72px;color:var(--ink);font-family:var(--wp--preset--font-family--system-font,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif);font-size:1.02rem;line-height:1.76}.te-tizen26 *{box-sizing:border-box}.te-tizen26 p{max-width:76ch}.te-tizen26 a{color:#355442;text-underline-offset:3px}.te-tizen26__hero{position:relative;overflow:hidden;padding:clamp(34px,6vw,70px);margin:14px 0 26px;border-radius:28px;background:radial-gradient(circle at 86% 13%,rgba(255,255,255,.09),transparent 27%),linear-gradient(145deg,#1f1f1d,#31312e);color:#fff;box-shadow:0 24px 55px rgba(31,31,29,.16)}.te-tizen26__hero:after{content:"";position:absolute;right:-76px;bottom:-98px;width:245px;height:245px;border:1px solid rgba(255,255,255,.12);border-radius:50%}.te-tizen26__eyebrow{font-size:.76rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase;opacity:.82}.te-tizen26__h1{max-width:900px;margin:12px 0 20px;color:#fff!important;font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif)!important;font-size:clamp(2.15rem,5vw,4.2rem);line-height:1.02;letter-spacing:-.045em;font-weight:720}.te-tizen26__lead{max-width:820px;font-size:clamp(1.08rem,2vw,1.3rem);line-height:1.62;color:#eeeeea}.te-tizen26__meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.te-tizen26__meta span{padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:999px;font-size:.88rem;color:#e4e4df}.te-tizen26__trust{margin-top:20px;padding:14px 16px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.07)}.te-tizen26__nav{display:flex;gap:8px;overflow-x:auto;padding:5px 0 17px;margin-bottom:12px;scrollbar-width:thin}.te-tizen26__nav a{flex:0 0 auto;white-space:nowrap;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#383834!important;font-size:.86rem;font-weight:750;text-decoration:none!important;box-shadow:0 2px 9px rgba(0,0,0,.025)}.te-tizen26__section{padding:clamp(30px,5vw,52px) 0;border-bottom:1px solid var(--line)}.te-tizen26__section h2{max-width:850px;margin:0 0 18px;color:var(--dark)!important;font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif)!important;font-size:clamp(1.65rem,3.1vw,2.45rem)!important;line-height:1.12!important;letter-spacing:-.025em}.te-tizen26__section h2:after{content:"";display:block;width:46px;height:2px;margin-top:13px;background:#787670}.te-tizen26__section h3{margin-top:24px;font-size:1.2rem;line-height:1.3;color:#2b2b29}.te-tizen26__answer{max-width:930px;padding:20px 22px;border:1px solid var(--line);border-left:4px solid #555451;border-radius:0 16px 16px 0;background:var(--soft)}.te-tizen26__grid{display:grid;gap:14px;margin:22px 0}.te-tizen26__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.te-tizen26__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.te-tizen26__card{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.035)}.te-tizen26__card h3{margin:8px 0}.te-tizen26__tag{display:inline-block;padding:5px 9px;border-radius:999px;background:#efefeb;color:#3f3f3b;font-size:.72rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.te-tizen26__callout{margin:20px 0;padding:17px 19px;border:1px solid #cbd6df;border-radius:15px;background:var(--blue)}.te-tizen26__callout--green{background:#f3f8f4;border-color:#d8e0db}.te-tizen26__myth{display:grid;grid-template-columns:140px 1fr;gap:16px;align-items:start;margin:20px 0;padding:17px 18px;border:1px solid var(--line);border-radius:15px;background:var(--soft)}.te-tizen26__myth strong{font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif);font-size:1.05rem}.te-tizen26__diagnostic,.te-tizen26__manual-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.te-tizen26__diagnostic>div,.te-tizen26__manual-grid>div{padding:16px 17px;border:1px solid var(--line);border-radius:16px;background:#fff}.te-tizen26__diagnostic span,.te-tizen26__manual-grid span{display:block;margin-top:5px;color:var(--muted);font-size:.92rem}.te-tizen26__controls{margin:38px 0!important;padding:clamp(26px,5vw,46px)!important;border:1px solid #cfded3!important;border-radius:24px!important;background:radial-gradient(circle at 92% 10%,rgba(78,126,91,.10),transparent 27%),linear-gradient(145deg,#f4faf5,#edf6ef)!important;box-shadow:0 18px 42px rgba(46,82,57,.08)}.te-tizen26__controls h2:after{background:#3c6948}.te-tizen26__control-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:20px 0}.te-tizen26__control-grid>div{padding:16px;border:1px solid #cbd9cf;border-radius:15px;background:rgba(255,255,255,.72)}.te-tizen26__control-grid span{display:block;margin-top:5px;color:#59655c;font-size:.9rem}.te-tizen26__cta{display:inline-flex;align-items:center;min-height:48px;padding:0 18px;margin:7px 7px 0 0;border-radius:12px;background:#315c3d;color:#fff!important;font-weight:850;text-decoration:none!important;box-shadow:0 10px 24px rgba(49,92,61,.18)}.te-tizen26__cta--ghost{background:transparent;color:#315c3d!important;border:1px solid #a9c0af;box-shadow:none}.te-tizen26__manual{margin:38px 0!important;padding:clamp(26px,5vw,44px)!important;border:1px solid #d7dee3!important;border-radius:24px!important;background:linear-gradient(145deg,#f7fafc,#eef4f8)!important}.te-tizen26__manual h2:after{background:#5c6d78}.te-tizen26__steps{max-width:850px;padding-left:1.25rem}.te-tizen26__steps li{margin:.7rem 0}.te-tizen26 details{max-width:920px;margin:10px 0;padding:0 18px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.025)}.te-tizen26 summary{cursor:pointer;padding:16px 0;font-weight:800;color:#282825}.te-tizen26 details p{margin-top:0;padding-bottom:14px;color:#555451}.te-tizen26__service{margin:34px 0!important;padding:clamp(28px,5vw,46px)!important;border:0!important;border-radius:24px!important;background:linear-gradient(145deg,#1f1f1d,#30302d)!important;color:#fff!important}.te-tizen26__service h2{color:#fff!important}.te-tizen26__service h2:after{background:#aaa9a4}.te-tizen26__service .te-tizen26__cta{background:#fff;color:#1f1f1d!important}.te-tizen26__service .te-tizen26__cta--ghost{background:transparent;color:#fff!important;border-color:rgba(255,255,255,.35)}.te-tizen26__sources{font-size:.94rem;color:#555451}.te-tizen26__small{font-size:.9rem;color:var(--muted)}.te-tizen26__author{margin-top:28px;padding:26px;border-radius:20px;background:var(--soft);border-bottom:0}body.postid-11402 .sd-like,body.postid-11402 .jp-relatedposts,body.postid-11402 .wp-block-jetpack-subscriptions,body.postid-11402 .wpcom-subscription{display:none!important}@media(max-width:900px){.te-tizen26__grid--3,.te-tizen26__control-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.te-tizen26{padding-left:14px;padding-right:14px}.te-tizen26__hero{padding:26px 20px;border-radius:20px}.te-tizen26__grid--3,.te-tizen26__grid--2,.te-tizen26__diagnostic,.te-tizen26__control-grid,.te-tizen26__manual-grid{grid-template-columns:1fr}.te-tizen26__section{padding:27px 0}.te-tizen26__controls,.te-tizen26__manual,.te-tizen26__service{padding:22px!important}.te-tizen26__cta{width:100%;justify-content:center;margin-right:0}.te-tizen26__myth{grid-template-columns:1fr}}


/* --- WPWriter addition --- */

/* =====================================================
   TCL VS HISENSE 2026 — COMPARATIVA ESTRATÉGICA
   Encapsulado en .te-tclhis26 / post 12026
   ===================================================== */
body.postid-12026 .entry-content{max-width:1120px!important;width:min(1120px,calc(100% - 28px))!important;padding:0!important}
.te-tclhis26{--ink:#1f1f1d;--muted:#676661;--line:#deddd8;--soft:#f7f7f4;--dark:#1f1f1d;--green:#edf7f0;max-width:1080px;margin:0 auto;padding:8px 18px 72px;color:var(--ink);font-family:var(--wp--preset--font-family--system-font,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif);font-size:1.02rem;line-height:1.76}.te-tclhis26 *{box-sizing:border-box}.te-tclhis26 p{max-width:76ch}.te-tclhis26 a{color:#355442;text-underline-offset:3px}.te-tclhis26__hero{position:relative;overflow:hidden;padding:clamp(34px,6vw,70px);margin:14px 0 26px;border-radius:28px;background:radial-gradient(circle at 86% 13%,rgba(255,255,255,.09),transparent 27%),linear-gradient(145deg,#1f1f1d,#31312e);color:#fff;box-shadow:0 24px 55px rgba(31,31,29,.16)}.te-tclhis26__hero:after{content:"";position:absolute;right:-76px;bottom:-98px;width:245px;height:245px;border:1px solid rgba(255,255,255,.12);border-radius:50%}.te-tclhis26__eyebrow{font-size:.76rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase;opacity:.82}.te-tclhis26__h1{max-width:900px;margin:12px 0 20px;color:#fff!important;font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif)!important;font-size:clamp(2.15rem,5vw,4.2rem);line-height:1.02;letter-spacing:-.045em;font-weight:720}.te-tclhis26__lead{max-width:820px;font-size:clamp(1.08rem,2vw,1.3rem);line-height:1.62;color:#eeeeea}.te-tclhis26__meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.te-tclhis26__meta span{padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:999px;font-size:.88rem;color:#e4e4df}.te-tclhis26__trust{margin-top:20px;padding:14px 16px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.07)}.te-tclhis26__nav{display:flex;gap:8px;overflow-x:auto;padding:5px 0 17px;margin-bottom:12px;scrollbar-width:thin}.te-tclhis26__nav a{flex:0 0 auto;white-space:nowrap;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#383834!important;font-size:.86rem;font-weight:750;text-decoration:none!important;box-shadow:0 2px 9px rgba(0,0,0,.025)}.te-tclhis26__section{padding:clamp(30px,5vw,52px) 0;border-bottom:1px solid var(--line)}.te-tclhis26__section h2{max-width:850px;margin:0 0 18px;color:var(--dark)!important;font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif)!important;font-size:clamp(1.65rem,3.1vw,2.45rem)!important;line-height:1.12!important;letter-spacing:-.025em}.te-tclhis26__section h2:after{content:"";display:block;width:46px;height:2px;margin-top:13px;background:#787670}.te-tclhis26__section h3{margin-top:24px;font-size:1.2rem;line-height:1.3;color:#2b2b29}.te-tclhis26__answer{max-width:930px;padding:20px 22px;border:1px solid var(--line);border-left:4px solid #555451;border-radius:0 16px 16px 0;background:var(--soft)}.te-tclhis26__grid{display:grid;gap:14px;margin:22px 0}.te-tclhis26__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.te-tclhis26__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.te-tclhis26__card{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.035)}.te-tclhis26__card h3{margin:8px 0}.te-tclhis26__tag{display:inline-block;padding:5px 9px;border-radius:999px;background:#efefeb;color:#3f3f3b;font-size:.72rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.te-tclhis26__callout{margin:20px 0;padding:17px 19px;border:1px solid #d8e0db;border-radius:15px;background:#f3f8f4}.te-tclhis26__callout--soft{background:var(--soft);border-color:var(--line)}.te-tclhis26__table-wrap{overflow-x:auto;margin:20px 0;border:1px solid var(--line);border-radius:16px}.te-tclhis26__table{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;background:#fff}.te-tclhis26__table th,.te-tclhis26__table td{padding:13px 14px;text-align:left;vertical-align:top;border-bottom:1px solid #e8e7e2}.te-tclhis26__table th{background:#252522;color:#fff;font-size:.76rem;letter-spacing:.055em;text-transform:uppercase}.te-tclhis26__table tr:last-child td{border-bottom:0}.te-tclhis26__checklist{max-width:850px;padding-left:1.25rem}.te-tclhis26__checklist li{margin:.7rem 0}.te-tclhis26__controls{margin:38px 0!important;padding:clamp(26px,5vw,46px)!important;border:1px solid #cfded3!important;border-radius:24px!important;background:radial-gradient(circle at 92% 10%,rgba(78,126,91,.10),transparent 27%),linear-gradient(145deg,#f4faf5,#edf6ef)!important;box-shadow:0 18px 42px rgba(46,82,57,.08)}.te-tclhis26__controls h2:after{background:#3c6948}.te-tclhis26__control-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:20px 0}.te-tclhis26__control-grid>div{padding:16px;border:1px solid #cbd9cf;border-radius:15px;background:rgba(255,255,255,.72)}.te-tclhis26__control-grid span{display:block;margin-top:5px;color:#59655c;font-size:.9rem}.te-tclhis26__cta{display:inline-flex;align-items:center;min-height:48px;padding:0 18px;margin:7px 7px 0 0;border-radius:12px;background:#315c3d;color:#fff!important;font-weight:850;text-decoration:none!important;box-shadow:0 10px 24px rgba(49,92,61,.18)}.te-tclhis26__decision{display:grid;gap:12px;margin:20px 0}.te-tclhis26__decision>div{padding:17px 18px;border:1px solid var(--line);border-radius:16px;background:#fff}.te-tclhis26__decision span{display:block;margin-top:5px;color:var(--muted)}.te-tclhis26 details{max-width:920px;margin:10px 0;padding:0 18px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.025)}.te-tclhis26 summary{cursor:pointer;padding:16px 0;font-weight:800;color:#282825}.te-tclhis26 details p{margin-top:0;padding-bottom:14px;color:#555451}.te-tclhis26__sources{font-size:.94rem;color:#555451}.te-tclhis26__small{font-size:.9rem;color:var(--muted)}.te-tclhis26__author{margin-top:28px;padding:26px;border-radius:20px;background:var(--soft);border-bottom:0}body.postid-12026 .sd-like,body.postid-12026 .jp-relatedposts,body.postid-12026 .wp-block-jetpack-subscriptions,body.postid-12026 .wpcom-subscription{display:none!important}@media(max-width:900px){.te-tclhis26__grid--3,.te-tclhis26__control-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.te-tclhis26{padding-left:14px;padding-right:14px}.te-tclhis26__hero{padding:26px 20px;border-radius:20px}.te-tclhis26__grid--3,.te-tclhis26__grid--2,.te-tclhis26__control-grid{grid-template-columns:1fr}.te-tclhis26__section{padding:27px 0}.te-tclhis26__controls{padding:22px!important}.te-tclhis26__cta{width:100%;justify-content:center;margin-right:0}.te-tclhis26__table{min-width:620px}}


/* --- WPWriter addition --- */
/* =====================================================
   WHALE OS 2026 — GUÍA + CONTROLES
   Encapsulado totalmente en .te-whale26 / post 11457
   ===================================================== */
body.postid-11457 .entry-content{max-width:1120px!important;width:min(1120px,calc(100% - 28px))!important;padding:0!important}
.te-whale26{--ink:#1f1f1d;--muted:#676661;--line:#deddd8;--soft:#f7f7f4;--dark:#1f1f1d;--green:#edf7f0;max-width:1080px;margin:0 auto;padding:8px 18px 72px;color:var(--ink);font-family:var(--wp--preset--font-family--system-font,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif);font-size:1.02rem;line-height:1.76}.te-whale26 *{box-sizing:border-box}.te-whale26 p{max-width:76ch}.te-whale26 a{color:#355442;text-underline-offset:3px}.te-whale26__hero{position:relative;overflow:hidden;padding:clamp(34px,6vw,70px);margin:14px 0 26px;border-radius:28px;background:radial-gradient(circle at 86% 13%,rgba(255,255,255,.09),transparent 27%),linear-gradient(145deg,#1f1f1d,#31312e);color:#fff;box-shadow:0 24px 55px rgba(31,31,29,.16)}.te-whale26__hero:after{content:"";position:absolute;right:-76px;bottom:-98px;width:245px;height:245px;border:1px solid rgba(255,255,255,.12);border-radius:50%}.te-whale26__eyebrow{font-size:.76rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase;opacity:.82}.te-whale26__h1{max-width:900px;margin:12px 0 20px;color:#fff!important;font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif)!important;font-size:clamp(2.15rem,5vw,4.2rem);line-height:1.02;letter-spacing:-.045em;font-weight:720}.te-whale26__lead{max-width:820px;font-size:clamp(1.08rem,2vw,1.3rem);line-height:1.62;color:#eeeeea}.te-whale26__meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.te-whale26__meta span{padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:999px;font-size:.88rem;color:#e4e4df}.te-whale26__trust{margin-top:20px;padding:14px 16px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.07)}.te-whale26__nav{display:flex;gap:8px;overflow-x:auto;padding:5px 0 17px;margin-bottom:12px;scrollbar-width:thin}.te-whale26__nav a{flex:0 0 auto;white-space:nowrap;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#383834!important;font-size:.86rem;font-weight:750;text-decoration:none!important;box-shadow:0 2px 9px rgba(0,0,0,.025)}.te-whale26__section{padding:clamp(30px,5vw,52px) 0;border-bottom:1px solid var(--line)}.te-whale26__section h2{max-width:850px;margin:0 0 18px;color:var(--dark)!important;font-family:var(--wp--preset--font-family--piazzolla,"Piazzolla",serif)!important;font-size:clamp(1.65rem,3.1vw,2.45rem)!important;line-height:1.12!important;letter-spacing:-.025em}.te-whale26__section h2:after{content:"";display:block;width:46px;height:2px;margin-top:13px;background:#787670}.te-whale26__section h3{margin-top:24px;font-size:1.2rem;line-height:1.3;color:#2b2b29}.te-whale26__answer{max-width:930px;padding:20px 22px;border:1px solid var(--line);border-left:4px solid #555451;border-radius:0 16px 16px 0;background:var(--soft)}.te-whale26__grid{display:grid;gap:14px;margin:22px 0}.te-whale26__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.te-whale26__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.te-whale26__card{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.035)}.te-whale26__card h3{margin:8px 0}.te-whale26__tag{display:inline-block;padding:5px 9px;border-radius:999px;background:#efefeb;color:#3f3f3b;font-size:.72rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.te-whale26__callout{margin:20px 0;padding:17px 19px;border:1px solid #d8e0db;border-radius:15px;background:#f3f8f4}.te-whale26__callout--green{background:#edf7f0;border-color:#cfded3}.te-whale26__diagnostic{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.te-whale26__diagnostic>div{padding:16px 17px;border:1px solid var(--line);border-radius:16px;background:#fff}.te-whale26__diagnostic span{display:block;margin-top:5px;color:var(--muted);font-size:.92rem}.te-whale26__table-wrap{overflow-x:auto;margin:20px 0;border:1px solid var(--line);border-radius:16px}.te-whale26__table{width:100%;min-width:720px;border-collapse:separate;border-spacing:0;background:#fff}.te-whale26__table th,.te-whale26__table td{padding:13px 14px;text-align:left;vertical-align:top;border-bottom:1px solid #e8e7e2}.te-whale26__table th{background:#252522;color:#fff;font-size:.76rem;letter-spacing:.055em;text-transform:uppercase}.te-whale26__controls{margin:38px 0!important;padding:clamp(26px,5vw,46px)!important;border:1px solid #cfded3!important;border-radius:24px!important;background:radial-gradient(circle at 92% 10%,rgba(78,126,91,.10),transparent 27%),linear-gradient(145deg,#f4faf5,#edf6ef)!important;box-shadow:0 18px 42px rgba(46,82,57,.08)}.te-whale26__controls h2:after{background:#3c6948}.te-whale26__control-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:20px 0}.te-whale26__control-grid>div{padding:16px;border:1px solid #cbd9cf;border-radius:15px;background:rgba(255,255,255,.72)}.te-whale26__control-grid span{display:block;margin-top:5px;color:#59655c;font-size:.9rem}.te-whale26__cta{display:inline-flex;align-items:center;min-height:48px;padding:0 18px;margin:7px 7px 0 0;border-radius:12px;background:#315c3d;color:#fff!important;font-weight:850;text-decoration:none!important;box-shadow:0 10px 24px rgba(49,92,61,.18)}.te-whale26__cta--ghost{background:transparent;color:#315c3d!important;border:1px solid #a9c0af;box-shadow:none}.te-whale26__steps li{margin:.7rem 0}.te-whale26 details{max-width:920px;margin:10px 0;padding:0 18px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.025)}.te-whale26 summary{cursor:pointer;padding:16px 0;font-weight:800;color:#282825}.te-whale26 details p{margin-top:0;padding-bottom:14px;color:#555451}.te-whale26__service{margin:34px 0!important;padding:clamp(28px,5vw,46px)!important;border:0!important;border-radius:24px!important;background:linear-gradient(145deg,#1f1f1d,#30302d)!important;color:#fff!important}.te-whale26__service h2{color:#fff!important}.te-whale26__service h2:after{background:#aaa9a4}.te-whale26__service .te-whale26__cta{background:#fff;color:#1f1f1d!important}.te-whale26__sources{font-size:.94rem;color:#555451}.te-whale26__small{font-size:.9rem;color:var(--muted)}.te-whale26__author{margin-top:28px;padding:26px;border-radius:20px;background:var(--soft);border-bottom:0}body.postid-11457 .sd-like,body.postid-11457 .jp-relatedposts,body.postid-11457 .wp-block-jetpack-subscriptions,body.postid-11457 .wpcom-subscription{display:none!important}@media(max-width:900px){.te-whale26__grid--3,.te-whale26__control-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.te-whale26{padding-left:14px;padding-right:14px}.te-whale26__hero{padding:26px 20px;border-radius:20px}.te-whale26__grid--3,.te-whale26__grid--2,.te-whale26__diagnostic,.te-whale26__control-grid{grid-template-columns:1fr}.te-whale26__section{padding:27px 0}.te-whale26__controls,.te-whale26__service{padding:22px!important}.te-whale26__cta{width:100%;justify-content:center;margin-right:0}.te-whale26__table{min-width:560px}}

/* --- WPWriter addition --- */

/* TicoElectrónica — Mejor procesador Smart TV 2026 — post 12036 */
body.postid-12036 .entry-content{max-width:1120px!important;width:min(1120px,calc(100% - 28px))!important;margin-left:auto!important;margin-right:auto!important}.te-cpu26{--ink:#1f1f1d;--muted:#6e6c67;--line:#deded9;--soft:#f6f5f2;--accent:#315c3d;--amber:#a56922;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif}.te-cpu26 h1,.te-cpu26 h2,.te-cpu26 h3{font-family:Piazzolla,Georgia,serif;letter-spacing:-.02em}.te-cpu26 a{color:#315c3d;text-decoration-thickness:1px;text-underline-offset:3px}.te-cpu26__hero{position:relative;overflow:hidden;margin:18px 0 18px;padding:clamp(30px,5vw,58px);border-radius:28px;background:linear-gradient(145deg,#1f1f1d 0%,#30302d 58%,#42413d 100%);color:#fff;box-shadow:0 20px 52px rgba(20,20,18,.17)}.te-cpu26__hero:after{content:'';position:absolute;right:-70px;top:-90px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.10),transparent 66%);pointer-events:none}.te-cpu26__eyebrow{margin:0 0 12px;font-size:.78rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase;color:#d8d7d1}.te-cpu26__h1{max-width:900px;margin:0 0 18px;color:#fff!important;font-size:clamp(2.15rem,5vw,4.3rem)!important;line-height:1.02}.te-cpu26__lead{max-width:850px;margin:0 0 24px;font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.65;color:#ecebe6}.te-cpu26__meta{display:flex;flex-wrap:wrap;gap:8px 18px;font-size:.9rem;color:#cfcec8}.te-cpu26__meta span{position:relative}.te-cpu26__trust{max-width:900px;margin-top:24px;padding:16px 18px;border:1px solid rgba(255,255,255,.15);border-radius:16px;background:rgba(255,255,255,.06);color:#f3f2ee}.te-cpu26__nav{display:flex;gap:8px;overflow-x:auto;margin:0 0 12px;padding:8px 2px 12px;scrollbar-width:thin}.te-cpu26__nav a{flex:0 0 auto;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#3f3e3a!important;font-size:.88rem;font-weight:750;text-decoration:none!important}.te-cpu26__section{padding:clamp(28px,4.5vw,52px) 0;border-bottom:1px solid var(--line)}.te-cpu26__section>h2{max-width:900px;margin:0 0 18px;font-size:clamp(1.65rem,3.2vw,2.55rem);line-height:1.12;color:#262623}.te-cpu26__section>h2:after{content:'';display:block;width:52px;height:3px;margin-top:12px;border-radius:99px;background:#aaa9a4}.te-cpu26__section>p,.te-cpu26__section>ul,.te-cpu26__section>ol{max-width:900px}.te-cpu26__answer{max-width:950px;padding:22px 24px;border-left:4px solid var(--accent);border-radius:0 16px 16px 0;background:#f5f8f5}.te-cpu26__answer p:last-child{margin-bottom:0}.te-cpu26__grid{display:grid;gap:16px;margin:24px 0}.te-cpu26__grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}.te-cpu26__card{padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 7px 22px rgba(0,0,0,.035)}.te-cpu26__card h3{margin:.4rem 0 .55rem;font-size:1.22rem}.te-cpu26__card p:last-child,.te-cpu26__card ul:last-child{margin-bottom:0}.te-cpu26__card--wide{max-width:900px;margin:22px 0;background:var(--soft)}.te-cpu26__tag{display:inline-block;font-size:.73rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.te-cpu26__callout{max-width:900px;margin:24px 0;padding:20px 22px;border:1px solid #cfd8d0;border-radius:17px;background:#f4f8f4}.te-cpu26__callout--soft{border-color:#dfd6c5;background:#fbf7ef}.te-cpu26__checklist{list-style:none;padding-left:0}.te-cpu26__checklist li{position:relative;margin:.72rem 0;padding-left:1.75rem}.te-cpu26__checklist li:before{content:'✓';position:absolute;left:0;top:0;color:var(--accent);font-weight:900}.te-cpu26__table-wrap{overflow-x:auto;margin:22px 0;border:1px solid var(--line);border-radius:18px;background:#fff}.te-cpu26__table{width:100%;min-width:760px;border-collapse:collapse;font-size:.94rem}.te-cpu26__table th{padding:14px 15px;background:#292926;color:#fff;text-align:left}.te-cpu26__table td{padding:14px 15px;border-top:1px solid #ecece8;vertical-align:top}.te-cpu26__table tbody tr:nth-child(even){background:#faf9f7}.te-cpu26__decision{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:960px;margin:22px 0}.te-cpu26__decision>div{padding:18px 20px;border:1px solid var(--line);border-radius:16px;background:#fff}.te-cpu26__decision strong,.te-cpu26__decision span{display:block}.te-cpu26__decision span{margin-top:5px;color:#555451}.te-cpu26 details{max-width:920px;margin:10px 0;padding:0 18px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.025)}.te-cpu26 summary{cursor:pointer;padding:16px 0;font-weight:800;color:#282825}.te-cpu26 details p{margin-top:0;padding-bottom:14px;color:#555451}.te-cpu26__sources{font-size:.95rem;color:#555451}.te-cpu26__author{margin-top:28px;padding:28px!important;border:0!important;border-radius:22px;background:var(--soft)}body.postid-12036 .sd-like,body.postid-12036 .jp-relatedposts,body.postid-12036 .wp-block-jetpack-subscriptions,body.postid-12036 .wpcom-subscription{display:none!important}@media(max-width:980px){.te-cpu26__grid--5{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.te-cpu26{padding-left:14px;padding-right:14px}.te-cpu26__hero{padding:28px 20px;border-radius:20px}.te-cpu26__grid--5,.te-cpu26__decision{grid-template-columns:1fr}.te-cpu26__section{padding:28px 0}.te-cpu26__table{min-width:680px}}


/* --- WPWriter addition --- */
/* te-cpu26 marker: article rebuilt 2026-09-13 */

/* --- WPWriter addition --- */

/* =====================================================
   TICOELECTRÓNICA — SISTEMA EDITORIAL GLOBAL 2026.9
   Hereda el lenguaje visual de la portada .te26
   Alcance: entradas + páginas internas; excluye portada
   ===================================================== */
body.single-post,
body.page:not(.home){
  --teg-ink:#101820;
  --teg-ink2:#172532;
  --teg-paper:#f5f7f8;
  --teg-white:#fff;
  --teg-line:#dce3e7;
  --teg-accent:#20b66a;
  --teg-accent-dark:#0b7441;
  --teg-warm:#ffb547;
  --teg-muted:#5f6b76;
  background:var(--teg-paper)!important;
  color:var(--teg-ink)!important;
}

/* Contenedor editorial más generoso, sin romper wrappers propios */
body.single-post main .entry-content,
body.page:not(.home) main .entry-content{
  width:min(1120px,calc(100% - 32px))!important;
  max-width:1120px!important;
  margin-inline:auto!important;
  padding-inline:0!important;
  color:var(--teg-ink);
}

/* Lectura óptima para contenido simple */
body.single-post main .entry-content > p,
body.single-post main .entry-content > ul,
body.single-post main .entry-content > ol,
body.single-post main .entry-content > blockquote,
body.page:not(.home) main .entry-content > p,
body.page:not(.home) main .entry-content > ul,
body.page:not(.home) main .entry-content > ol,
body.page:not(.home) main .entry-content > blockquote{
  max-width:76ch;
  margin-left:auto;
  margin-right:auto;
}

/* Títulos: misma tensión editorial de la portada */
body.single-post main .entry-content > h1,
body.page:not(.home) main .entry-content > h1,
body.single-post .entry-title,
body.page:not(.home) .entry-title{
  color:var(--teg-ink)!important;
  font-size:clamp(2.1rem,5vw,4.35rem)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
  font-weight:800!important;
}

body.single-post main .entry-content > h2,
body.page:not(.home) main .entry-content > h2{
  max-width:900px;
  margin:clamp(42px,7vw,76px) auto 20px!important;
  color:var(--teg-ink)!important;
  font-size:clamp(1.65rem,3.2vw,2.55rem)!important;
  line-height:1.12!important;
  letter-spacing:-.028em!important;
}
body.single-post main .entry-content > h2:after,
body.page:not(.home) main .entry-content > h2:after{
  content:"";
  display:block;
  width:46px;
  height:3px;
  margin-top:13px;
  border-radius:999px;
  background:var(--teg-accent)!important;
}
body.single-post main .entry-content > h3,
body.page:not(.home) main .entry-content > h3{
  max-width:900px;
  margin:32px auto 12px!important;
  color:var(--teg-ink2)!important;
  font-size:clamp(1.2rem,2.2vw,1.55rem)!important;
  line-height:1.28!important;
}

/* Enlaces alineados con portada */
body.single-post main .entry-content a,
body.page:not(.home) main .entry-content a{
  color:var(--teg-accent-dark);
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
body.single-post main .entry-content a:hover,
body.page:not(.home) main .entry-content a:hover{
  color:#075f34;
}

/* Imágenes editoriales */
body.single-post main .entry-content > figure,
body.page:not(.home) main .entry-content > figure{
  width:min(100%,980px);
  margin:32px auto!important;
}
body.single-post main .entry-content > figure img,
body.page:not(.home) main .entry-content > figure img,
body.single-post main .entry-content > img,
body.page:not(.home) main .entry-content > img{
  border-radius:20px!important;
  box-shadow:0 12px 34px rgba(16,24,32,.08);
}
body.single-post main .entry-content figcaption,
body.page:not(.home) main .entry-content figcaption{
  margin-top:10px!important;
  color:var(--teg-muted)!important;
  font-size:.9rem!important;
  line-height:1.5!important;
}

/* Citas y avisos genéricos */
body.single-post main .entry-content > blockquote,
body.page:not(.home) main .entry-content > blockquote{
  padding:22px 24px!important;
  border:1px solid var(--teg-line)!important;
  border-left:5px solid var(--teg-accent)!important;
  border-radius:0 18px 18px 0!important;
  background:var(--teg-white)!important;
  color:var(--teg-ink2)!important;
  box-shadow:0 8px 24px rgba(16,24,32,.04);
}

/* Tablas: cabecera oscura + superficie blanca */
body.single-post main .entry-content > .wp-block-table,
body.page:not(.home) main .entry-content > .wp-block-table{
  overflow-x:auto;
  border:1px solid var(--teg-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 30px rgba(16,24,32,.05);
}
body.single-post main .entry-content > .wp-block-table table,
body.page:not(.home) main .entry-content > .wp-block-table table{
  margin:0!important;
  border-collapse:collapse!important;
}
body.single-post main .entry-content > .wp-block-table th,
body.page:not(.home) main .entry-content > .wp-block-table th{
  padding:14px 16px!important;
  background:var(--teg-ink2)!important;
  color:#fff!important;
  border-color:#27394a!important;
  font-size:.8rem;
  letter-spacing:.045em;
  text-transform:uppercase;
}
body.single-post main .entry-content > .wp-block-table td,
body.page:not(.home) main .entry-content > .wp-block-table td{
  padding:14px 16px!important;
  background:#fff!important;
  border-color:var(--teg-line)!important;
}

/* FAQ Gutenberg / details */
body.single-post main .entry-content > details,
body.page:not(.home) main .entry-content > details,
body.single-post main .entry-content > .wp-block-details,
body.page:not(.home) main .entry-content > .wp-block-details{
  max-width:900px;
  margin:10px auto!important;
  padding:0 20px!important;
  border:1px solid var(--teg-line)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 6px 20px rgba(16,24,32,.035);
}
body.single-post main .entry-content > details summary,
body.page:not(.home) main .entry-content > details summary,
body.single-post main .entry-content > .wp-block-details summary,
body.page:not(.home) main .entry-content > .wp-block-details summary{
  cursor:pointer;
  padding:17px 0;
  color:var(--teg-ink2);
  font-weight:800;
}

/* Botones Gutenberg: verde de la portada */
body.single-post main .entry-content .wp-block-button__link,
body.page:not(.home) main .entry-content .wp-block-button__link{
  min-height:48px;
  padding:12px 20px!important;
  border-radius:12px!important;
  background:var(--teg-accent)!important;
  color:#08150e!important;
  font-weight:850!important;
  box-shadow:0 10px 26px rgba(32,182,106,.20);
  transition:transform .18s ease,box-shadow .18s ease;
}
body.single-post main .entry-content .wp-block-button__link:hover,
body.page:not(.home) main .entry-content .wp-block-button__link:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(32,182,106,.26);
}

/* Separadores */
body.single-post main .entry-content > hr,
body.page:not(.home) main .entry-content > hr{
  width:min(100%,900px);
  margin:48px auto!important;
  border:0!important;
  border-top:1px solid var(--teg-line)!important;
}

/* Widgets finales / compartir */
body.single-post .sd-sharing-enabled{
  width:min(900px,calc(100% - 32px));
  margin:38px auto 0!important;
  padding:22px 0 0!important;
  border-top:1px solid var(--teg-line)!important;
}

/* Responsive */
@media(max-width:620px){
  body.single-post main .entry-content,
  body.page:not(.home) main .entry-content{
    width:min(100% - 24px,1120px)!important;
  }
  body.single-post main .entry-content > h1,
  body.page:not(.home) main .entry-content > h1,
  body.single-post .entry-title,
  body.page:not(.home) .entry-title{
    font-size:clamp(2rem,11vw,3rem)!important;
  }
}

@media(prefers-reduced-motion:reduce){
  body.single-post main .entry-content *,
  body.page:not(.home) main .entry-content *{
    animation:none!important;
    transition:none!important;
  }
}


/* --- WPWriter addition --- */

/* =====================================================
   TICOELECTRÓNICA — PUENTE VISUAL GLOBAL v2026.9.14
   Alinea familias editoriales y fichas comerciales con Inicio 2026
   Paleta: ink #101820 / ink2 #172532 / paper #f5f7f8 / green #20b66a / warm #ffb547
   ===================================================== */

/* --- FICHAS DE CONTROLES REMOTOS: adoptar identidad de portada --- */
body.single-post .te-remotos.te-product-page{
  --te-navy:#101820!important;
  --te-navy-2:#172532!important;
  --te-blue:#168650!important;
  --te-blue-soft:#e8f8ef!important;
  --te-blue-soft-2:#f5f7f8!important;
  --te-green:#20b66a!important;
  --te-green-dark:#168650!important;
  --te-text:#101820!important;
  --te-muted:#5f6b76!important;
  --te-line:#dce3e7!important;
  background:#f5f7f8!important;
}
body.single-post .te-remotos.te-product-page .te-top{
  background:linear-gradient(135deg,#0b1117,#172532)!important;
}
body.single-post .te-remotos.te-product-page .te-brand span{color:#8fe0b4!important}
body.single-post .te-remotos.te-product-page .te-hero{
  background:radial-gradient(circle at 85% 12%,rgba(32,182,106,.16),transparent 30%),linear-gradient(135deg,#f5f7f8 0%,#eef4f1 100%)!important;
  border-bottom:1px solid #dce3e7!important;
}
body.single-post .te-remotos.te-product-page .te-eyebrow{color:#168650!important}
body.single-post .te-remotos.te-product-page .te-answer{
  border-left-color:#20b66a!important;
  border-radius:0 16px 16px 0!important;
  background:#fff!important;
}
body.single-post .te-remotos.te-product-page .te-btn{
  min-height:52px!important;
  border-radius:12px!important;
  background:#20b66a!important;
  color:#08150e!important;
  box-shadow:0 12px 30px rgba(32,182,106,.22)!important;
}
body.single-post .te-remotos.te-product-page .te-btn:hover{background:#25c876!important}
body.single-post .te-remotos.te-product-page .te-model,
body.single-post .te-remotos.te-product-page .te-step,
body.single-post .te-remotos.te-product-page .te-authority,
body.single-post .te-remotos.te-product-page .te-related,
body.single-post .te-remotos.te-product-page .te-final{
  border-color:#dce3e7!important;
  border-radius:20px!important;
  box-shadow:0 10px 32px rgba(16,24,32,.05)!important;
}
body.single-post .te-remotos.te-product-page .te-model::before{background:#20b66a!important}
body.single-post .te-remotos.te-product-page .te-price{color:#101820!important}
body.single-post .te-remotos.te-product-page .te-num{
  background:#e8f8ef!important;
  color:#087a40!important;
  box-shadow:none!important;
}
body.single-post .te-remotos.te-product-page .te-shipping{
  border-radius:22px!important;
  background:radial-gradient(circle at 90% 10%,rgba(32,182,106,.22),transparent 32%),linear-gradient(135deg,#0b1117,#172532)!important;
}
body.single-post .te-remotos.te-product-page .te-faq details{
  margin:10px 0!important;
  padding:0 18px!important;
  border:1px solid #dce3e7!important;
  border-radius:14px!important;
}
body.single-post .te-remotos.te-product-page .te-faq summary{color:#101820!important;padding:16px 34px 16px 0!important}
body.single-post .te-remotos.te-product-page .te-faq summary::after{color:#168650!important}
body.single-post .te-remotos.te-product-page .te-related{background:#fff!important}
body.single-post .te-remotos.te-product-page .te-final{
  background:radial-gradient(circle at 90% 10%,rgba(32,182,106,.11),transparent 35%),#fff!important;
}
body.single-post .te-remotos.te-product-page .te-footer{
  background:#101820!important;
  color:#c5d0d8!important;
}

/* --- Familias editoriales recientes: mismas señales de marca --- */
body.single-post :is(.te-tv2026,.te-tsr2026,.te-rca26,.te-jvc338,.te-cpu26,.te-tizen26,.te-tclhis26){
  --ink:#101820;
  --muted:#5f6b76;
  --line:#dce3e7;
  --soft:#f5f7f8;
  --dark:#101820;
}
body.single-post :is(.te-tv2026__hero,.te-tsr2026__hero,.te-rca26__hero,.te-jvc338__hero,.te-cpu26__hero,.te-tizen26__hero,.te-tclhis26__hero){
  background:radial-gradient(circle at 85% 12%,rgba(32,182,106,.18),transparent 30%),linear-gradient(135deg,#0b1117,#172532)!important;
  border-radius:26px!important;
  box-shadow:0 18px 45px rgba(16,24,32,.12)!important;
}
body.single-post :is(.te-tv2026__eyebrow,.te-tsr2026__eyebrow,.te-rca26__eyebrow,.te-jvc338__eyebrow,.te-cpu26__eyebrow,.te-tizen26__eyebrow,.te-tclhis26__eyebrow){
  color:#76d9a3!important;
}
body.single-post :is(.te-tv2026__card,.te-tsr2026__card,.te-rca26__card,.te-jvc338__card,.te-cpu26__card,.te-tizen26__card,.te-tclhis26__card){
  border-color:#dce3e7!important;
  border-radius:20px!important;
  box-shadow:0 10px 30px rgba(16,24,32,.045)!important;
}
body.single-post :is(.te-tv2026__tag,.te-tv2026__badge,.te-tsr2026__chip,.te-rca26__tag,.te-cpu26__tag,.te-tizen26__tag,.te-tclhis26__tag){
  background:#e8f8ef!important;
  color:#087a40!important;
}
body.single-post :is(.te-tv2026__cta,.te-rca26__cta,.te-jvc338__cta,.te-tizen26__cta,.te-tclhis26__cta){
  border-radius:12px!important;
  font-weight:850!important;
}
body.single-post :is(.te-tv2026 details,.te-tsr2026 details,.te-rca26 details,.te-jvc338 details,.te-cpu26 details,.te-tizen26 details,.te-tclhis26 details){
  border-color:#dce3e7!important;
  border-radius:14px!important;
  box-shadow:0 5px 18px rgba(16,24,32,.025)!important;
}
body.single-post :is(.te-tv2026__table th,.te-tsr2026__table th,.te-rca26__table th,.te-jvc338__table th,.te-cpu26__table th,.te-tclhis26__table th){
  background:#101820!important;
  color:#fff!important;
}

/* --- Artículos antiguos con estilos inline: capa editorial común no destructiva --- */
body.single-post .entry-content > article:not([class^="te-"]):not([class*=" te-"]){
  color:#101820;
}
body.single-post .entry-content > article:not([class^="te-"]):not([class*=" te-"]) section{
  border-radius:18px;
}

/* Consistencia responsive */
@media(max-width:620px){
  body.single-post .te-remotos.te-product-page .te-hero{padding:34px 14px 42px!important}
  body.single-post :is(.te-tv2026__hero,.te-tsr2026__hero,.te-rca26__hero,.te-jvc338__hero,.te-cpu26__hero,.te-tizen26__hero,.te-tclhis26__hero){border-radius:20px!important}
}


/* --- WPWriter addition --- */

/* =====================================================
   MANUAL SAMSUNG 2020-2026 — alineación visual con portada 2026
   Post 12726 · solo presentación, sin tocar contenido ni enlaces
   ===================================================== */
body.postid-12726 .te-samsung-manual{
  --te26-ink:#101820;
  --te26-ink2:#172532;
  --te26-paper:#f5f7f8;
  --te26-line:#dce3e7;
  --te26-accent:#20b66a;
  --te26-warm:#ffb547;
  --te26-muted:#5f6b76;
  color:var(--te26-ink)!important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
}
body.postid-12726 .te-samsung-manual .te-hero{
  background:radial-gradient(circle at 85% 12%,rgba(32,182,106,.22),transparent 28%),radial-gradient(circle at 12% 86%,rgba(255,181,71,.14),transparent 30%),linear-gradient(135deg,#0b1117 0%,#172532 100%)!important;
  box-shadow:0 18px 44px rgba(16,24,32,.14)!important;
}
body.postid-12726 .te-samsung-manual .te-kicker{
  background:rgba(255,255,255,.06)!important;
  border-color:rgba(255,255,255,.18)!important;
  color:#fff!important;
}
body.postid-12726 .te-samsung-manual .te-intro{
  border-left-color:var(--te26-accent)!important;
  background:linear-gradient(90deg,#eaf8f0 0%,#fff 100%)!important;
  color:#214c36!important;
}
body.postid-12726 .te-samsung-manual .te-download{
  background:linear-gradient(135deg,#172532,#20b66a 68%,#ffb547)!important;
  box-shadow:0 18px 46px rgba(16,24,32,.12)!important;
}
body.postid-12726 .te-samsung-manual .te-download-inner{
  background:linear-gradient(145deg,#fff,#f5f7f8)!important;
}
body.postid-12726 .te-samsung-manual .te-download h2,
body.postid-12726 .te-samsung-manual .te-card h3,
body.postid-12726 .te-samsung-manual .te-toc h2,
body.postid-12726 .te-samsung-manual .te-related h3,
body.postid-12726 .te-samsung-manual .te-faq summary{
  color:var(--te26-ink)!important;
}
body.postid-12726 .te-samsung-manual .te-download-card,
body.postid-12726 .te-samsung-manual .te-table th{
  background:var(--te26-ink2)!important;
}
body.postid-12726 .te-samsung-manual .te-download-btn,
body.postid-12726 .te-samsung-manual .te-action-green{
  background:var(--te26-accent)!important;
  color:#08150e!important;
  box-shadow:0 10px 24px rgba(32,182,106,.22)!important;
}
body.postid-12726 .te-samsung-manual .te-pill{
  background:#e8f8ef!important;
  color:#0b7441!important;
}
body.postid-12726 .te-samsung-manual .te-toc,
body.postid-12726 .te-samsung-manual .te-faq details{
  border-color:var(--te26-line)!important;
  background:var(--te26-paper)!important;
}
body.postid-12726 .te-samsung-manual .te-toc a,
body.postid-12726 .te-samsung-manual .te-related a,
body.postid-12726 .te-samsung-manual .te-card{
  border-color:var(--te26-line)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(16,24,32,.045)!important;
}
body.postid-12726 .te-samsung-manual .te-section-title{
  border-bottom:1px solid var(--te26-line)!important;
  color:var(--te26-ink)!important;
}
body.postid-12726 .te-samsung-manual .te-section-title span{
  color:var(--te26-accent)!important;
}
body.postid-12726 .te-samsung-manual .te-related{
  border-color:var(--te26-line)!important;
  background:var(--te26-paper)!important;
}
body.postid-12726 .te-samsung-manual .te-author{
  border:1px solid #cfe9da!important;
  background:linear-gradient(135deg,#f3fbf6,#eaf8f0)!important;
}
body.postid-12726 .te-samsung-manual .te-avatar{
  background:linear-gradient(135deg,#20b66a,#168650)!important;
}
body.postid-12726 .te-samsung-manual .te-author h3{
  color:#173d2a!important;
}
body.postid-12726 .te-samsung-manual a:not(.te-download-btn):not(.te-action){
  color:#0b7441!important;
}


/* --- WPWriter addition --- */

/* =====================================================
   TICOELECTRÓNICA 2026 — NORMALIZACIÓN VISUAL
   Vida útil LEDs Smart TV · post 12283
   Alineado con portada .te26 sin tocar contenido/SEO
   ===================================================== */
body.postid-12283 .entry-content{
  max-width:1120px!important;
  width:min(1120px,calc(100% - 28px))!important;
  padding:0!important;
}
body.postid-12283 .entry-content>div:first-child{
  border-radius:28px!important;
  background:
    radial-gradient(circle at 85% 12%,rgba(32,182,106,.22),transparent 28%),
    radial-gradient(circle at 12% 86%,rgba(255,181,71,.12),transparent 30%),
    linear-gradient(135deg,#0b1117 0%,#172532 100%)!important;
  box-shadow:0 22px 55px rgba(16,24,32,.16)!important;
}
body.postid-12283 .entry-content>div:first-child span{
  border-color:rgba(255,255,255,.18)!important;
  background:rgba(255,255,255,.06)!important;
}
body.postid-12283 .entry-content>div:nth-child(2){
  max-width:920px!important;
  background:#f5f7f8!important;
  border-radius:28px 28px 0 0!important;
  box-shadow:0 -10px 36px rgba(16,24,32,.05)!important;
}
body.postid-12283 .entry-content h2{
  color:#101820!important;
  border-bottom-color:#dce3e7!important;
  letter-spacing:-.025em!important;
}
body.postid-12283 .entry-content h2::after{background:#20b66a!important}
body.postid-12283 .entry-content h3,
body.postid-12283 .entry-content h4,
body.postid-12283 .entry-content strong[style*="#1428a0"]{
  color:#101820!important;
}
body.postid-12283 .entry-content a[style*="color:#1428a0"],
body.postid-12283 .entry-content a[style*="color:#1e3a8a"]{
  color:#0b7441!important;
}
body.postid-12283 .entry-content div[style*="border-left:5px solid #1428a0"],
body.postid-12283 .entry-content a[style*="border-left:4px solid #1428a0"]{
  border-left-color:#20b66a!important;
}
body.postid-12283 .entry-content div[style*="background:linear-gradient(135deg,#1428a0"],
body.postid-12283 .entry-content div[style*="background:linear-gradient(135deg,#0d1b6e"]{
  background:
    radial-gradient(circle at 90% 10%,rgba(32,182,106,.20),transparent 30%),
    linear-gradient(135deg,#0b1117,#172532)!important;
}
body.postid-12283 .entry-content div[style*="background:linear-gradient(135deg,#f5f7ff"],
body.postid-12283 .entry-content div[style*="background:linear-gradient(135deg,#f0f4ff"],
body.postid-12283 .entry-content div[style*="background:linear-gradient(145deg,#ffffff 0%,#f8f9ff"]{
  background:#fff!important;
  border-color:#dce3e7!important;
  box-shadow:0 10px 30px rgba(16,24,32,.045)!important;
}
body.postid-12283 .entry-content div[style*="background:linear-gradient(135deg,#f0f4ff"] p{
  color:#36424c!important;
}
body.postid-12283 .entry-content div[style*="background:linear-gradient(135deg,#1428a0"] a[style*="background:#fff"]{
  color:#101820!important;
  border-radius:12px!important;
}
body.postid-12283 .entry-content div[style*="background:linear-gradient(135deg,#1428a0"] a[href*="wa.me"]{
  background:#20b66a!important;
  color:#08150e!important;
  border-radius:12px!important;
}
body.postid-12283 .entry-content div[style*="background:linear-gradient(135deg,#1428a0"] a[href^="tel:"]{
  border-radius:12px!important;
}
body.postid-12283 .entry-content details{
  border-color:#dce3e7!important;
  border-radius:16px!important;
  box-shadow:0 6px 20px rgba(16,24,32,.035)!important;
}
body.postid-12283 .entry-content details summary{
  color:#101820!important;
  background:#fff!important;
}
body.postid-12283 .entry-content details summary span{color:#20b66a!important}
body.postid-12283 .entry-content img{border-radius:18px!important}
@media(max-width:620px){
  body.postid-12283 .entry-content{width:min(100% - 20px,1120px)!important}
  body.postid-12283 .entry-content>div:first-child{border-radius:20px!important;padding-left:18px!important;padding-right:18px!important}
}


/* --- WPWriter addition --- */

/* =====================================================
   TICOELECTRÓNICA 2026 — NORMALIZACIÓN VISUAL
   RCA vs Sankey · post 12045
   Alineado con portada .te26 sin tocar contenido/SEO
   ===================================================== */
body.postid-12045 .entry-content{
  max-width:1120px!important;
  width:min(1120px,calc(100% - 28px))!important;
  padding:0!important;
}
body.postid-12045 .entry-content>div:first-child{
  color:#101820!important;
}
body.postid-12045 .entry-content>div:first-child>div:first-child{
  border-radius:28px!important;
  background:
    radial-gradient(circle at 85% 12%,rgba(32,182,106,.22),transparent 28%),
    radial-gradient(circle at 12% 86%,rgba(255,181,71,.13),transparent 30%),
    linear-gradient(135deg,#0b1117 0%,#172532 100%)!important;
  box-shadow:0 22px 55px rgba(16,24,32,.16)!important;
}
body.postid-12045 .entry-content>div:first-child>div:first-child div[style*="color:#00d4ff"]{
  color:#8fe0b4!important;
}
body.postid-12045 .entry-content h2,
body.postid-12045 .entry-content h3{
  color:#101820!important;
  border-color:#dce3e7!important;
  letter-spacing:-.025em!important;
}
body.postid-12045 .entry-content h2::after{background:#20b66a!important}
body.postid-12045 .entry-content a[style*="color:#1428a0"],
body.postid-12045 .entry-content a[style*="color:#1e3a8a"],
body.postid-12045 .entry-content a[style*="color:#15803d"]{
  color:#0b7441!important;
  border-bottom-color:#20b66a!important;
}
body.postid-12045 .entry-content div[style*="border-left:8px solid #1428a0"]{
  border-left-color:#20b66a!important;
}
body.postid-12045 .entry-content div[style*="color:#1e40af"],
body.postid-12045 .entry-content div[style*="color:#d97706"]{
  color:#101820!important;
}
body.postid-12045 .entry-content div[style*="background:#f8fafc"],
body.postid-12045 .entry-content div[style*="background:#eef2ff"]{
  background:#f5f7f8!important;
  border-color:#dce3e7!important;
}
body.postid-12045 .entry-content div[style*="background:linear-gradient(135deg,#0f172a"],
body.postid-12045 .entry-content div[style*="background:linear-gradient(135deg,#1428a0"]{
  background:
    radial-gradient(circle at 90% 10%,rgba(32,182,106,.20),transparent 30%),
    linear-gradient(135deg,#0b1117,#172532)!important;
}
body.postid-12045 .entry-content table{
  border:1px solid #dce3e7!important;
  border-radius:18px!important;
  overflow:hidden!important;
  box-shadow:0 10px 30px rgba(16,24,32,.045)!important;
}
body.postid-12045 .entry-content thead tr,
body.postid-12045 .entry-content th{
  background:#172532!important;
  color:#fff!important;
}
body.postid-12045 .entry-content td{
  background:#fff!important;
  border-color:#e7ecef!important;
}
body.postid-12045 .entry-content img{border-radius:18px!important}
body.postid-12045 .entry-content a[href*="mejor-sistema-operativo"][style*="background:#1428a0"]{
  background:#20b66a!important;
  color:#08150e!important;
  border-radius:12px!important;
}
body.postid-12045 .entry-content a[href*="wa.me"]{
  background:#20b66a!important;
  color:#08150e!important;
  border-radius:12px!important;
}
body.postid-12045 .entry-content a[href^="tel:"]{
  color:#101820!important;
  border-radius:12px!important;
}
@media(max-width:620px){
  body.postid-12045 .entry-content{width:min(100% - 20px,1120px)!important}
  body.postid-12045 .entry-content>div:first-child>div:first-child{border-radius:20px!important}
}


/* --- WPWriter addition --- */

/* =====================================================
   ECOSISTEMA CONTROLES — fichas comerciales prioritarias
   Roku 12754 · JVC AD1774 12775 · Samsung 12767
   Sony 12751 · JVC RM-C3362 12750
   ===================================================== */
body.postid-12754 .te-product-chips,
body.postid-12775 .te-product-chips,
body.postid-12767 .te-product-chips,
body.postid-12751 .te-product-chips,
body.postid-12750 .te-product-chips{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:7px;
  margin-top:14px;
}
body.postid-12754 .te-product-chips span,
body.postid-12775 .te-product-chips span,
body.postid-12767 .te-product-chips span,
body.postid-12751 .te-product-chips span,
body.postid-12750 .te-product-chips span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 10px;
  border:1px solid #d7e6ef;
  border-radius:999px;
  background:#f5fbff;
  color:#18496b;
  font-size:.76rem;
  font-weight:800;
  line-height:1.15;
}

/* Cierre comercial limpio: sin elementos de blog/Jetpack que distraen */
body.postid-12754 .sharedaddy,
body.postid-12754 .sd-sharing-enabled,
body.postid-12754 .sd-like,
body.postid-12754 .jp-relatedposts,
body.postid-12754 .wp-block-jetpack-subscriptions,
body.postid-12754 .wpcom-subscription,
body.postid-12754 .wp-block-jetpack-subscriptions__container,
body.postid-12754 .wp-block-post-author,
body.postid-12754 .author-bio,
body.postid-12754 .post-author,
body.postid-12775 .sharedaddy,
body.postid-12775 .sd-sharing-enabled,
body.postid-12775 .sd-like,
body.postid-12775 .jp-relatedposts,
body.postid-12775 .wp-block-jetpack-subscriptions,
body.postid-12775 .wpcom-subscription,
body.postid-12775 .wp-block-jetpack-subscriptions__container,
body.postid-12775 .wp-block-post-author,
body.postid-12775 .author-bio,
body.postid-12775 .post-author,
body.postid-12767 .sharedaddy,
body.postid-12767 .sd-sharing-enabled,
body.postid-12767 .sd-like,
body.postid-12767 .jp-relatedposts,
body.postid-12767 .wp-block-jetpack-subscriptions,
body.postid-12767 .wpcom-subscription,
body.postid-12767 .wp-block-jetpack-subscriptions__container,
body.postid-12767 .wp-block-post-author,
body.postid-12767 .author-bio,
body.postid-12767 .post-author,
body.postid-12751 .sharedaddy,
body.postid-12751 .sd-sharing-enabled,
body.postid-12751 .sd-like,
body.postid-12751 .jp-relatedposts,
body.postid-12751 .wp-block-jetpack-subscriptions,
body.postid-12751 .wpcom-subscription,
body.postid-12751 .wp-block-jetpack-subscriptions__container,
body.postid-12751 .wp-block-post-author,
body.postid-12751 .author-bio,
body.postid-12751 .post-author,
body.postid-12750 .sharedaddy,
body.postid-12750 .sd-sharing-enabled,
body.postid-12750 .sd-like,
body.postid-12750 .jp-relatedposts,
body.postid-12750 .wp-block-jetpack-subscriptions,
body.postid-12750 .wpcom-subscription,
body.postid-12750 .wp-block-jetpack-subscriptions__container,
body.postid-12750 .wp-block-post-author,
body.postid-12750 .author-bio,
body.postid-12750 .post-author{
  display:none!important;
}


/* --- WPWriter addition --- */

/* =====================================================
   ECOSISTEMA CONTROLES REMOTOS — fichas comerciales
   Unifica chips y elimina ruido de blog/Jetpack
   ===================================================== */
.te-product-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin:12px 0 0}.te-product-chips span{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border:1px solid #d8e6ee;border-radius:999px;background:#f4f9fc;color:#23465f;font-size:.72rem;font-weight:800;line-height:1.2}
body.postid-12880 .sharedaddy,body.postid-12880 .sd-like,body.postid-12880 .jp-relatedposts,body.postid-12880 .wp-block-jetpack-subscriptions,body.postid-12880 .wpcom-subscription,
body.postid-12879 .sharedaddy,body.postid-12879 .sd-like,body.postid-12879 .jp-relatedposts,body.postid-12879 .wp-block-jetpack-subscriptions,body.postid-12879 .wpcom-subscription,
body.postid-12878 .sharedaddy,body.postid-12878 .sd-like,body.postid-12878 .jp-relatedposts,body.postid-12878 .wp-block-jetpack-subscriptions,body.postid-12878 .wpcom-subscription,
body.postid-12877 .sharedaddy,body.postid-12877 .sd-like,body.postid-12877 .jp-relatedposts,body.postid-12877 .wp-block-jetpack-subscriptions,body.postid-12877 .wpcom-subscription,
body.postid-12876 .sharedaddy,body.postid-12876 .sd-like,body.postid-12876 .jp-relatedposts,body.postid-12876 .wp-block-jetpack-subscriptions,body.postid-12876 .wpcom-subscription,
body.postid-12875 .sharedaddy,body.postid-12875 .sd-like,body.postid-12875 .jp-relatedposts,body.postid-12875 .wp-block-jetpack-subscriptions,body.postid-12875 .wpcom-subscription,
body.postid-12874 .sharedaddy,body.postid-12874 .sd-like,body.postid-12874 .jp-relatedposts,body.postid-12874 .wp-block-jetpack-subscriptions,body.postid-12874 .wpcom-subscription,
body.postid-12873 .sharedaddy,body.postid-12873 .sd-like,body.postid-12873 .jp-relatedposts,body.postid-12873 .wp-block-jetpack-subscriptions,body.postid-12873 .wpcom-subscription,
body.postid-12858 .sharedaddy,body.postid-12858 .sd-like,body.postid-12858 .jp-relatedposts,body.postid-12858 .wp-block-jetpack-subscriptions,body.postid-12858 .wpcom-subscription,
body.postid-12857 .sharedaddy,body.postid-12857 .sd-like,body.postid-12857 .jp-relatedposts,body.postid-12857 .wp-block-jetpack-subscriptions,body.postid-12857 .wpcom-subscription,
body.postid-12856 .sharedaddy,body.postid-12856 .sd-like,body.postid-12856 .jp-relatedposts,body.postid-12856 .wp-block-jetpack-subscriptions,body.postid-12856 .wpcom-subscription,
body.postid-12855 .sharedaddy,body.postid-12855 .sd-like,body.postid-12855 .jp-relatedposts,body.postid-12855 .wp-block-jetpack-subscriptions,body.postid-12855 .wpcom-subscription,
body.postid-12776 .sharedaddy,body.postid-12776 .sd-like,body.postid-12776 .jp-relatedposts,body.postid-12776 .wp-block-jetpack-subscriptions,body.postid-12776 .wpcom-subscription,
body.postid-12775 .sharedaddy,body.postid-12775 .sd-like,body.postid-12775 .jp-relatedposts,body.postid-12775 .wp-block-jetpack-subscriptions,body.postid-12775 .wpcom-subscription,
body.postid-12774 .sharedaddy,body.postid-12774 .sd-like,body.postid-12774 .jp-relatedposts,body.postid-12774 .wp-block-jetpack-subscriptions,body.postid-12774 .wpcom-subscription,
body.postid-12773 .sharedaddy,body.postid-12773 .sd-like,body.postid-12773 .jp-relatedposts,body.postid-12773 .wp-block-jetpack-subscriptions,body.postid-12773 .wpcom-subscription,
body.postid-12772 .sharedaddy,body.postid-12772 .sd-like,body.postid-12772 .jp-relatedposts,body.postid-12772 .wp-block-jetpack-subscriptions,body.postid-12772 .wpcom-subscription,
body.postid-12771 .sharedaddy,body.postid-12771 .sd-like,body.postid-12771 .jp-relatedposts,body.postid-12771 .wp-block-jetpack-subscriptions,body.postid-12771 .wpcom-subscription,
body.postid-12770 .sharedaddy,body.postid-12770 .sd-like,body.postid-12770 .jp-relatedposts,body.postid-12770 .wp-block-jetpack-subscriptions,body.postid-12770 .wpcom-subscription,
body.postid-12769 .sharedaddy,body.postid-12769 .sd-like,body.postid-12769 .jp-relatedposts,body.postid-12769 .wp-block-jetpack-subscriptions,body.postid-12769 .wpcom-subscription,
body.postid-12768 .sharedaddy,body.postid-12768 .sd-like,body.postid-12768 .jp-relatedposts,body.postid-12768 .wp-block-jetpack-subscriptions,body.postid-12768 .wpcom-subscription,
body.postid-12767 .sharedaddy,body.postid-12767 .sd-like,body.postid-12767 .jp-relatedposts,body.postid-12767 .wp-block-jetpack-subscriptions,body.postid-12767 .wpcom-subscription,
body.postid-12754 .sharedaddy,body.postid-12754 .sd-like,body.postid-12754 .jp-relatedposts,body.postid-12754 .wp-block-jetpack-subscriptions,body.postid-12754 .wpcom-subscription,
body.postid-12753 .sharedaddy,body.postid-12753 .sd-like,body.postid-12753 .jp-relatedposts,body.postid-12753 .wp-block-jetpack-subscriptions,body.postid-12753 .wpcom-subscription,
body.postid-12752 .sharedaddy,body.postid-12752 .sd-like,body.postid-12752 .jp-relatedposts,body.postid-12752 .wp-block-jetpack-subscriptions,body.postid-12752 .wpcom-subscription,
body.postid-12751 .sharedaddy,body.postid-12751 .sd-like,body.postid-12751 .jp-relatedposts,body.postid-12751 .wp-block-jetpack-subscriptions,body.postid-12751 .wpcom-subscription,
body.postid-12750 .sharedaddy,body.postid-12750 .sd-like,body.postid-12750 .jp-relatedposts,body.postid-12750 .wp-block-jetpack-subscriptions,body.postid-12750 .wpcom-subscription{display:none!important}
@media(max-width:600px){.te-product-chips{justify-content:flex-start}.te-product-chips span{font-size:.7rem}}


/* --- WPWriter addition --- */

/* =====================================================
   TICOELECTRÓNICA 2026 — NORMALIZACIÓN VISUAL
   120Hz vs 240Hz · MEMC · Técnico de Televisores
   Posts 12080 · 12092 · 12087
   Solo presentación; preserva contenido y enlaces
   ===================================================== */
body:is(.postid-12080,.postid-12092,.postid-12087) .entry-content{
  max-width:1120px!important;
  width:min(1120px,calc(100% - 28px))!important;
  padding:0!important;
}

/* Paleta editorial común */
body:is(.postid-12080,.postid-12092,.postid-12087) .entry-content{
  color:#101820!important;
}
body:is(.postid-12080,.postid-12092,.postid-12087) .entry-content h2,
body:is(.postid-12080,.postid-12092,.postid-12087) .entry-content h3,
body:is(.postid-12080,.postid-12092,.postid-12087) .entry-content h4{
  color:#101820!important;
  letter-spacing:-.02em!important;
}
body:is(.postid-12080,.postid-12092,.postid-12087) .entry-content a[style*="color:#1428a0"],
body:is(.postid-12080,.postid-12092,.postid-12087) .entry-content a[style*="color:#1a3a6b"],
body:is(.postid-12080,.postid-12092,.postid-12087) .entry-content strong[style*="color:#1428a0"]{
  color:#0b7441!important;
  border-color:#20b66a!important;
}

/* 120Hz vs 240Hz — hero y superficies */
body.postid-12080 .entry-content body{
  background:#f5f7f8!important;
  color:#101820!important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
}
body.postid-12080 .entry-content body>div:first-of-type{
  border-radius:28px!important;
  background:
    radial-gradient(circle at 85% 12%,rgba(32,182,106,.22),transparent 28%),
    radial-gradient(circle at 12% 86%,rgba(255,181,71,.13),transparent 30%),
    linear-gradient(135deg,#0b1117 0%,#172532 100%)!important;
}
body.postid-12080 .entry-content div[style*="background:linear-gradient(135deg,#1428a0"],
body.postid-12080 .entry-content div[style*="background:linear-gradient(90deg,#1428a0"],
body.postid-12080 .entry-content div[style*="background:linear-gradient(135deg,#0f0f23"]{
  background:linear-gradient(135deg,#0b1117,#172532)!important;
}
body.postid-12080 .entry-content div[style*="background:#fff"],
body.postid-12080 .entry-content div[style*="background:linear-gradient(180deg,#f8f9fa,#fff"]{
  border-color:#dce3e7!important;
  box-shadow:0 8px 26px rgba(16,24,32,.045)!important;
}
body.postid-12080 .entry-content table{
  border:1px solid #dce3e7!important;
  border-radius:18px!important;
  overflow:hidden!important;
}
body.postid-12080 .entry-content thead tr,
body.postid-12080 .entry-content th{
  background:#172532!important;
  color:#fff!important;
}
body.postid-12080 .entry-content div[style*="background:linear-gradient(135deg,#1428a0"] a[href*="wa.me"]{
  background:#20b66a!important;
  color:#08150e!important;
}
body.postid-12080 .entry-content span[style*="color:#ffd700"]{
  color:#8fe0b4!important;
}

/* MEMC — hero, numeración y tarjetas */
body.postid-12092 .entry-content>h1.wp-block-heading{
  margin-bottom:22px!important;
  color:#101820!important;
}
body.postid-12092 .entry-content>div[style*="max-width:900px"]{
  max-width:980px!important;
  background:#f5f7f8!important;
  border-radius:24px!important;
}
body.postid-12092 .entry-content>div[style*="max-width:900px"]>div:first-child{
  color:#fff!important;
  background:
    radial-gradient(circle at 85% 12%,rgba(32,182,106,.22),transparent 28%),
    radial-gradient(circle at 12% 86%,rgba(255,181,71,.12),transparent 30%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  border-color:rgba(255,255,255,.12)!important;
  box-shadow:0 20px 48px rgba(16,24,32,.14)!important;
}
body.postid-12092 .entry-content>div[style*="max-width:900px"]>div:first-child h2,
body.postid-12092 .entry-content>div[style*="max-width:900px"]>div:first-child p{
  color:#fff!important;
}
body.postid-12092 .entry-content div[style*="background:linear-gradient(135deg, #1428a0"],
body.postid-12092 .entry-content div[style*="background:linear-gradient(135deg,#1428a0"]{
  background:linear-gradient(135deg,#172532,#0b1117)!important;
}
body.postid-12092 .entry-content div[style*="width:50px"][style*="background:linear-gradient"]{
  background:#20b66a!important;
  color:#08150e!important;
  border-radius:12px!important;
}
body.postid-12092 .entry-content div[style*="background:#ffffff"],
body.postid-12092 .entry-content div[style*="background:linear-gradient(135deg, #f5f7ff"],
body.postid-12092 .entry-content div[style*="background:linear-gradient(135deg,#f5f7ff"]{
  border-color:#dce3e7!important;
  box-shadow:0 8px 26px rgba(16,24,32,.04)!important;
}
body.postid-12092 .entry-content img{
  border-radius:18px!important;
  box-shadow:0 10px 30px rgba(16,24,32,.08)!important;
}
body.postid-12092 .entry-content div[style*="border-left:4px solid #1428a0"]{
  border-left-color:#20b66a!important;
}

/* Técnico de Televisores — página de autoridad */
body.postid-12087 .entry-content>div:first-child{
  max-width:980px!important;
  color:#101820!important;
}
body.postid-12087 .entry-content>div:first-child>div:first-child{
  border-radius:28px!important;
  background:
    radial-gradient(circle at 85% 12%,rgba(32,182,106,.22),transparent 28%),
    radial-gradient(circle at 12% 86%,rgba(255,181,71,.13),transparent 30%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  box-shadow:0 22px 55px rgba(16,24,32,.16)!important;
}
body.postid-12087 .entry-content div[style*="background:linear-gradient(135deg,#1a237e"],
body.postid-12087 .entry-content div[style*="background:linear-gradient(135deg,#1428a0"],
body.postid-12087 .entry-content span[style*="background:linear-gradient(135deg,#1428a0"]{
  background:linear-gradient(135deg,#172532,#0b1117)!important;
}
body.postid-12087 .entry-content div[style*="background:#fff"]{
  border-color:#dce3e7!important;
  box-shadow:0 8px 26px rgba(16,24,32,.045)!important;
}
body.postid-12087 .entry-content div[style*="background:linear-gradient(135deg,#f5f7ff"],
body.postid-12087 .entry-content div[style*="background:#f8f9ff"]{
  background:#f5f7f8!important;
  border-color:#dce3e7!important;
}
body.postid-12087 .entry-content span[style*="border:2px solid #1428a0"]{
  border-color:#20b66a!important;
  color:#0b7441!important;
  background:#fff!important;
}
body.postid-12087 .entry-content a[href*="wa.me"]{
  background:#20b66a!important;
  color:#08150e!important;
  border-radius:12px!important;
}
body.postid-12087 .entry-content a[href^="tel:"]{
  border-radius:12px!important;
}
body.postid-12087 .entry-content img{border-radius:18px!important}

@media(max-width:620px){
  body:is(.postid-12080,.postid-12092,.postid-12087) .entry-content{
    width:min(100% - 20px,1120px)!important;
  }
  body.postid-12080 .entry-content body>div:first-of-type,
  body.postid-12092 .entry-content>div[style*="max-width:900px"]>div:first-child,
  body.postid-12087 .entry-content>div:first-child>div:first-child{
    border-radius:20px!important;
  }
}


/* --- WPWriter addition --- */

/* =====================================================
   CONTROLES SAMSUNG — page 150 / alineación ecosistema
   ===================================================== */
body.page-id-150 .entry-content{max-width:1080px!important;width:min(1080px,calc(100% - 30px))!important;padding:0!important}
body.page-id-150 .entry-content>article{--sh-ink:#17212b;--sh-navy:#10263c;--sh-blue:#1266aa;--sh-green:#157a41;--sh-line:#dbe5ec;--sh-soft:#f5f9fc;color:var(--sh-ink);font-size:17px;line-height:1.7}
body.page-id-150 .entry-content>article>h1{margin:18px 0 28px!important;padding:clamp(34px,6vw,64px)!important;border-radius:24px!important;background:linear-gradient(135deg,#10263c,#173e60)!important;color:#fff!important;font-size:clamp(2.15rem,5vw,4rem)!important;line-height:1.04!important;letter-spacing:-.04em!important;box-shadow:0 18px 44px rgba(16,38,60,.16)!important}
body.page-id-150 .entry-content>article>h1+ p{font-size:1.14rem;color:#344b5d}
body.page-id-150 .entry-content>article h2{margin:52px 0 16px!important;color:var(--sh-navy)!important;font-size:clamp(1.55rem,3vw,2.2rem)!important;line-height:1.18!important;letter-spacing:-.025em!important}
body.page-id-150 .entry-content>article h2:after{content:"";display:block;width:46px;height:3px;margin-top:11px;border-radius:99px;background:var(--sh-blue)}
body.page-id-150 .entry-content>article h3{margin-top:28px;color:var(--sh-navy);font-size:1.16rem}
body.page-id-150 .entry-content>article p{max-width:78ch;color:#405366}
body.page-id-150 .entry-content>article ul{padding:20px 22px 20px 42px;border:1px solid var(--sh-line);border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(16,38,60,.05)}
body.page-id-150 .entry-content>article li{margin:8px 0}
body.page-id-150 .entry-content>article figure{overflow:hidden;margin:28px 0;border:1px solid var(--sh-line);border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(16,38,60,.08)}
body.page-id-150 .entry-content>article figure img{width:100%;max-height:680px;object-fit:contain;padding:22px;background:linear-gradient(#fff,#f8fbfd)}
body.page-id-150 .entry-content>article figure iframe{display:block;width:100%;aspect-ratio:16/9;height:auto}
body.page-id-150 .entry-content>article figcaption{padding:11px 16px;color:#5b6875;font-size:.9rem}
body.page-id-150 .entry-content>article a[href*="wa.me"]{display:inline-flex!important;align-items:center;justify-content:center;min-height:50px;padding:0 20px!important;border:0!important;border-radius:10px!important;background:linear-gradient(180deg,#21a85d,#157a41)!important;color:#fff!important;font-size:.9rem!important;font-weight:850!important;text-decoration:none!important;box-shadow:0 9px 20px rgba(21,122,65,.2)}
body.page-id-150 .entry-content>article a[href*="wa.me"]:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(21,122,65,.26)}
body.page-id-150 .entry-content>article a[href*="controles-remoto-tv"]{font-weight:800;color:var(--sh-blue)}
body.page-id-150 .sharedaddy,body.page-id-150 .sd-like,body.page-id-150 .jp-relatedposts,body.page-id-150 .wp-block-jetpack-subscriptions,body.page-id-150 .wpcom-subscription{display:none!important}
@media(max-width:620px){body.page-id-150 .entry-content{width:calc(100% - 24px)!important}body.page-id-150 .entry-content>article{font-size:16px}body.page-id-150 .entry-content>article>h1{border-radius:18px!important;padding:30px 20px!important}body.page-id-150 .entry-content>article a[href*="wa.me"]{width:100%}}


/* --- WPWriter addition --- */

/* =====================================================
   TICOELECTRÓNICA 2026 — BLOQUE COMERCIAL/COMPRA
   Gamas 2026 · Samsung Gollo · RCA Roku 86
   Posts 12362 · 12218 · 12270
   Solo presentación; no modifica contenido ni SEO
   ===================================================== */

/* ---------- 12362 · Gamas de televisores 2026 ---------- */
body.postid-12362 .entry-content{
  max-width:1120px!important;
  width:min(1120px,calc(100% - 28px))!important;
  padding:0!important;
}
body.postid-12362 .entry-content .glass-container{
  max-width:1080px!important;
  margin:18px auto 56px!important;
  background:#f5f7f8!important;
  border:1px solid #dce3e7!important;
  border-radius:28px!important;
  box-shadow:0 18px 48px rgba(16,24,32,.08)!important;
}
body.postid-12362 .entry-content .hero{
  background:
    radial-gradient(circle at 85% 12%,rgba(32,182,106,.22),transparent 28%),
    radial-gradient(circle at 12% 86%,rgba(255,181,71,.13),transparent 30%),
    linear-gradient(135deg,#0b1117 0%,#172532 100%)!important;
  border-radius:28px 28px 0 0!important;
}
body.postid-12362 .entry-content .hero-badge{
  background:rgba(255,255,255,.06)!important;
  border-color:rgba(255,255,255,.18)!important;
}
body.postid-12362 .entry-content .nav-glass{
  background:rgba(255,255,255,.94)!important;
  border-color:#dce3e7!important;
  box-shadow:0 8px 24px rgba(16,24,32,.05)!important;
}
body.postid-12362 .entry-content .nav-glass a{color:#0b7441!important}
body.postid-12362 .entry-content .nav-glass a:hover{background:#20b66a!important;color:#08150e!important}
body.postid-12362 .entry-content .glass-card,
body.postid-12362 .entry-content .spec-item,
body.postid-12362 .entry-content .accordion-item{
  background:#fff!important;
  border:1px solid #dce3e7!important;
  box-shadow:0 8px 24px rgba(16,24,32,.04)!important;
  backdrop-filter:none!important;
}
body.postid-12362 .entry-content .glass-card h3,
body.postid-12362 .entry-content h3{color:#101820!important}
body.postid-12362 .entry-content h2{
  color:#101820!important;
  background:none!important;
  -webkit-text-fill-color:initial!important;
  border-left:5px solid #20b66a!important;
}
body.postid-12362 .entry-content a{color:#0b7441!important}
body.postid-12362 .entry-content .table-wrapper{
  background:#fff!important;
  border:1px solid #dce3e7!important;
  border-radius:18px!important;
  box-shadow:0 8px 24px rgba(16,24,32,.04)!important;
  backdrop-filter:none!important;
}
body.postid-12362 .entry-content th{background:#172532!important;color:#fff!important}
body.postid-12362 .entry-content td{background:#fff!important;border-color:#e7ecef!important}
body.postid-12362 .entry-content .alert-glass.info{background:#eef8f2!important;border-left-color:#20b66a!important}
body.postid-12362 .entry-content .alert-glass.success{background:#eef8f2!important;border-left-color:#20b66a!important}
body.postid-12362 .entry-content .price-tag,
body.postid-12362 .entry-content .tab-btn.activo{
  background:#20b66a!important;
  color:#08150e!important;
}
body.postid-12362 .entry-content .brand-badge{
  background:#e8f8ef!important;
  color:#0b7441!important;
}
body.postid-12362 .entry-content .whatsapp-btn{
  background:#20b66a!important;
  color:#08150e!important;
  border-radius:12px!important;
}
body.postid-12362 .entry-content .dark-toggle{display:none!important}

/* ---------- 12218 · Samsung Gollo ---------- */
body.postid-12218 .entry-content{
  max-width:1120px!important;
  width:min(1120px,calc(100% - 28px))!important;
  padding:0!important;
}
body.postid-12218 .articulo-televisores-samsung{
  max-width:1080px!important;
  color:#101820!important;
}
body.postid-12218 .articulo-televisores-samsung .frase-inicial{
  padding:24px 26px!important;
  border:1px solid #cfe9da!important;
  border-left:5px solid #20b66a!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#f3fbf6,#eaf8f0)!important;
  color:#173d2a!important;
}
body.postid-12218 .articulo-televisores-samsung .intro,
body.postid-12218 .articulo-televisores-samsung .respuesta-rapida,
body.postid-12218 .articulo-televisores-samsung .anuncio-servicio-inline{
  background:#f5f7f8!important;
  border-left-color:#20b66a!important;
  border-radius:0 16px 16px 0!important;
}
body.postid-12218 .articulo-televisores-samsung .anuncio-servicio{
  background:
    radial-gradient(circle at 90% 10%,rgba(32,182,106,.14),transparent 30%),
    #fff!important;
  border-color:#dce3e7!important;
  border-radius:20px!important;
  box-shadow:0 10px 30px rgba(16,24,32,.05)!important;
}
body.postid-12218 .articulo-televisores-samsung .anuncio-texto h3,
body.postid-12218 .articulo-televisores-samsung h2,
body.postid-12218 .articulo-televisores-samsung h3,
body.postid-12218 .articulo-televisores-samsung .top-titulo,
body.postid-12218 .articulo-televisores-samsung .top-precio{
  color:#101820!important;
}
body.postid-12218 .articulo-televisores-samsung h2{
  border-bottom:1px solid #dce3e7!important;
  letter-spacing:-.025em!important;
}
body.postid-12218 .articulo-televisores-samsung .boton-servicio{
  background:#20b66a!important;
  color:#08150e!important;
  border-radius:12px!important;
  box-shadow:0 10px 24px rgba(32,182,106,.2)!important;
}
body.postid-12218 .articulo-televisores-samsung .tabla-contenido,
body.postid-12218 .articulo-televisores-samsung .captura-gollo,
body.postid-12218 .articulo-televisores-samsung .faq p{
  background:#f5f7f8!important;
  border-color:#dce3e7!important;
  border-radius:16px!important;
}
body.postid-12218 .articulo-televisores-samsung .tabla-contenido a,
body.postid-12218 .articulo-televisores-samsung a,
body.postid-12218 .articulo-televisores-samsung .lecturas-recomendadas a{
  color:#0b7441!important;
}
body.postid-12218 .articulo-televisores-samsung .lecturas-recomendadas li{border-left-color:#20b66a!important}
body.postid-12218 .articulo-televisores-samsung .top-card{
  border-color:#dce3e7!important;
  border-radius:18px!important;
  box-shadow:0 8px 24px rgba(16,24,32,.04)!important;
}
body.postid-12218 .articulo-televisores-samsung table{
  border:1px solid #dce3e7!important;
  border-radius:18px!important;
  overflow:hidden!important;
  box-shadow:0 8px 24px rgba(16,24,32,.035)!important;
}
body.postid-12218 .articulo-televisores-samsung th{
  background:#172532!important;
  color:#fff!important;
}
body.postid-12218 .articulo-televisores-samsung td{
  border-color:#e7ecef!important;
  background:#fff!important;
}
body.postid-12218 .articulo-televisores-samsung .precio-oferta strong{color:#0b7441!important}

/* ---------- 12270 · RCA Roku 86 ---------- */
body.postid-12270 .entry-content{
  max-width:1120px!important;
  width:min(1120px,calc(100% - 28px))!important;
  padding:0!important;
}
body.postid-12270 .entry-content>div:first-child{
  border-radius:28px!important;
  background:
    radial-gradient(circle at 85% 12%,rgba(32,182,106,.22),transparent 28%),
    radial-gradient(circle at 12% 86%,rgba(255,181,71,.13),transparent 30%),
    linear-gradient(135deg,#0b1117 0%,#172532 100%)!important;
  box-shadow:0 22px 55px rgba(16,24,32,.16)!important;
}
body.postid-12270 .entry-content>div:nth-child(2){max-width:920px!important}
body.postid-12270 .entry-content h2,
body.postid-12270 .entry-content h3,
body.postid-12270 .entry-content strong[style*="color: #1428a0"]{
  color:#101820!important;
  letter-spacing:-.02em!important;
}
body.postid-12270 .entry-content h2{border-bottom-color:#dce3e7!important}
body.postid-12270 .entry-content div[style*="background: linear-gradient(135deg,#1428a0"],
body.postid-12270 .entry-content div[style*="background: linear-gradient(135deg,#0d1b6e"],
body.postid-12270 .entry-content div[style*="background: linear-gradient(90deg,#1428a0"]{
  background:linear-gradient(135deg,#0b1117,#172532)!important;
}
body.postid-12270 .entry-content div[style*="background: linear-gradient(135deg,#f8f9ff"],
body.postid-12270 .entry-content div[style*="background: linear-gradient(135deg,#f0f4ff"],
body.postid-12270 .entry-content div[style*="background: linear-gradient(135deg,#fff 0%,#f8f9ff"]{
  background:#fff!important;
  border-color:#dce3e7!important;
  box-shadow:0 8px 24px rgba(16,24,32,.04)!important;
}
body.postid-12270 .entry-content a[style*="color: #1428a0"],
body.postid-12270 .entry-content a[style*="color: #1e3a8a"],
body.postid-12270 .entry-content div[style*="color: #1428a0"]{
  color:#0b7441!important;
}
body.postid-12270 .entry-content div[style*="background: linear-gradient(135deg,#1428a0"] a[href*="wa.me"]{
  background:#20b66a!important;
  color:#08150e!important;
  border-radius:12px!important;
}
body.postid-12270 .entry-content a[href^="tel:"]{border-radius:12px!important}
body.postid-12270 .entry-content details{
  border-color:#dce3e7!important;
  border-radius:16px!important;
  box-shadow:0 6px 20px rgba(16,24,32,.035)!important;
}
body.postid-12270 .entry-content details summary{
  color:#101820!important;
  background:#fff!important;
}
body.postid-12270 .entry-content details summary span{color:#20b66a!important}
body.postid-12270 .entry-content a[style*="border-left: 4px solid #1428a0"]{
  border-left-color:#20b66a!important;
  color:#0b7441!important;
}
body.postid-12270 .entry-content img{border-radius:18px!important}

@media(max-width:620px){
  body:is(.postid-12362,.postid-12218,.postid-12270) .entry-content{
    width:min(100% - 20px,1120px)!important;
  }
  body.postid-12362 .entry-content .glass-container,
  body.postid-12270 .entry-content>div:first-child{
    border-radius:20px!important;
  }
}


/* --- WPWriter addition --- */
/* FIX CONTRASTE HERO - Gamas de televisores 2026 · post 12362 */
body.postid-12362 .entry-content .hero{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.18),transparent 30%),
    radial-gradient(circle at 12% 88%,rgba(255,181,71,.10),transparent 28%),
    linear-gradient(135deg,#0b1117 0%,#172532 100%)!important;
}
body.postid-12362 .entry-content .hero h1{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  background:none!important;
  text-shadow:none!important;
}
body.postid-12362 .entry-content .hero p{
  color:#f3f6f7!important;
  opacity:1!important;
}
body.postid-12362 .entry-content .hero-meta,
body.postid-12362 .entry-content .hero-meta span{
  color:#d7e0e4!important;
  opacity:1!important;
}
body.postid-12362 .entry-content .hero-badge{
  color:#ffffff!important;
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(255,255,255,.22)!important;
}
body.postid-12362 .entry-content .nav-glass a{
  color:#0b7441!important;
  font-weight:800!important;
}
body.postid-12362 .entry-content .nav-glass a:hover{
  background:#20b66a!important;
  color:#08150e!important;
}
body.postid-12362 .entry-content .alert-glass.info{
  color:#101820!important;
  background:#eaf8f0!important;
  border-left-color:#20b66a!important;
}
body.postid-12362 .entry-content .glass-card,
body.postid-12362 .entry-content .tab-content .glass-card{
  color:#101820!important;
}
body.postid-12362 .entry-content .tab-btn.activo{
  background:#20b66a!important;
  color:#08150e!important;
}
body.postid-12362 .entry-content .tab-btn:not(.activo){
  background:#ffffff!important;
  color:#101820!important;
  border-color:#dce3e7!important;
}


/* --- WPWriter addition --- */

/* =====================================================
   TICOELECTRÓNICA 2026 — NORMALIZACIÓN VISUAL + CONTRASTE
   Telstar 12263 · JVC compra 12244 · Sankey CLEDQ65WD2 12066 · 4K barato vs caro 11924
   ===================================================== */
body:is(.postid-12263,.postid-12244,.postid-12066,.postid-11924) .entry-content{
  max-width:1120px!important;
  width:min(1120px,calc(100% - 28px))!important;
  padding:0!important;
  color:#101820!important;
}
body:is(.postid-12263,.postid-12244,.postid-12066,.postid-11924) .entry-content h2,
body:is(.postid-12263,.postid-12244,.postid-12066,.postid-11924) .entry-content h3,
body:is(.postid-12263,.postid-12244,.postid-12066,.postid-11924) .entry-content h4{
  color:#101820!important;
  letter-spacing:-.02em!important;
}
body:is(.postid-12263,.postid-12244,.postid-12066,.postid-11924) .entry-content img{
  border-radius:18px!important;
}

/* ---------- Telstar 12263 ---------- */
body.postid-12263 .entry-content>div:first-child{max-width:980px!important;color:#101820!important}
body.postid-12263 .entry-content h2{
  color:#101820!important;
  border-bottom-color:#dce3e7!important;
}
body.postid-12263 .entry-content h2::after{
  content:"";
  display:block;
  width:48px;
  height:3px;
  margin-top:10px;
  border-radius:999px;
  background:#20b66a;
}
body.postid-12263 .entry-content a[style*="color: #1428a0"],
body.postid-12263 .entry-content strong[style*="color: #1428a0"],
body.postid-12263 .entry-content div[style*="color: #1428a0"]{
  color:#0b7441!important;
}
body.postid-12263 .entry-content div[style*="border-left: 5px solid #1428a0"],
body.postid-12263 .entry-content div[style*="border-left: 4px solid #1428a0"]{
  border-left-color:#20b66a!important;
}
body.postid-12263 .entry-content div[style*="background: linear-gradient(135deg, #1428a0"],
body.postid-12263 .entry-content div[style*="background: linear-gradient(90deg, #1428a0"],
body.postid-12263 .entry-content div[style*="background: #1428a0"]{
  background:linear-gradient(135deg,#172532,#0b1117)!important;
  color:#fff!important;
}
body.postid-12263 .entry-content div[style*="background: linear-gradient(135deg, #f0f9ff"],
body.postid-12263 .entry-content div[style*="background: linear-gradient(135deg, #ffffff 0%, #f8fafc"],
body.postid-12263 .entry-content div[style*="background: #f8fafc"]{
  background:#fff!important;
  border-color:#dce3e7!important;
  box-shadow:0 8px 24px rgba(16,24,32,.045)!important;
}
body.postid-12263 .entry-content a[style*="background: linear-gradient(135deg, #1428a0"]{
  background:#20b66a!important;
  color:#08150e!important;
  box-shadow:0 10px 24px rgba(32,182,106,.18)!important;
}
body.postid-12263 .entry-content span[style*="background: #1428a0"]{
  background:#172532!important;
  color:#fff!important;
}
body.postid-12263 .entry-content details{
  border-color:#dce3e7!important;
  box-shadow:0 6px 20px rgba(16,24,32,.035)!important;
}
body.postid-12263 .entry-content details summary{
  background:#fff!important;
  color:#101820!important;
}
body.postid-12263 .entry-content details summary span{color:#20b66a!important}

/* ---------- JVC compra 12244: intervención ligera ---------- */
body.postid-12244 .te-jvc-compra{color:#101820!important;max-width:980px!important;margin:0 auto!important}
body.postid-12244 .te-jvc-compra>header{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.18),transparent 28%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  border-color:#273640!important;
  color:#fff!important;
  box-shadow:0 18px 44px rgba(16,24,32,.12)!important;
}
body.postid-12244 .te-jvc-compra>header h1,
body.postid-12244 .te-jvc-compra>header p,
body.postid-12244 .te-jvc-compra>header strong{
  color:#fff!important;
}
body.postid-12244 .te-jvc-compra>div[style*="background:#eff6ff"]{
  background:#eaf8f0!important;
  border-left-color:#20b66a!important;
  color:#101820!important;
}
body.postid-12244 .te-jvc-compra nav,
body.postid-12244 .te-jvc-compra details{
  border-color:#dce3e7!important;
  border-radius:16px!important;
  box-shadow:0 6px 20px rgba(16,24,32,.03)!important;
}
body.postid-12244 .te-jvc-compra a{color:#0b7441!important}
body.postid-12244 .te-jvc-compra table{border:1px solid #dce3e7!important}
body.postid-12244 .te-jvc-compra th{
  background:#172532!important;
  color:#fff!important;
}
body.postid-12244 .te-jvc-compra td{background:#fff!important;border-color:#e7ecef!important}
body.postid-12244 .te-jvc-compra #controles{
  background:#eaf8f0!important;
  border-color:#bfe8d0!important;
}
body.postid-12244 .te-jvc-compra section[style*="background:#111827"]{
  background:linear-gradient(135deg,#0b1117,#172532)!important;
}
body.postid-12244 .te-jvc-compra section[style*="background:#111827"] h2,
body.postid-12244 .te-jvc-compra section[style*="background:#111827"] p,
body.postid-12244 .te-jvc-compra section[style*="background:#111827"] strong{
  color:#fff!important;
}

/* ---------- Sankey CLEDQ65WD2 12066 ---------- */
body.postid-12066 .entry-content>div:first-child{max-width:980px!important;color:#101820!important}
body.postid-12066 .entry-content>div:first-child>div:first-child{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.20),transparent 30%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  box-shadow:0 20px 52px rgba(16,24,32,.15)!important;
}
body.postid-12066 .entry-content>div:first-child>div:first-child h1,
body.postid-12066 .entry-content>div:first-child>div:first-child p,
body.postid-12066 .entry-content>div:first-child>div:first-child span{
  color:#fff!important;
}
body.postid-12066 .entry-content>div:first-child>div:first-child div[style*="color: #ffd700"]{
  color:#8fe0b4!important;
}
body.postid-12066 .entry-content a[style*="color: #1428a0"],
body.postid-12066 .entry-content div[style*="color: #1428a0"],
body.postid-12066 .entry-content h3[style*="color: #1428a0"]{
  color:#0b7441!important;
}
body.postid-12066 .entry-content div[style*="background: linear-gradient(135deg,#1428a0"],
body.postid-12066 .entry-content div[style*="background: #1428a0"]{
  background:linear-gradient(135deg,#172532,#0b1117)!important;
  color:#fff!important;
}
body.postid-12066 .entry-content div[style*="background: linear-gradient(135deg,#f8f9ff"],
body.postid-12066 .entry-content div[style*="background: linear-gradient(135deg,#e8eaf6"],
body.postid-12066 .entry-content div[style*="background: #fff"]{
  border-color:#dce3e7!important;
  box-shadow:0 8px 26px rgba(16,24,32,.04)!important;
}
body.postid-12066 .entry-content details{
  border:1px solid #dce3e7!important;
  border-radius:16px!important;
  box-shadow:0 6px 20px rgba(16,24,32,.035)!important;
}
body.postid-12066 .entry-content details summary{background:#fff!important;color:#101820!important}
body.postid-12066 .entry-content details summary span{color:#20b66a!important}
body.postid-12066 .entry-content div[style*="background: linear-gradient(135deg,#1428a0"] h2,
body.postid-12066 .entry-content div[style*="background: linear-gradient(135deg,#1428a0"] h3,
body.postid-12066 .entry-content div[style*="background: linear-gradient(135deg,#1428a0"] p,
body.postid-12066 .entry-content div[style*="background: linear-gradient(135deg,#1428a0"] li{
  color:#fff!important;
}

/* ---------- 4K barato vs caro 11924 ---------- */
body.postid-11924 .entry-content>div[style*="max-width:800px"]{
  max-width:980px!important;
  background:#f5f7f8!important;
  color:#101820!important;
  border-radius:24px!important;
}
body.postid-11924 .entry-content div[style*="background:linear-gradient(135deg,#1428a0 0%,#0d1b6e"]{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.20),transparent 30%),
    linear-gradient(135deg,#0b1117,#172532)!important;
}
body.postid-11924 .entry-content div[style*="background:linear-gradient(135deg,#1428a0 0%,#0d1b6e"] h1,
body.postid-11924 .entry-content div[style*="background:linear-gradient(135deg,#1428a0 0%,#0d1b6e"] p,
body.postid-11924 .entry-content div[style*="background:linear-gradient(135deg,#1428a0 0%,#0d1b6e"] span{
  color:#fff!important;
}
body.postid-11924 .entry-content div[style*="background:linear-gradient(135deg,#1428a0 0%,#0d1b6e"] h1 span{
  color:#8fe0b4!important;
}
body.postid-11924 .entry-content a[style*="color:#1428a0"],
body.postid-11924 .entry-content a[style*="color: #1428a0"]{
  color:#0b7441!important;
}
body.postid-11924 .entry-content div[style*="border-left:5px solid #1428a0"],
body.postid-11924 .entry-content div[style*="border-left:4px solid #1428a0"],
body.postid-11924 .entry-content div[style*="border:2px solid #1428a0"],
body.postid-11924 .entry-content div[style*="border-top:4px solid #1428a0"]{
  border-color:#20b66a!important;
}
body.postid-11924 .entry-content div[style*="background:linear-gradient(135deg,#1428a0,#3b82f6)"],
body.postid-11924 .entry-content div[style*="background:#1428a0"]{
  background:#172532!important;
  color:#fff!important;
}
body.postid-11924 .entry-content div[style*="background:linear-gradient(135deg,#f0f4ff"],
body.postid-11924 .entry-content div[style*="background: linear-gradient(135deg,#f0f4ff"],
body.postid-11924 .entry-content div[style*="background:linear-gradient(135deg,#ffffff 0%,#f0f4ff"]{
  background:#fff!important;
  border-color:#dce3e7!important;
}
body.postid-11924 .entry-content div[style*="background:linear-gradient(135deg,#1428a0,#1e40af)"]{
  background:linear-gradient(135deg,#0b1117,#172532)!important;
}
body.postid-11924 .entry-content div[style*="background:linear-gradient(135deg,#1428a0,#1e40af)"] h2,
body.postid-11924 .entry-content div[style*="background:linear-gradient(135deg,#1428a0,#1e40af)"] p,
body.postid-11924 .entry-content div[style*="background:linear-gradient(135deg,#1428a0,#1e40af)"] span{
  color:#fff!important;
}
body.postid-11924 .entry-content div[style*="background:linear-gradient(135deg,#1428a0,#1e40af)"] a[href*="wa.me"]{
  background:#20b66a!important;
  color:#08150e!important;
}
body.postid-11924 .entry-content details{
  border-color:#dce3e7!important;
  box-shadow:0 6px 20px rgba(16,24,32,.03)!important;
}

@media(max-width:620px){
  body:is(.postid-12263,.postid-12244,.postid-12066,.postid-11924) .entry-content{
    width:min(100% - 20px,1120px)!important;
  }
  body.postid-12244 .te-jvc-compra>header,
  body.postid-12066 .entry-content>div:first-child>div:first-child,
  body.postid-11924 .entry-content div[style*="background:linear-gradient(135deg,#1428a0 0%,#0d1b6e"]{
    border-radius:20px!important;
  }
}


/* --- WPWriter addition --- */

/* =====================================================
   CONTROLES REMOTOS — NORMALIZACIÓN VISUAL DE PRODUCTOS
   Página catálogo 8175 + fichas individuales
   ===================================================== */
body.page-id-8175 .te-remotos .te-media{
  height:320px!important;
  padding:20px!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)!important;
  border-bottom:1px solid #edf2f5!important;
}
body.page-id-8175 .te-remotos .te-media>a{
  width:100%!important;
  height:100%!important;
  display:grid!important;
  place-items:center!important;
}
body.page-id-8175 .te-remotos .te-media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:260px!important;
  max-height:280px!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:auto!important;
  filter:drop-shadow(0 10px 12px rgba(16,38,60,.10))!important;
  transform:none!important;
}
body.page-id-8175 .te-remotos .te-card{
  min-height:100%!important;
}
body.page-id-8175 .te-remotos .te-body{
  min-height:330px!important;
}
body.page-id-8175 .te-remotos .te-card h3{
  min-height:2.7em!important;
  display:flex!important;
  align-items:flex-start!important;
}
body.page-id-8175 .te-remotos .te-desc{
  min-height:6.3em!important;
}
body.page-id-8175 .te-remotos .te-price{
  margin-top:auto!important;
}
body.page-id-8175 .te-remotos .te-stock{
  margin-bottom:5px!important;
}

/* Compensación para imágenes naturalmente muy estrechas/verticales */
body.page-id-8175 #samsung-ad-sm89 .te-media img,
body.page-id-8175 #samsung-ad-sm90 .te-media img,
body.page-id-8175 #roku-ad-rk0520 .te-media img,
body.page-id-8175 #jvc-rm-c3295 .te-media img,
body.page-id-8175 #jvc-rm-c3228 .te-media img,
body.page-id-8175 #jvc-rm-c3354 .te-media img,
body.page-id-8175 #jvc-ad1774 .te-media img,
body.page-id-8175 #jvc-ad-jc08 .te-media img{
  max-width:230px!important;
  max-height:285px!important;
}

/* Fichas individuales: misma ventana de producto */
body.single-post .te-remotos.te-product-page .te-product-photo{
  min-height:340px!important;
  padding:22px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)!important;
  border:1px solid #eef3f6!important;
}
body.single-post .te-remotos.te-product-page .te-product-photo img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:280px!important;
  max-height:300px!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:auto!important;
  filter:drop-shadow(0 12px 14px rgba(16,38,60,.11))!important;
}

@media(max-width:760px){
  body.page-id-8175 .te-remotos .te-media{
    height:290px!important;
    padding:18px!important;
  }
  body.page-id-8175 .te-remotos .te-media img{
    max-width:230px!important;
    max-height:255px!important;
  }
  body.page-id-8175 .te-remotos .te-body{
    min-height:auto!important;
  }
  body.page-id-8175 .te-remotos .te-card h3,
  body.page-id-8175 .te-remotos .te-desc{
    min-height:0!important;
  }
  body.single-post .te-remotos.te-product-page .te-product-photo{
    min-height:290px!important;
  }
  body.single-post .te-remotos.te-product-page .te-product-photo img{
    max-width:240px!important;
    max-height:260px!important;
  }
}


/* --- WPWriter addition --- */

/* =====================================================
   CONTROLES REMOTOS — RITMO PREMIUM DE TARJETAS
   ===================================================== */
body.page-id-8175 .te-remotos .te-card{
  border-radius:18px!important;
  border:1px solid #dbe5ec!important;
  box-shadow:0 10px 28px rgba(16,38,60,.07)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}
body.page-id-8175 .te-remotos .te-card:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 18px 38px rgba(16,38,60,.11)!important;
  border-color:#c8dbe7!important;
}
body.page-id-8175 .te-remotos .te-body{
  padding:20px!important;
}
body.page-id-8175 .te-remotos .te-stock{
  padding:6px 10px!important;
  background:#eef8f2!important;
  color:#146b3a!important;
  font-size:.72rem!important;
  letter-spacing:.02em!important;
}
body.page-id-8175 .te-remotos .te-card h3{
  margin:10px 0 8px!important;
  font-size:1.08rem!important;
  line-height:1.3!important;
}
body.page-id-8175 .te-remotos .te-desc{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:4!important;
  overflow:hidden!important;
  line-height:1.55!important;
  color:#5b6875!important;
}
body.page-id-8175 .te-remotos .te-price{
  font-size:1.65rem!important;
  letter-spacing:-.025em!important;
  padding-top:8px!important;
}
body.page-id-8175 .te-remotos .te-card .te-btn{
  min-height:46px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:10px!important;
  font-weight:850!important;
  box-shadow:0 7px 16px rgba(21,122,65,.16)!important;
}
body.page-id-8175 .te-remotos .te-card-whatsapp{
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-top:9px!important;
  border-radius:9px!important;
  background:#f5fbf7!important;
  border:1px solid #d9eee1!important;
  padding:8px 10px!important;
}
body.page-id-8175 .te-remotos .te-variant{
  min-height:58px!important;
  display:flex!important;
  align-items:center!important;
}
@media(max-width:760px){
  body.page-id-8175 .te-remotos .te-desc{
    -webkit-line-clamp:unset!important;
    display:block!important;
  }
  body.page-id-8175 .te-remotos .te-card h3{
    min-height:0!important;
  }
}


/* --- WPWriter addition --- */

/* =====================================================
   TICOELECTRÓNICA 2026 — BLOQUE EDITORIAL ESTRATÉGICO
   Sankey 11615 · One UI 11402 · Procesadores 12036 · OS 11664
   Uniformidad + contraste WCAG-práctico
   ===================================================== */

/* ---------- Sankey 11615: normalización profunda ---------- */
body.postid-11615 .entry-content{
  max-width:1040px!important;
  width:min(1040px,calc(100% - 28px))!important;
  color:#101820!important;
}
body.postid-11615 .entry-content>div:first-of-type{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.20),transparent 30%),
    radial-gradient(circle at 10% 90%,rgba(255,181,71,.10),transparent 28%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  border-radius:28px!important;
  box-shadow:0 20px 52px rgba(16,24,32,.15)!important;
  color:#fff!important;
}
body.postid-11615 .entry-content>div:first-of-type h2,
body.postid-11615 .entry-content>div:first-of-type p,
body.postid-11615 .entry-content>div:first-of-type div{
  color:#fff!important;
}
body.postid-11615 .entry-content h2,
body.postid-11615 .entry-content h3,
body.postid-11615 .entry-content h4{
  color:#101820!important;
  letter-spacing:-.02em!important;
}
body.postid-11615 .entry-content strong[style*="color: #1428a0"],
body.postid-11615 .entry-content div[style*="color: #1428a0"],
body.postid-11615 .entry-content span[style*="color: #1428a0"]{
  color:#0b7441!important;
}
body.postid-11615 .entry-content div[style*="background: linear-gradient(135deg, #1428a0"],
body.postid-11615 .entry-content div[style*="background: #1428a0"]{
  background:linear-gradient(135deg,#172532,#0b1117)!important;
  color:#fff!important;
}
body.postid-11615 .entry-content div[style*="background: linear-gradient(135deg, #1428a0"] *,
body.postid-11615 .entry-content div[style*="background: #1428a0"] *{
  color:#fff!important;
}
body.postid-11615 .entry-content div[style*="border-left: 5px solid #1428a0"],
body.postid-11615 .entry-content div[style*="border-left: 4px solid #1428a0"]{
  border-left-color:#20b66a!important;
}
body.postid-11615 .entry-content div[style*="background: linear-gradient(135deg, #f8fafc"],
body.postid-11615 .entry-content div[style*="background: linear-gradient(135deg, #fafafa"],
body.postid-11615 .entry-content div[style*="background: #ffffff"]{
  border-color:#dce3e7!important;
  box-shadow:0 8px 24px rgba(16,24,32,.04)!important;
}
body.postid-11615 .entry-content details{
  border-color:#dce3e7!important;
  border-radius:16px!important;
  box-shadow:0 6px 20px rgba(16,24,32,.03)!important;
}
body.postid-11615 .entry-content details summary{
  background:#fff!important;
  color:#101820!important;
}
body.postid-11615 .entry-content details summary span{color:#20b66a!important}
body.postid-11615 .entry-content a[href*="wa.me"]{
  background:#20b66a!important;
  color:#08150e!important;
  border-radius:12px!important;
}
body.postid-11615 .entry-content a[href^="tel:"]{border-radius:12px!important}

/* ---------- One UI Tizen 11402 ---------- */
body.postid-11402 .te-tizen26{
  --te-ink:#101820;
  --te-navy:#172532;
  --te-green:#20b66a;
  --te-green-dark:#0b7441;
  --te-soft:#f5f7f8;
  --te-line:#dce3e7;
  max-width:1080px!important;
  margin:0 auto!important;
  color:var(--te-ink)!important;
}
body.postid-11402 .te-tizen26__hero{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.20),transparent 30%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
  border-radius:28px!important;
  box-shadow:0 20px 52px rgba(16,24,32,.14)!important;
}
body.postid-11402 .te-tizen26__hero .te-tizen26__h1,
body.postid-11402 .te-tizen26__hero .te-tizen26__lead,
body.postid-11402 .te-tizen26__hero .te-tizen26__meta,
body.postid-11402 .te-tizen26__hero .te-tizen26__meta span,
body.postid-11402 .te-tizen26__hero .te-tizen26__eyebrow{
  color:#fff!important;
}
body.postid-11402 .te-tizen26__trust{
  background:rgba(255,255,255,.10)!important;
  border-color:rgba(255,255,255,.18)!important;
  color:#f3f6f7!important;
}
body.postid-11402 .te-tizen26__nav{
  background:#fff!important;
  border:1px solid var(--te-line)!important;
  border-radius:18px!important;
  box-shadow:0 8px 24px rgba(16,24,32,.035)!important;
}
body.postid-11402 .te-tizen26__nav a,
body.postid-11402 .te-tizen26 a{color:var(--te-green-dark)!important}
body.postid-11402 .te-tizen26__section h2,
body.postid-11402 .te-tizen26__section h3{color:var(--te-ink)!important}
body.postid-11402 .te-tizen26__card,
body.postid-11402 .te-tizen26__answer,
body.postid-11402 .te-tizen26__callout,
body.postid-11402 .te-tizen26__diagnostic>div,
body.postid-11402 .te-tizen26 details{
  background:#fff!important;
  border-color:var(--te-line)!important;
  box-shadow:0 8px 24px rgba(16,24,32,.035)!important;
}
body.postid-11402 .te-tizen26__tag,
body.postid-11402 .te-tizen26__cta{
  background:var(--te-green)!important;
  color:#08150e!important;
  border-color:var(--te-green)!important;
}
body.postid-11402 .te-tizen26__cta--ghost{
  background:#fff!important;
  color:var(--te-green-dark)!important;
  border-color:#bfe8d0!important;
}
body.postid-11402 .te-tizen26__controls,
body.postid-11402 .te-tizen26__manual{background:var(--te-soft)!important;border-color:var(--te-line)!important}
body.postid-11402 .te-tizen26__service,
body.postid-11402 .te-tizen26__author{
  background:linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
}
body.postid-11402 .te-tizen26__service h2,
body.postid-11402 .te-tizen26__service p,
body.postid-11402 .te-tizen26__service .te-tizen26__eyebrow,
body.postid-11402 .te-tizen26__author h2,
body.postid-11402 .te-tizen26__author p,
body.postid-11402 .te-tizen26__author strong{color:#fff!important}

/* ---------- Procesadores 12036 ---------- */
body.postid-12036 .te-cpu26{
  --te-ink:#101820;
  --te-navy:#172532;
  --te-green:#20b66a;
  --te-green-dark:#0b7441;
  --te-soft:#f5f7f8;
  --te-line:#dce3e7;
  max-width:1080px!important;
  margin:0 auto!important;
  color:var(--te-ink)!important;
}
body.postid-12036 .te-cpu26__hero{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.20),transparent 30%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
  border-radius:28px!important;
  box-shadow:0 20px 52px rgba(16,24,32,.14)!important;
}
body.postid-12036 .te-cpu26__hero .te-cpu26__h1,
body.postid-12036 .te-cpu26__hero .te-cpu26__lead,
body.postid-12036 .te-cpu26__hero .te-cpu26__meta,
body.postid-12036 .te-cpu26__hero .te-cpu26__meta span,
body.postid-12036 .te-cpu26__hero .te-cpu26__eyebrow{color:#fff!important}
body.postid-12036 .te-cpu26__trust{
  background:rgba(255,255,255,.10)!important;
  border-color:rgba(255,255,255,.18)!important;
  color:#f3f6f7!important;
}
body.postid-12036 .te-cpu26__nav{
  background:#fff!important;
  border:1px solid var(--te-line)!important;
  border-radius:18px!important;
  box-shadow:0 8px 24px rgba(16,24,32,.035)!important;
}
body.postid-12036 .te-cpu26__nav a,
body.postid-12036 .te-cpu26 a{color:var(--te-green-dark)!important}
body.postid-12036 .te-cpu26__section h2,
body.postid-12036 .te-cpu26__section h3{color:var(--te-ink)!important}
body.postid-12036 .te-cpu26__card,
body.postid-12036 .te-cpu26__answer,
body.postid-12036 .te-cpu26__callout,
body.postid-12036 .te-cpu26__decision>div,
body.postid-12036 .te-cpu26 details{
  background:#fff!important;
  border-color:var(--te-line)!important;
  box-shadow:0 8px 24px rgba(16,24,32,.035)!important;
}
body.postid-12036 .te-cpu26__tag{
  background:#eaf8f0!important;
  color:var(--te-green-dark)!important;
  border-color:#bfe8d0!important;
}
body.postid-12036 .te-cpu26__table th{background:var(--te-navy)!important;color:#fff!important}
body.postid-12036 .te-cpu26__table td{background:#fff!important;border-color:var(--te-line)!important}
body.postid-12036 .te-cpu26__author{
  background:linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
}
body.postid-12036 .te-cpu26__author h2,
body.postid-12036 .te-cpu26__author p,
body.postid-12036 .te-cpu26__author strong{color:#fff!important}

/* ---------- Mejor sistema operativo 11664 ---------- */
body.postid-11664 .te-os26{color:#101820!important}
body.postid-11664 .te-os26>header{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.20),transparent 30%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  border-radius:28px!important;
  box-shadow:0 20px 52px rgba(16,24,32,.14)!important;
}
body.postid-11664 .te-os26>header h1,
body.postid-11664 .te-os26>header p,
body.postid-11664 .te-os26>header strong{color:#fff!important}
body.postid-11664 .te-os26>nav{
  background:#fff!important;
  border:1px solid #dce3e7!important;
  border-radius:18px!important;
  padding:12px!important;
  box-shadow:0 8px 24px rgba(16,24,32,.035)!important;
}
body.postid-11664 .te-os26>nav a,
body.postid-11664 .te-os26 a{color:#0b7441!important}
body.postid-11664 .te-os26 h2{
  color:#101820!important;
  letter-spacing:-.025em!important;
}
body.postid-11664 .te-os26 table{
  border-color:#dce3e7!important;
  border-radius:16px!important;
  overflow:hidden!important;
}
body.postid-11664 .te-os26 thead tr,
body.postid-11664 .te-os26 th{background:#172532!important;color:#fff!important}
body.postid-11664 .te-os26 td{background:#fff!important;border-color:#e7ecef!important}
body.postid-11664 .te-os26 details{
  background:#fff!important;
  border:1px solid #dce3e7!important;
  border-radius:14px!important;
  padding:14px 16px!important;
  margin:10px 0!important;
  box-shadow:0 6px 20px rgba(16,24,32,.03)!important;
}
body.postid-11664 .te-os26>section:last-child{
  background:linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
}
body.postid-11664 .te-os26>section:last-child h2,
body.postid-11664 .te-os26>section:last-child p,
body.postid-11664 .te-os26>section:last-child strong{color:#fff!important}

@media(max-width:620px){
  body:is(.postid-11615,.postid-11402,.postid-12036,.postid-11664) .entry-content{
    width:min(100% - 20px,1080px)!important;
  }
  body.postid-11615 .entry-content>div:first-of-type,
  body.postid-11402 .te-tizen26__hero,
  body.postid-12036 .te-cpu26__hero,
  body.postid-11664 .te-os26>header{
    border-radius:20px!important;
  }
}


/* --- WPWriter addition --- */

/* =====================================================
   TICOELECTRÓNICA 2026 — BLOQUE VISUAL PRIORITARIO
   Samsung problemas 8492 · Android TV 11048 · Roku OS 6550 · TV 55 11759
   Identidad portada + contraste alto + lectura editorial
   ===================================================== */

/* ---------- Base común ---------- */
body:is(.postid-8492,.postid-11048,.postid-6550,.postid-11759) .entry-content{
  max-width:1080px!important;
  width:min(1080px,calc(100% - 28px))!important;
  color:#101820!important;
}
body:is(.postid-8492,.postid-11048,.postid-6550,.postid-11759) .entry-content h2,
body:is(.postid-8492,.postid-11048,.postid-6550,.postid-11759) .entry-content h3,
body:is(.postid-8492,.postid-11048,.postid-6550,.postid-11759) .entry-content h4{
  color:#101820!important;
  letter-spacing:-.02em!important;
}
body:is(.postid-8492,.postid-11048,.postid-6550,.postid-11759) .entry-content a{color:#0b7441!important}

/* ---------- Samsung problemas 8492 ---------- */
body.postid-8492 .entry-content>div[style*="background: linear-gradient(135deg, #1428a0 0%, #1a1a2e"]{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.20),transparent 30%),
    radial-gradient(circle at 10% 90%,rgba(255,181,71,.10),transparent 28%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  border-radius:28px!important;
  box-shadow:0 20px 52px rgba(16,24,32,.15)!important;
}
body.postid-8492 .entry-content>div[style*="background: linear-gradient(135deg, #1428a0 0%, #1a1a2e"] h1,
body.postid-8492 .entry-content>div[style*="background: linear-gradient(135deg, #1428a0 0%, #1a1a2e"] h2,
body.postid-8492 .entry-content>div[style*="background: linear-gradient(135deg, #1428a0 0%, #1a1a2e"] p,
body.postid-8492 .entry-content>div[style*="background: linear-gradient(135deg, #1428a0 0%, #1a1a2e"] span,
body.postid-8492 .entry-content>div[style*="background: linear-gradient(135deg, #1428a0 0%, #1a1a2e"] strong{
  color:#fff!important;
}
body.postid-8492 .entry-content>div[style*="background: linear-gradient(135deg, #1428a0 0%, #1a1a2e"]>div>p:first-child{
  color:#8fe0b4!important;
  border-color:rgba(143,224,180,.35)!important;
}
body.postid-8492 .entry-content div[style*="border-left: 4px solid #1428a0"]{
  border-left-color:#20b66a!important;
}
body.postid-8492 .entry-content div[style*="background: linear-gradient(135deg, #ffffff 0%, #f8f9fa"],
body.postid-8492 .entry-content div[style*="background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef"]{
  background:#fff!important;
  border-color:#dce3e7!important;
  box-shadow:0 8px 24px rgba(16,24,32,.04)!important;
}
body.postid-8492 .entry-content a[style*="background: #1428a0"]{
  background:#20b66a!important;
  color:#08150e!important;
  box-shadow:0 10px 24px rgba(32,182,106,.18)!important;
}
body.postid-8492 .entry-content p[style*="color: #1428a0"],
body.postid-8492 .entry-content a[style*="color: #1428a0"]{color:#0b7441!important}
body.postid-8492 .entry-content pre.language-html{display:none!important}

/* ---------- Android TV 11048 ---------- */
body.postid-11048 .entry-content>.entry-content{
  max-width:1000px!important;
  padding:0!important;
  color:#101820!important;
}
body.postid-11048 .t-hero,
body.postid-11048 .t-cta{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.20),transparent 30%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
  border-radius:28px!important;
  box-shadow:0 20px 52px rgba(16,24,32,.14)!important;
}
body.postid-11048 .t-hero h1,
body.postid-11048 .t-hero p,
body.postid-11048 .t-hero strong,
body.postid-11048 .t-cta h2,
body.postid-11048 .t-cta p,
body.postid-11048 .t-cta strong{color:#fff!important}
body.postid-11048 .t-intro{
  background:#fff!important;
  border:1px solid #dce3e7!important;
  border-radius:18px!important;
  padding:20px!important;
  box-shadow:0 8px 24px rgba(16,24,32,.035)!important;
}
body.postid-11048 .t-intro a{color:#0b7441!important;font-weight:700!important}
body.postid-11048 .t-card{
  background:#fff!important;
  border:1px solid #dce3e7!important;
  border-radius:18px!important;
  padding:22px!important;
  box-shadow:0 8px 24px rgba(16,24,32,.035)!important;
}
body.postid-11048 .t-alert[style*="#eef2ff"]{
  background:#eaf8f0!important;
  border-left-color:#20b66a!important;
}
body.postid-11048 .t-alert p[style*="color:#1428a0"],
body.postid-11048 .entry-content a[style*="color:#1428a0"]{color:#0b7441!important}
body.postid-11048 .entry-content a[style*="background:#1428a0"]{
  background:#172532!important;
  color:#fff!important;
}
body.postid-11048 .t-faq>div{
  background:#fff!important;
  border:1px solid #dce3e7!important;
  border-radius:14px!important;
  padding:16px!important;
}

/* ---------- Roku OS 6550 ---------- */
body.postid-6550 .entry-content{
  max-width:1000px!important;
}
body.postid-6550 .entry-meta{
  background:#f5f7f8!important;
  border:1px solid #dce3e7!important;
  border-radius:14px!important;
  padding:12px 16px!important;
  color:#53616d!important;
}
body.postid-6550 .t-alert[style*="#f0f7ff"]{
  background:#eaf8f0!important;
  border-left-color:#20b66a!important;
}
body.postid-6550 .t-card,
body.postid-6550 .t-faq{
  background:#fff!important;
  border-color:#dce3e7!important;
  box-shadow:0 8px 24px rgba(16,24,32,.035)!important;
}
body.postid-6550 table{
  border:1px solid #dce3e7!important;
  border-radius:16px!important;
  overflow:hidden!important;
  box-shadow:0 8px 24px rgba(16,24,32,.035)!important;
}
body.postid-6550 thead,
body.postid-6550 thead tr,
body.postid-6550 th{
  background:#172532!important;
  color:#fff!important;
}
body.postid-6550 td{
  background:#fff!important;
  border-color:#e7ecef!important;
}
body.postid-6550 .t-card[style*="background: linear-gradient(135deg, #1428a0"]{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.20),transparent 30%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
}
body.postid-6550 .t-card[style*="background: linear-gradient(135deg, #1428a0"] h3,
body.postid-6550 .t-card[style*="background: linear-gradient(135deg, #1428a0"] p,
body.postid-6550 .t-card[style*="background: linear-gradient(135deg, #1428a0"] strong{color:#fff!important}

/* ---------- TV 55 11759: intervención ligera ---------- */
body.postid-11759 .te-tv55-26{color:#101820!important}
body.postid-11759 .te-tv55-26>header{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.20),transparent 30%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  border-radius:28px!important;
  box-shadow:0 20px 52px rgba(16,24,32,.14)!important;
}
body.postid-11759 .te-tv55-26>header h1,
body.postid-11759 .te-tv55-26>header p,
body.postid-11759 .te-tv55-26>header strong{color:#fff!important}
body.postid-11759 .te-tv55-26>nav{
  background:#fff!important;
  border:1px solid #dce3e7!important;
  border-radius:18px!important;
  padding:12px!important;
  box-shadow:0 8px 24px rgba(16,24,32,.035)!important;
}
body.postid-11759 .te-tv55-26>nav a,
body.postid-11759 .te-tv55-26 a{color:#0b7441!important}
body.postid-11759 .te-tv55-26 table{
  border-color:#dce3e7!important;
  border-radius:16px!important;
  overflow:hidden!important;
}
body.postid-11759 .te-tv55-26 thead tr,
body.postid-11759 .te-tv55-26 th{background:#172532!important;color:#fff!important}
body.postid-11759 .te-tv55-26 td{background:#fff!important;border-color:#e7ecef!important}
body.postid-11759 .te-tv55-26 section>div[style*="background:#fff;border:1px solid #e5e7eb"]{
  border-color:#dce3e7!important;
  box-shadow:0 8px 24px rgba(16,24,32,.035)!important;
}
body.postid-11759 .te-tv55-26 section div[style*="background:#1f1f1d"]{
  background:linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
}
body.postid-11759 .te-tv55-26 section div[style*="background:#1f1f1d"] p,
body.postid-11759 .te-tv55-26 section div[style*="background:#1f1f1d"] strong,
body.postid-11759 .te-tv55-26 section div[style*="background:#1f1f1d"] a{color:#fff!important}

@media(max-width:620px){
  body:is(.postid-8492,.postid-11048,.postid-6550,.postid-11759) .entry-content{
    width:min(100% - 20px,1080px)!important;
  }
  body.postid-8492 .entry-content>div[style*="background: linear-gradient(135deg, #1428a0 0%, #1a1a2e"],
  body.postid-11048 .t-hero,
  body.postid-11048 .t-cta,
  body.postid-11759 .te-tv55-26>header{
    border-radius:20px!important;
  }
}


/* --- WPWriter addition --- */

/* =====================================================
   ECOSISTEMA CONTROLES — NORMALIZACIÓN VISUAL FINAL 2026-09-14
   Conserva fotos reales; unifica encuadre, escala y ritmo visual
   ===================================================== */

/* CATÁLOGO PRINCIPAL /controles-remoto-tv/ */
body.page-id-8175 .te-remotos .te-grid{
  align-items:stretch!important;
}
body.page-id-8175 .te-remotos .te-card{
  height:100%!important;
  border-radius:18px!important;
  overflow:hidden!important;
}
body.page-id-8175 .te-remotos .te-media{
  aspect-ratio:1/1!important;
  height:auto!important;
  min-height:0!important;
  padding:26px!important;
  background:#fff!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}
body.page-id-8175 .te-remotos .te-media>a{
  width:100%!important;
  height:100%!important;
  display:grid!important;
  place-items:center!important;
}
body.page-id-8175 .te-remotos .te-media img{
  width:auto!important;
  height:auto!important;
  max-width:82%!important;
  max-height:86%!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:auto!important;
  filter:drop-shadow(0 12px 14px rgba(16,38,60,.10))!important;
}
body.page-id-8175 .te-remotos .te-body{
  padding:19px!important;
}
body.page-id-8175 .te-remotos .te-card h3{
  min-height:2.8em!important;
  display:flex!important;
  align-items:flex-start!important;
}
body.page-id-8175 .te-remotos .te-desc{
  min-height:5.2em!important;
}
body.page-id-8175 .te-remotos .te-price{
  margin-top:auto!important;
  padding-top:8px!important;
}
body.page-id-8175 .te-remotos .te-stock{
  margin-bottom:5px!important;
}
body.page-id-8175 .te-remotos .te-card .te-btn{
  min-height:44px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

/* FICHAS INDIVIDUALES DE CONTROLES */
.te-remotos.te-product-page .te-model{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.te-remotos.te-product-page .te-product-photo{
  aspect-ratio:1/1!important;
  min-height:0!important;
  height:auto!important;
  padding:26px!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)!important;
  border:1px solid #eef3f6!important;
}
.te-remotos.te-product-page .te-product-photo img{
  width:auto!important;
  height:auto!important;
  max-width:82%!important;
  max-height:86%!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:auto!important;
  filter:drop-shadow(0 14px 16px rgba(16,38,60,.12))!important;
}
.te-remotos.te-product-page .te-price{
  margin-top:16px!important;
}
.te-remotos.te-product-page .te-product-chips{
  justify-content:center!important;
}

/* Evita saltos visuales por imágenes con proporciones antiguas */
body.page-id-8175 .te-remotos img,
.te-remotos.te-product-page img{
  image-rendering:auto!important;
}

/* MÓVIL: mantiene escala uniforme sin hacer controles gigantes */
@media(max-width:760px){
  body.page-id-8175 .te-remotos .te-media{
    padding:22px!important;
  }
  body.page-id-8175 .te-remotos .te-media img{
    max-width:76%!important;
    max-height:82%!important;
  }
  body.page-id-8175 .te-remotos .te-card h3,
  body.page-id-8175 .te-remotos .te-desc{
    min-height:0!important;
  }
  .te-remotos.te-product-page .te-product-photo{
    padding:22px!important;
  }
  .te-remotos.te-product-page .te-product-photo img{
    max-width:76%!important;
    max-height:82%!important;
  }
}


/* --- WPWriter addition --- */

/* =====================================================
   TICOELECTRÓNICA 2026 — BLOQUE VISUAL 14 SEP
   Whale OS 11457 · Xiaomi 3401 · Samsung vs LG 10943 · AOC 7284
   Identidad portada + contraste alto + responsive seguro
   ===================================================== */

/* Base del grupo */
body:is(.postid-11457,.postid-3401,.postid-10943,.postid-7284) .entry-content{
  max-width:1120px!important;
  width:min(1120px,calc(100% - 28px))!important;
  color:#101820!important;
}
body:is(.postid-11457,.postid-3401,.postid-10943,.postid-7284) .entry-content a{
  color:#0b7441!important;
}
body:is(.postid-11457,.postid-3401,.postid-10943,.postid-7284) .entry-content h2,
body:is(.postid-11457,.postid-3401,.postid-10943,.postid-7284) .entry-content h3,
body:is(.postid-11457,.postid-3401,.postid-10943,.postid-7284) .entry-content h4{
  color:#101820!important;
  letter-spacing:-.02em!important;
}

/* ---------- WHALE OS 11457: afinación, no reconstrucción ---------- */
body.postid-11457 .te-whale26{
  --te-ink:#101820;
  --te-navy:#172532;
  --te-green:#20b66a;
  --te-green-dark:#0b7441;
  --te-soft:#f5f7f8;
  --te-line:#dce3e7;
  max-width:1080px!important;
  margin:0 auto!important;
  color:var(--te-ink)!important;
}
body.postid-11457 .te-whale26__hero{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.22),transparent 30%),
    radial-gradient(circle at 12% 88%,rgba(255,181,71,.10),transparent 28%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
  border-radius:28px!important;
  box-shadow:0 20px 52px rgba(16,24,32,.14)!important;
}
body.postid-11457 .te-whale26__hero .te-whale26__h1,
body.postid-11457 .te-whale26__hero .te-whale26__lead,
body.postid-11457 .te-whale26__hero .te-whale26__meta,
body.postid-11457 .te-whale26__hero .te-whale26__meta span,
body.postid-11457 .te-whale26__hero .te-whale26__eyebrow{color:#fff!important}
body.postid-11457 .te-whale26__trust{
  background:rgba(255,255,255,.10)!important;
  border-color:rgba(255,255,255,.18)!important;
  color:#f3f6f7!important;
}
body.postid-11457 .te-whale26__nav{
  background:#fff!important;
  border:1px solid var(--te-line)!important;
  border-radius:18px!important;
  padding:11px!important;
  box-shadow:0 8px 24px rgba(16,24,32,.035)!important;
}
body.postid-11457 .te-whale26__nav a{color:var(--te-green-dark)!important}
body.postid-11457 .te-whale26__card,
body.postid-11457 .te-whale26__answer,
body.postid-11457 .te-whale26__callout,
body.postid-11457 .te-whale26__diagnostic>div,
body.postid-11457 .te-whale26__control-grid>div,
body.postid-11457 .te-whale26 details{
  background:#fff!important;
  border-color:var(--te-line)!important;
  box-shadow:0 8px 24px rgba(16,24,32,.035)!important;
}
body.postid-11457 .te-whale26__tag{
  background:#eaf8f0!important;
  color:var(--te-green-dark)!important;
  border-color:#bfe8d0!important;
}
body.postid-11457 .te-whale26__table th{
  background:var(--te-navy)!important;
  color:#fff!important;
}
body.postid-11457 .te-whale26__table td{background:#fff!important;border-color:var(--te-line)!important}
body.postid-11457 .te-whale26__controls{
  background:#f5f7f8!important;
  border-color:var(--te-line)!important;
  border-radius:22px!important;
}
body.postid-11457 .te-whale26__cta{
  background:var(--te-green)!important;
  color:#08150e!important;
  border-color:var(--te-green)!important;
}
body.postid-11457 .te-whale26__cta--ghost{
  background:#fff!important;
  color:var(--te-green-dark)!important;
  border-color:#bfe8d0!important;
}
body.postid-11457 .te-whale26__service,
body.postid-11457 .te-whale26__author{
  background:linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
  border-radius:22px!important;
}
body.postid-11457 .te-whale26__service *,
body.postid-11457 .te-whale26__author *{color:#fff!important}

/* ---------- XIAOMI 3401: normalización profunda ---------- */
body.postid-3401 .entry-content>div[style*="max-width:1000px"]{
  max-width:1000px!important;
  color:#101820!important;
}
body.postid-3401 .entry-content>div[style*="max-width:1000px"]>div:first-child{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.22),transparent 30%),
    radial-gradient(circle at 10% 90%,rgba(255,181,71,.10),transparent 28%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  box-shadow:0 20px 52px rgba(16,24,32,.15)!important;
  color:#fff!important;
}
body.postid-3401 .entry-content>div[style*="max-width:1000px"]>div:first-child h1,
body.postid-3401 .entry-content>div[style*="max-width:1000px"]>div:first-child p,
body.postid-3401 .entry-content>div[style*="max-width:1000px"]>div:first-child strong{
  color:#fff!important;
}
body.postid-3401 .entry-content>div[style*="max-width:1000px"]>div:first-child>div>div:first-child{
  color:#dff7e9!important;
  border-color:rgba(255,255,255,.22)!important;
}
body.postid-3401 .entry-content a[style*="color:#1428a0"],
body.postid-3401 .entry-content a[style*="color: #1428a0"]{
  color:#0b7441!important;
}
body.postid-3401 .entry-content div[style*="background:#1428a0"],
body.postid-3401 .entry-content div[style*="background: #1428a0"]{
  background:#172532!important;
  color:#fff!important;
}
body.postid-3401 .entry-content div[style*="border-left:5px solid #1428a0"],
body.postid-3401 .entry-content div[style*="border-left: 5px solid #1428a0"]{
  border-left-color:#20b66a!important;
}
body.postid-3401 .entry-content div[style*="background:#eef2ff"],
body.postid-3401 .entry-content div[style*="background:linear-gradient(135deg, #eef2ff"]{
  background:#eaf8f0!important;
  border-color:#bfe8d0!important;
}
body.postid-3401 .entry-content div[style*="background:white"],
body.postid-3401 .entry-content div[style*="background:#ffffff"]{
  border-color:#dce3e7!important;
  box-shadow:0 8px 24px rgba(16,24,32,.035)!important;
}
body.postid-3401 .entry-content table{
  border:1px solid #dce3e7!important;
  border-radius:16px!important;
  overflow:hidden!important;
}
body.postid-3401 .entry-content table thead tr,
body.postid-3401 .entry-content table th{
  background:#172532!important;
  color:#fff!important;
}
body.postid-3401 .entry-content table td{background:#fff!important;border-color:#e7ecef!important}
body.postid-3401 .entry-content>div[style*="max-width:1000px"]>div:nth-last-of-type(1){
  background:linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
}
body.postid-3401 .entry-content>div[style*="max-width:1000px"]>div:nth-last-of-type(1) h3,
body.postid-3401 .entry-content>div[style*="max-width:1000px"]>div:nth-last-of-type(1) p,
body.postid-3401 .entry-content>div[style*="max-width:1000px"]>div:nth-last-of-type(1) strong{color:#fff!important}
body.postid-3401 .entry-content a[href*="wa.me"]{background:#20b66a!important;color:#08150e!important}

/* ---------- SAMSUNG vs LG 10943 ---------- */
body.postid-10943 .entry-content>div[style*="max-width: 1000px"]{
  max-width:1000px!important;
  color:#101820!important;
}
body.postid-10943 .entry-content>div[style*="max-width: 1000px"]>div:first-child{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.22),transparent 30%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  box-shadow:0 20px 52px rgba(16,24,32,.15)!important;
  color:#fff!important;
}
body.postid-10943 .entry-content>div[style*="max-width: 1000px"]>div:first-child h2,
body.postid-10943 .entry-content>div[style*="max-width: 1000px"]>div:first-child p,
body.postid-10943 .entry-content>div[style*="max-width: 1000px"]>div:first-child strong{color:#fff!important}
body.postid-10943 .entry-content a[style*="color:#1428a0"],
body.postid-10943 .entry-content strong[style*="color:#1428a0"]{color:#0b7441!important}
body.postid-10943 .entry-content div[style*="border-left: 5px solid #1428a0"],
body.postid-10943 .entry-content div[style*="border-left:5px solid #1428a0"]{border-left-color:#20b66a!important}
body.postid-10943 .entry-content div[style*="background: #eef2ff"],
body.postid-10943 .entry-content div[style*="background:#eef2ff"]{
  background:#eaf8f0!important;
  border-color:#bfe8d0!important;
}
body.postid-10943 .entry-content div[style*="background: white"],
body.postid-10943 .entry-content div[style*="background:#fff"]{
  border-color:#dce3e7!important;
  box-shadow:0 8px 24px rgba(16,24,32,.035)!important;
}
body.postid-10943 .entry-content table{
  border:1px solid #dce3e7!important;
  border-radius:16px!important;
  overflow:hidden!important;
}
body.postid-10943 .entry-content table thead tr,
body.postid-10943 .entry-content table th{
  background:#172532!important;
  color:#fff!important;
}
body.postid-10943 .entry-content table td{background:#fff!important;border-color:#e7ecef!important}
body.postid-10943 .entry-content details{
  border-color:#dce3e7!important;
  background:#fff!important;
  box-shadow:0 6px 20px rgba(16,24,32,.03)!important;
}
body.postid-10943 .entry-content>div[style*="max-width: 1000px"]>div:nth-last-of-type(1){
  background:linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
}
body.postid-10943 .entry-content>div[style*="max-width: 1000px"]>div:nth-last-of-type(1) h3,
body.postid-10943 .entry-content>div[style*="max-width: 1000px"]>div:nth-last-of-type(1) p{color:#fff!important}
body.postid-10943 .entry-content a[href*="wa.me"]{background:#20b66a!important;color:#08150e!important}

/* ---------- AOC 7284: editorial limpio ---------- */
body.postid-7284 .entry-content{
  max-width:1000px!important;
  color:#101820!important;
}
body.postid-7284 .entry-content>h1:first-child{
  color:#101820!important;
  letter-spacing:-.035em!important;
}
body.postid-7284 .entry-content .entry-meta{
  color:#5f6b76!important;
  padding:12px 16px!important;
  background:#f5f7f8!important;
  border:1px solid #dce3e7!important;
  border-radius:14px!important;
}
body.postid-7284 .entry-content .t-resumen{
  background:#eaf8f0!important;
  border-left-color:#20b66a!important;
  border-color:#bfe8d0!important;
}
body.postid-7284 .entry-content p[style*="border-left: 3px solid #1428a0"]{
  border-left-color:#20b66a!important;
}
body.postid-7284 .entry-content table{
  border:1px solid #dce3e7!important;
  border-radius:16px!important;
  overflow:hidden!important;
  box-shadow:0 8px 24px rgba(16,24,32,.035)!important;
}
body.postid-7284 .entry-content table thead,
body.postid-7284 .entry-content table thead tr,
body.postid-7284 .entry-content table th{
  background:#172532!important;
  color:#fff!important;
}
body.postid-7284 .entry-content table td{background:#fff!important;border-color:#e7ecef!important}
body.postid-7284 .entry-content .t-faq{
  border-color:#dce3e7!important;
  box-shadow:0 6px 20px rgba(16,24,32,.03)!important;
}
body.postid-7284 .entry-content .t-card[style*="background: linear-gradient(135deg, #1428a0"]{
  background:linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
}
body.postid-7284 .entry-content .t-card[style*="background: linear-gradient(135deg, #1428a0"] h3,
body.postid-7284 .entry-content .t-card[style*="background: linear-gradient(135deg, #1428a0"] p,
body.postid-7284 .entry-content .t-card[style*="background: linear-gradient(135deg, #1428a0"] strong{color:#fff!important}
body.postid-7284 .entry-content .t-card a[href*="wa.me"]{background:#20b66a!important;color:#08150e!important}
body.postid-7284 .entry-content h2:after{
  content:"";
  display:block;
  width:46px;
  height:3px;
  margin-top:10px;
  border-radius:999px;
  background:#20b66a!important;
}

@media(max-width:620px){
  body:is(.postid-11457,.postid-3401,.postid-10943,.postid-7284) .entry-content{
    width:min(100% - 20px,1080px)!important;
  }
  body.postid-11457 .te-whale26__hero,
  body.postid-3401 .entry-content>div[style*="max-width:1000px"]>div:first-child,
  body.postid-10943 .entry-content>div[style*="max-width: 1000px"]>div:first-child{
    border-radius:20px!important;
  }
}


/* --- WPWriter addition --- */

/* =====================================================
   TICOELECTRÓNICA — NORMALIZACIÓN VISUAL BLOQUE 2026-09-14
   CHiQ 7106 · Dolby Atmos 8294 · Smart TV lento 9945 · Disney+ 10574
   Paleta portada + contraste reforzado
   ===================================================== */

/* ---------- Base compartida ---------- */
body:is(.postid-7106,.postid-8294,.postid-9945,.postid-10574) .entry-content{
  max-width:1080px!important;
  width:min(1080px,calc(100% - 28px))!important;
  color:#101820!important;
}
body:is(.postid-7106,.postid-8294,.postid-9945,.postid-10574) .entry-content h2,
body:is(.postid-7106,.postid-8294,.postid-9945,.postid-10574) .entry-content h3{
  color:#101820!important;
  letter-spacing:-.02em!important;
}
body:is(.postid-7106,.postid-8294,.postid-9945,.postid-10574) .entry-content a:not([href*="wa.me"]):not([href^="tel:"]){
  color:#0b7441!important;
}
body:is(.postid-7106,.postid-8294,.postid-10574) .entry-content table{
  border:1px solid #dce3e7!important;
  border-radius:16px!important;
  overflow:hidden!important;
  box-shadow:0 8px 24px rgba(16,24,32,.04)!important;
}
body:is(.postid-7106,.postid-8294,.postid-10574) .entry-content thead,
body:is(.postid-7106,.postid-8294,.postid-10574) .entry-content thead tr,
body:is(.postid-7106,.postid-8294,.postid-10574) .entry-content th{
  background:#172532!important;
  color:#fff!important;
}
body:is(.postid-7106,.postid-8294,.postid-10574) .entry-content td{
  background:#fff!important;
  color:#101820!important;
  border-color:#e7ecef!important;
}

/* ---------- CHiQ 7106 ---------- */
body.postid-7106 .entry-content>div>div[style*="background: linear-gradient(135deg, #1428a0"]{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.20),transparent 30%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
  box-shadow:0 20px 52px rgba(16,24,32,.14)!important;
}
body.postid-7106 .entry-content>div>div[style*="background: linear-gradient(135deg, #1428a0"] h1,
body.postid-7106 .entry-content>div>div[style*="background: linear-gradient(135deg, #1428a0"] h2,
body.postid-7106 .entry-content>div>div[style*="background: linear-gradient(135deg, #1428a0"] h3,
body.postid-7106 .entry-content>div>div[style*="background: linear-gradient(135deg, #1428a0"] p,
body.postid-7106 .entry-content>div>div[style*="background: linear-gradient(135deg, #1428a0"] div{
  color:#fff!important;
}
body.postid-7106 .entry-content div[style*="background: #f1f5f9"],
body.postid-7106 .entry-content div[style*="background: #f8fafc"]{
  background:#f5f7f8!important;
  border-color:#dce3e7!important;
}
body.postid-7106 .entry-content a[style*="color: #1428a0"],
body.postid-7106 .entry-content a[style*="color:#1428a0"]{
  color:#0b7441!important;
}

/* ---------- Dolby Atmos 8294 ---------- */
body.postid-8294 .entry-content>div>div[style*="background: linear-gradient(135deg, #1428a0"]{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.20),transparent 30%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
  box-shadow:0 20px 52px rgba(16,24,32,.14)!important;
}
body.postid-8294 .entry-content>div>div[style*="background: linear-gradient(135deg, #1428a0"] h1,
body.postid-8294 .entry-content>div>div[style*="background: linear-gradient(135deg, #1428a0"] h2,
body.postid-8294 .entry-content>div>div[style*="background: linear-gradient(135deg, #1428a0"] h3,
body.postid-8294 .entry-content>div>div[style*="background: linear-gradient(135deg, #1428a0"] p,
body.postid-8294 .entry-content>div>div[style*="background: linear-gradient(135deg, #1428a0"] strong{
  color:#fff!important;
}
body.postid-8294 .entry-content div[style*="background: #eef2ff"],
body.postid-8294 .entry-content div[style*="background: #f0f9ff"],
body.postid-8294 .entry-content div[style*="background: #f1f5f9"],
body.postid-8294 .entry-content div[style*="background: #f8fafc"]{
  background:#f5f7f8!important;
  border-color:#dce3e7!important;
}
body.postid-8294 .entry-content div[style*="border-left: 5px solid #1428a0"],
body.postid-8294 .entry-content div[style*="border-left: 4px solid #1428a0"]{
  border-left-color:#20b66a!important;
}
body.postid-8294 .entry-content p[style*="color:#1428a0"],
body.postid-8294 .entry-content a[style*="color:#1428a0"]{
  color:#0b7441!important;
}
body.postid-8294 .entry-content details{
  border-color:#dce3e7!important;
  border-radius:16px!important;
  box-shadow:0 6px 20px rgba(16,24,32,.03)!important;
}

/* ---------- Smart TV lento 9945: afinación sobre estructura moderna ---------- */
body.postid-9945 .te-speed26{
  --te-ink:#101820;
  --te-navy:#172532;
  --te-green:#20b66a;
  --te-green-dark:#0b7441;
  --te-soft:#f5f7f8;
  --te-line:#dce3e7;
  color:var(--te-ink)!important;
}
body.postid-9945 .te-speed26__hero{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.20),transparent 30%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
  border-radius:28px!important;
  box-shadow:0 20px 52px rgba(16,24,32,.14)!important;
}
body.postid-9945 .te-speed26__hero .te-speed26__h1,
body.postid-9945 .te-speed26__hero .te-speed26__lead,
body.postid-9945 .te-speed26__hero .te-speed26__eyebrow,
body.postid-9945 .te-speed26__hero .te-speed26__meta,
body.postid-9945 .te-speed26__hero .te-speed26__meta span,
body.postid-9945 .te-speed26__hero .te-speed26__trust{
  color:#fff!important;
}
body.postid-9945 .te-speed26__nav a,
body.postid-9945 .te-speed26 a{
  color:var(--te-green-dark)!important;
}
body.postid-9945 .te-speed26__card,
body.postid-9945 .te-speed26__answer,
body.postid-9945 .te-speed26__platform-grid>div,
body.postid-9945 .te-speed26__diagnostic>div,
body.postid-9945 .te-speed26 details,
body.postid-9945 .te-speed26__linkcard{
  background:#fff!important;
  border-color:var(--te-line)!important;
  box-shadow:0 8px 24px rgba(16,24,32,.035)!important;
}
body.postid-9945 .te-speed26__table th{
  background:var(--te-navy)!important;
  color:#fff!important;
}
body.postid-9945 .te-speed26__service{
  background:linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
}
body.postid-9945 .te-speed26__service h2,
body.postid-9945 .te-speed26__service p,
body.postid-9945 .te-speed26__service .te-speed26__eyebrow{
  color:#fff!important;
}
body.postid-9945 .te-speed26__service .te-speed26__cta{
  background:#20b66a!important;
  color:#08150e!important;
  border-color:#20b66a!important;
}
body.postid-9945 .te-speed26__service .te-speed26__cta--ghost{
  background:transparent!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.32)!important;
}

/* ---------- Disney+ 10574 ---------- */
body.postid-10574 .entry-content .t-resumen,
body.postid-10574 .entry-content .t-alert{
  background:#f5f7f8!important;
  border-left-color:#20b66a!important;
  border-color:#dce3e7!important;
}
body.postid-10574 .entry-content .t-resumen p:first-child{
  color:#0b7441!important;
}
body.postid-10574 .entry-content .t-card[style*="background: linear-gradient(135deg, #1428a0"]{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.20),transparent 30%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
  box-shadow:0 20px 52px rgba(16,24,32,.14)!important;
}
body.postid-10574 .entry-content .t-card[style*="background: linear-gradient(135deg, #1428a0"] h3,
body.postid-10574 .entry-content .t-card[style*="background: linear-gradient(135deg, #1428a0"] p,
body.postid-10574 .entry-content .t-card[style*="background: linear-gradient(135deg, #1428a0"] strong{
  color:#fff!important;
}
body.postid-10574 .entry-content p[style*="border-left: 3px solid #1428a0"]{
  border-left-color:#20b66a!important;
}
body.postid-10574 .entry-content div[style*="background: #eef2ff"]{
  background:#f5f7f8!important;
  border-color:#dce3e7!important;
}
body.postid-10574 .entry-content .t-faq{
  background:#fff!important;
  border-color:#dce3e7!important;
  box-shadow:0 6px 20px rgba(16,24,32,.03)!important;
}

@media(max-width:620px){
  body:is(.postid-7106,.postid-8294,.postid-9945,.postid-10574) .entry-content{
    width:min(100% - 20px,1080px)!important;
  }
  body.postid-9945 .te-speed26__hero{
    border-radius:20px!important;
  }
}


/* --- WPWriter addition --- */

/* =====================================================
   TICOELECTRÓNICA 2026 — ViX Smart TV · post 12058
   Normalización visual con identidad de portada
   Solo presentación: no toca contenido, SEO ni enlaces
   ===================================================== */
body.postid-12058 .te-vix26{
  --te26-ink:#101820;
  --te26-ink2:#172532;
  --te26-paper:#f5f7f8;
  --te26-line:#dce3e7;
  --te26-accent:#20b66a;
  --te26-accent-dark:#0b7441;
  --te26-warm:#ffb547;
  --te26-muted:#5f6b76;
  max-width:1120px!important;
  margin:0 auto!important;
  color:var(--te26-ink)!important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
}
body.postid-12058 .te-vix26>header{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.22),transparent 30%),
    radial-gradient(circle at 10% 90%,rgba(255,181,71,.10),transparent 28%),
    linear-gradient(135deg,#0b1117 0%,#172532 100%)!important;
  border:1px solid #273640!important;
  border-radius:28px!important;
  box-shadow:0 20px 52px rgba(16,24,32,.15)!important;
}
body.postid-12058 .te-vix26>header h1{
  color:#fff!important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
  letter-spacing:-.035em!important;
}
body.postid-12058 .te-vix26>header p:first-child{
  color:#8fe0b4!important;
  font-weight:800!important;
}
body.postid-12058 .te-vix26>header p:not(:first-child){
  color:#f3f6f7!important;
}
body.postid-12058 .te-vix26>nav{
  max-width:1080px!important;
  margin:0 auto 34px!important;
  padding:12px!important;
  background:#fff!important;
  border:1px solid var(--te26-line)!important;
  border-radius:18px!important;
  box-shadow:0 8px 24px rgba(16,24,32,.035)!important;
}
body.postid-12058 .te-vix26>nav a{
  color:var(--te26-accent-dark)!important;
  background:#fff!important;
  border-color:var(--te26-line)!important;
  font-weight:800!important;
}
body.postid-12058 .te-vix26>nav a:hover,
body.postid-12058 .te-vix26>nav a:focus{
  background:var(--te26-accent)!important;
  color:#08150e!important;
  border-color:var(--te26-accent)!important;
}
body.postid-12058 .te-vix26 section{
  color:var(--te26-ink)!important;
}
body.postid-12058 .te-vix26 section h2,
body.postid-12058 .te-vix26 section h3{
  color:var(--te26-ink)!important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
  letter-spacing:-.025em!important;
}
body.postid-12058 .te-vix26 section h2:after{
  content:"";
  display:block;
  width:48px;
  height:3px;
  margin-top:10px;
  border-radius:999px;
  background:var(--te26-accent);
}
body.postid-12058 .te-vix26 a{
  color:var(--te26-accent-dark)!important;
}
body.postid-12058 .te-vix26 div[style*="background:#f8f9fa"],
body.postid-12058 .te-vix26 div[style*="background:#fff"]{
  background:#fff!important;
  border-color:var(--te26-line)!important;
  box-shadow:0 8px 24px rgba(16,24,32,.04)!important;
}
body.postid-12058 .te-vix26 div[style*="background:#fff8ed"]{
  background:#fff8ed!important;
  border-left-color:var(--te26-warm)!important;
  color:#5d4218!important;
}
body.postid-12058 .te-vix26 details{
  background:#fff!important;
  border:1px solid var(--te26-line)!important;
  border-radius:16px!important;
  padding:0!important;
  margin:10px 0!important;
  box-shadow:0 6px 20px rgba(16,24,32,.03)!important;
  overflow:hidden!important;
}
body.postid-12058 .te-vix26 details summary{
  padding:16px 18px!important;
  color:var(--te26-ink)!important;
  background:#fff!important;
  font-weight:800!important;
}
body.postid-12058 .te-vix26 details p{
  padding:0 18px 16px!important;
  color:#36424c!important;
}
body.postid-12058 .te-vix26 section:last-child{
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.18),transparent 30%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
  border-radius:24px!important;
  box-shadow:0 18px 44px rgba(16,24,32,.12)!important;
}
body.postid-12058 .te-vix26 section:last-child h2,
body.postid-12058 .te-vix26 section:last-child p,
body.postid-12058 .te-vix26 section:last-child strong{
  color:#fff!important;
}
body.postid-12058 .te-vix26 section:last-child h2:after{
  background:#8fe0b4!important;
}
@media(max-width:620px){
  body.postid-12058 .te-vix26{
    width:min(100% - 20px,1120px)!important;
  }
  body.postid-12058 .te-vix26>header{
    padding:30px 20px!important;
    border-radius:20px!important;
  }
  body.postid-12058 .te-vix26>nav{
    border-radius:16px!important;
  }
  body.postid-12058 .te-vix26>nav a{
    flex:1 1 calc(50% - 10px)!important;
    text-align:center!important;
  }
}


/* --- WPWriter addition --- */

/* =====================================================
   TICOELECTRÓNICA 2026 — Westinghouse W43RK · post 7296
   Normalización visual + CTA actualizado
   ===================================================== */
body.postid-7296 .entry-content{
  max-width:1040px!important;
  width:min(1040px,calc(100% - 28px))!important;
  color:#101820!important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
}
body.postid-7296 .wp-block-post-title,
body.postid-7296 .entry-title{
  max-width:1040px!important;
  margin:0 auto 28px!important;
  padding:clamp(32px,5vw,56px)!important;
  border:1px solid #273640!important;
  border-radius:28px!important;
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.22),transparent 30%),
    radial-gradient(circle at 10% 90%,rgba(255,181,71,.10),transparent 28%),
    linear-gradient(135deg,#0b1117 0%,#172532 100%)!important;
  color:#fff!important;
  font-size:clamp(2rem,4.6vw,3.6rem)!important;
  line-height:1.06!important;
  letter-spacing:-.04em!important;
  box-shadow:0 20px 52px rgba(16,24,32,.15)!important;
}
body.postid-7296 .entry-content>p:first-of-type{
  margin:0 0 32px!important;
  padding:22px 24px!important;
  border:1px solid #cfe9da!important;
  border-left:5px solid #20b66a!important;
  border-radius:18px!important;
  background:#eaf8f0!important;
  color:#173d2a!important;
  font-size:1.08rem!important;
  line-height:1.72!important;
}
body.postid-7296 .entry-content h2.wp-block-heading{
  margin:46px 0 18px!important;
  padding:0 0 12px!important;
  border-bottom:1px solid #dce3e7!important;
  color:#101820!important;
  font-size:clamp(1.55rem,3vw,2.15rem)!important;
  line-height:1.18!important;
  letter-spacing:-.025em!important;
}
body.postid-7296 .entry-content h2.wp-block-heading:after{
  content:"";
  display:block;
  width:48px;
  height:3px;
  margin-top:11px;
  border-radius:999px;
  background:#20b66a;
}
body.postid-7296 .entry-content h3.wp-block-heading{
  margin:30px 0 10px!important;
  color:#172532!important;
  font-size:1.22rem!important;
  line-height:1.28!important;
  letter-spacing:-.015em!important;
}
body.postid-7296 .entry-content p{
  max-width:78ch!important;
  color:#36424c!important;
  line-height:1.72!important;
}
body.postid-7296 .entry-content ul.wp-block-list{
  margin:20px 0 28px!important;
  padding:20px 24px 20px 44px!important;
  border:1px solid #dce3e7!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(16,24,32,.04)!important;
}
body.postid-7296 .entry-content ul.wp-block-list li{
  margin:8px 0!important;
  color:#36424c!important;
}
body.postid-7296 .entry-content a{
  color:#0b7441!important;
  text-underline-offset:3px!important;
}
body.postid-7296 .entry-content .wp-block-separator{
  margin:46px 0!important;
  border-color:#dce3e7!important;
  opacity:1!important;
}
body.postid-7296 .te-west-service{
  margin:34px 0 10px!important;
  padding:clamp(26px,4vw,38px)!important;
  border:1px solid #273640!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 88% 12%,rgba(32,182,106,.18),transparent 30%),
    linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
  box-shadow:0 18px 44px rgba(16,24,32,.13)!important;
}
body.postid-7296 .te-west-service .te-west-kicker{
  margin:0 0 8px!important;
  color:#8fe0b4!important;
  font-size:.78rem!important;
  font-weight:850!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body.postid-7296 .te-west-service h3{
  margin:0 0 10px!important;
  color:#fff!important;
  font-size:clamp(1.35rem,2.5vw,1.8rem)!important;
}
body.postid-7296 .te-west-service p{
  color:#eef3f5!important;
  max-width:760px!important;
}
body.postid-7296 .te-west-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin:20px 0 14px!important;
}
body.postid-7296 .te-west-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:48px!important;
  padding:0 18px!important;
  border-radius:12px!important;
  font-weight:850!important;
  text-decoration:none!important;
}
body.postid-7296 .te-west-btn-primary{
  background:#20b66a!important;
  color:#08150e!important;
  border:1px solid #20b66a!important;
  box-shadow:0 10px 24px rgba(32,182,106,.22)!important;
}
body.postid-7296 .te-west-btn-secondary{
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.22)!important;
}
body.postid-7296 .te-west-remotes{
  margin:12px 0 0!important;
  color:#dce5e9!important;
  font-size:.94rem!important;
}
body.postid-7296 .te-west-remotes a{
  color:#8fe0b4!important;
  font-weight:800!important;
}
@media(max-width:620px){
  body.postid-7296 .entry-content{
    width:min(100% - 20px,1040px)!important;
  }
  body.postid-7296 .wp-block-post-title,
  body.postid-7296 .entry-title{
    margin-left:10px!important;
    margin-right:10px!important;
    padding:30px 20px!important;
    border-radius:20px!important;
  }
  body.postid-7296 .entry-content>p:first-of-type{
    padding:18px!important;
  }
  body.postid-7296 .te-west-actions{
    flex-direction:column!important;
  }
  body.postid-7296 .te-west-btn{
    width:100%!important;
  }
}


/* --- WPWriter addition --- */
/* =====================================================
   TICOELECTRÓNICA 2026 — CIERRE VISUAL FINAL 14 SEP
   TCL 8374 · Telstar 7158 · Reparación controles 10253
   RCA 59 7880 · MOSFET 6239 · VIDAA 7770
   TV en vivo 4965 · Reparación RCA 3615
   ===================================================== */

/* Base común */
body:is(.postid-8374,.postid-7158,.postid-7880,.postid-6239,.postid-7770,.postid-3615) .entry-content,
body:is(.page-id-10253,.page-id-4965) .entry-content{
  max-width:1120px!important;
  width:min(1120px,calc(100% - 28px))!important;
  color:#101820!important;
}
body:is(.postid-8374,.postid-7158,.postid-7880,.postid-6239,.postid-7770,.postid-3615) .entry-content h2,
body:is(.postid-8374,.postid-7158,.postid-7880,.postid-6239,.postid-7770,.postid-3615) .entry-content h3,
body:is(.postid-8374,.postid-7158,.postid-7880,.postid-6239,.postid-7770,.postid-3615) .entry-content h4,
body:is(.page-id-10253,.page-id-4965) .entry-content h2,
body:is(.page-id-10253,.page-id-4965) .entry-content h3{
  color:#101820!important;
  letter-spacing:-.02em!important;
}
body:is(.postid-8374,.postid-7158,.postid-7880,.postid-6239,.postid-7770,.postid-3615) .entry-content a:not([href*="wa.me"]):not([href^="tel:"]),
body:is(.page-id-10253,.page-id-4965) .entry-content a:not([href*="wa.me"]):not([href^="tel:"]){
  color:#0b7441!important;
}

/* TCL 8374 */
body.postid-8374 .entry-content>div[style*="max-width: 1000px"]{
  max-width:1000px!important;
  color:#101820!important;
}
body.postid-8374 .entry-content>div[style*="max-width: 1000px"]>div:first-child{
  background:radial-gradient(circle at 88% 12%,rgba(32,182,106,.22),transparent 30%),radial-gradient(circle at 12% 88%,rgba(255,181,71,.10),transparent 28%),linear-gradient(135deg,#0b1117,#172532)!important;
  border-radius:28px!important;
  box-shadow:0 20px 52px rgba(16,24,32,.15)!important;
  color:#fff!important;
}
body.postid-8374 .entry-content>div[style*="max-width: 1000px"]>div:first-child *{color:#fff!important}
body.postid-8374 .entry-content div[style*="background: #eef2ff"],
body.postid-8374 .entry-content div[style*="background:#eef2ff"]{
  background:#eaf8f0!important;
  border-color:#bfe8d0!important;
  border-left-color:#20b66a!important;
}
body.postid-8374 .entry-content div[style*="background: white"],
body.postid-8374 .entry-content div[style*="background:white"]{
  border-color:#dce3e7!important;
  box-shadow:0 8px 24px rgba(16,24,32,.035)!important;
}
body.postid-8374 .entry-content a[style*="color:#1428a0"]{color:#0b7441!important}
body.postid-8374 .entry-content>div[style*="max-width: 1000px"]>div:nth-last-of-type(1){
  background:linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
}
body.postid-8374 .entry-content>div[style*="max-width: 1000px"]>div:nth-last-of-type(1) *{color:#fff!important}
body.postid-8374 .entry-content a[href*="wa.me"]{background:#20b66a!important;color:#08150e!important}

/* Telstar 7158 */
body.postid-7158 .te-telstar26{--te-ink:#101820;--te-navy:#172532;--te-green:#20b66a;--te-green-dark:#0b7441;--te-soft:#f5f7f8;--te-line:#dce3e7;max-width:1080px!important;margin:0 auto!important;color:var(--te-ink)!important}
body.postid-7158 .te-telstar26__hero{background:radial-gradient(circle at 88% 12%,rgba(32,182,106,.22),transparent 30%),linear-gradient(135deg,#0b1117,#172532)!important;color:#fff!important;border-radius:28px!important;box-shadow:0 20px 52px rgba(16,24,32,.14)!important}
body.postid-7158 .te-telstar26__hero *{color:#fff!important}
body.postid-7158 .te-telstar26__trust{background:rgba(255,255,255,.10)!important;border-color:rgba(255,255,255,.18)!important}
body.postid-7158 .te-telstar26__nav{background:#fff!important;border:1px solid var(--te-line)!important;border-radius:18px!important;box-shadow:0 8px 24px rgba(16,24,32,.035)!important}
body.postid-7158 .te-telstar26__nav a,body.postid-7158 .te-telstar26 a{color:var(--te-green-dark)!important}
body.postid-7158 .te-telstar26__card,body.postid-7158 .te-telstar26__answer,body.postid-7158 .te-telstar26__callout,body.postid-7158 .te-telstar26__control-grid>div,body.postid-7158 .te-telstar26 details{background:#fff!important;border-color:var(--te-line)!important;box-shadow:0 8px 24px rgba(16,24,32,.035)!important}
body.postid-7158 .te-telstar26__table th{background:var(--te-navy)!important;color:#fff!important}
body.postid-7158 .te-telstar26__table td{background:#fff!important;border-color:var(--te-line)!important}
body.postid-7158 .te-telstar26__cta{background:var(--te-green)!important;color:#08150e!important;border-color:var(--te-green)!important}
body.postid-7158 .te-telstar26__cta--ghost{background:#fff!important;color:var(--te-green-dark)!important;border-color:#bfe8d0!important}
body.postid-7158 .te-telstar26__service,body.postid-7158 .te-telstar26__author{background:linear-gradient(135deg,#0b1117,#172532)!important;color:#fff!important;border-radius:22px!important}
body.postid-7158 .te-telstar26__service *,body.postid-7158 .te-telstar26__author *{color:#fff!important}

/* Reparación de controles 10253 */
body.page-id-10253 .entry-content{max-width:900px!important}
body.page-id-10253 .entry-content>p:first-of-type{padding:22px 24px!important;border:1px solid #cfe9da!important;border-left:5px solid #20b66a!important;border-radius:18px!important;background:#eaf8f0!important;color:#173d2a!important;font-size:1.08rem!important}
body.page-id-10253 .entry-content h2{margin-top:44px!important;padding-bottom:10px!important;border-bottom:1px solid #dce3e7!important}
body.page-id-10253 .entry-content h2:after{content:"";display:block;width:46px;height:3px;margin-top:10px;border-radius:999px;background:#20b66a}
body.page-id-10253 .entry-content ul,body.page-id-10253 .entry-content ol{padding:20px 22px 20px 42px!important;border:1px solid #dce3e7!important;border-radius:16px!important;background:#fff!important;box-shadow:0 8px 24px rgba(16,24,32,.035)!important}
body.page-id-10253 .wp-block-jetpack-whatsapp-button a{background:#20b66a!important;color:#08150e!important;border-radius:12px!important;font-weight:850!important}
body.page-id-10253 .wp-block-image{overflow:hidden;border:1px solid #dce3e7;border-radius:18px;box-shadow:0 10px 28px rgba(16,24,32,.05)}

/* RCA 59 7880 */
body.postid-7880 .entry-content{max-width:900px!important}
body.postid-7880 .entry-content>p:first-of-type{padding:22px 24px!important;border:1px solid #cfe9da!important;border-left:5px solid #20b66a!important;border-radius:18px!important;background:#eaf8f0!important;color:#173d2a!important;font-size:1.06rem!important}
body.postid-7880 .entry-content h4.wp-block-heading{margin:38px 0 14px!important;padding:12px 16px!important;border-left:4px solid #20b66a!important;border-radius:0 12px 12px 0!important;background:#f5f7f8!important;color:#101820!important;font-size:1.25rem!important}
body.postid-7880 .entry-content .anuncio{background:linear-gradient(135deg,#0b1117,#172532)!important;border-color:#273640!important;color:#fff!important;box-shadow:0 16px 40px rgba(16,24,32,.12)!important}
body.postid-7880 .entry-content .anuncio h3,body.postid-7880 .entry-content .anuncio p{color:#fff!important}
body.postid-7880 .entry-content .anuncio a[href*="wa.me"]{background:#20b66a!important;color:#08150e!important}

/* MOSFET 6239 */
body.postid-6239 #darkmode-toggle,body.postid-6239 label[for="darkmode-toggle"]{display:none!important}
body.postid-6239 .article-container{--bg-page:#fff!important;--text-primary:#101820!important;--text-secondary:#36424c!important;--text-muted:#5f6b76!important;--accent-blue:#0b7441!important;--accent-green:#0b7441!important;max-width:980px!important;background:#fff!important;color:#101820!important}
body.postid-6239 .article-container>div:first-of-type{background:radial-gradient(circle at 88% 12%,rgba(32,182,106,.22),transparent 30%),linear-gradient(135deg,#0b1117,#172532)!important;border-radius:28px!important;box-shadow:0 20px 52px rgba(16,24,32,.15)!important}
body.postid-6239 .article-container h2{color:#101820!important}
body.postid-6239 .article-container>div[style*="background:var(--bg-card"]{background:#fff!important;border-color:#dce3e7!important;box-shadow:0 8px 24px rgba(16,24,32,.04)!important}
body.postid-6239 .article-container div[style*="background:var(--bg-conclusion"]{background:linear-gradient(135deg,#0b1117,#172532)!important;color:#fff!important}
body.postid-6239 .article-container div[style*="background:var(--bg-cta"]{background:#eaf8f0!important;border-color:#20b66a!important}
body.postid-6239 .article-container a[href*="wa.me"]{background:#20b66a!important;color:#08150e!important}

/* VIDAA 7770 */
body.postid-7770 .entry-content main{max-width:1000px!important;margin:0 auto!important;background:#fff!important;border-radius:24px!important;box-shadow:0 10px 32px rgba(16,24,32,.05)!important}
body.postid-7770 .entry-content main>article>div:first-of-type{background:radial-gradient(circle at 88% 12%,rgba(32,182,106,.22),transparent 30%),linear-gradient(135deg,#0b1117,#172532)!important;border-radius:28px!important;box-shadow:0 20px 52px rgba(16,24,32,.15)!important}
body.postid-7770 .entry-content .info-box,body.postid-7770 .entry-content .consejo,body.postid-7770 .entry-content .soporte-box,body.postid-7770 .entry-content .vale-box{border-left-color:#20b66a!important;background:#eaf8f0!important}
body.postid-7770 .entry-content .tabla-responsive th{background:#172532!important;color:#fff!important}
body.postid-7770 .entry-content .accordion,body.postid-7770 .entry-content .articulo-relacionado,body.postid-7770 .entry-content .eeat-block{border-color:#dce3e7!important;box-shadow:0 8px 24px rgba(16,24,32,.035)!important}
body.postid-7770 .entry-content a{color:#0b7441!important}
body.postid-7770 .entry-content main>article>div[style*="background:linear-gradient(145deg, #0f172a"]{background:linear-gradient(135deg,#0b1117,#172532)!important}

/* TV en vivo 4965 */
body.page-id-4965 .tv-master{--te-ink:#101820!important;--te-blue:#20b66a!important;--te-soft:#f5f7f8!important;--te-line:#dce3e7!important;--te-muted:#5f6b76!important;max-width:1120px!important;margin:0 auto!important}
body.page-id-4965 .tv-master .intro-box,body.page-id-4965 .tv-master .eat-block,body.page-id-4965 .tv-master .toc,body.page-id-4965 .tv-master .proof-points{border-color:#dce3e7!important;box-shadow:0 8px 24px rgba(16,24,32,.035)!important}
body.page-id-4965 .tv-master .update-banner,body.page-id-4965 .tv-master .cta-footer,body.page-id-4965 .tv-master .sports-wrapper{background:radial-gradient(circle at 88% 12%,rgba(32,182,106,.18),transparent 30%),linear-gradient(135deg,#0b1117,#172532)!important;box-shadow:0 18px 44px rgba(16,24,32,.13)!important}
body.page-id-4965 .tv-master .section-title{border-bottom-color:#20b66a!important;color:#101820!important}
body.page-id-4965 .tv-master .toc-link,body.page-id-4965 .tv-master .option-card,body.page-id-4965 .tv-master .need-card,body.page-id-4965 .tv-master .channel-card,body.page-id-4965 .tv-master .streaming-card,body.page-id-4965 .tv-master .smart-card,body.page-id-4965 .tv-master .decision-card{border-color:#dce3e7!important;box-shadow:0 8px 24px rgba(16,24,32,.035)!important}
body.page-id-4965 .tv-master .compare-table thead{background:#172532!important}
body.page-id-4965 .tv-master .btn-primary,body.page-id-4965 .tv-master .btn-phone{background:#172532!important;color:#fff!important}
body.page-id-4965 .tv-master .btn-whatsapp,body.page-id-4965 .tv-master .btn-whatsapp-lg{background:#20b66a!important;color:#08150e!important}
body.page-id-4965 .tv-master .response-box,body.page-id-4965 .tv-master .resolution-note,body.page-id-4965 .tv-master .regulatory-note,body.page-id-4965 .tv-master .speed-note,body.page-id-4965 .tv-master .pro-tip{background:#eaf8f0!important;border-left-color:#20b66a!important}

/* Reparación RCA 3615 */
body.postid-3615 .entry-content>div:first-child{max-width:960px!important}
body.postid-3615 .entry-content>div:first-child>div:first-child{background:#eaf8f0!important;border-left-color:#20b66a!important;border-radius:18px!important;color:#173d2a!important}
body.postid-3615 .entry-content h2{color:#101820!important;border-bottom:1px solid #dce3e7!important;padding-bottom:10px!important}
body.postid-3615 .entry-content h2:after{content:"";display:block;width:46px;height:3px;margin-top:10px;border-radius:999px;background:#20b66a}
body.postid-3615 .entry-content a[style*="color: #1e3a8a"]{color:#0b7441!important}
body.postid-3615 .entry-content figure{border-color:#dce3e7!important;border-radius:18px!important;box-shadow:0 10px 28px rgba(16,24,32,.05)!important}
body.postid-3615 .entry-content>div:first-child>div[style*="background: linear-gradient(135deg, #0f2b6d"]{background:radial-gradient(circle at 88% 12%,rgba(32,182,106,.18),transparent 30%),linear-gradient(135deg,#0b1117,#172532)!important;border-radius:24px!important}
body.postid-3615 .entry-content a[href*="wa.me"]{background:#20b66a!important;color:#08150e!important}

@media(max-width:620px){
  body:is(.postid-8374,.postid-7158,.postid-7880,.postid-6239,.postid-7770,.postid-3615) .entry-content,
  body:is(.page-id-10253,.page-id-4965) .entry-content{width:min(100% - 20px,1120px)!important}
  body.postid-8374 .entry-content>div[style*="max-width: 1000px"]>div:first-child,
  body.postid-7158 .te-telstar26__hero,
  body.postid-6239 .article-container>div:first-of-type,
  body.postid-7770 .entry-content main>article>div:first-of-type{border-radius:20px!important}
}

/* --- WPWriter addition --- */

/* TICOELECTRÓNICA 2026 — ajuste semántico RCA 59 (H2) */
body.postid-7880 .entry-content h2.wp-block-heading{
  margin:38px 0 14px!important;
  padding:12px 16px!important;
  border-left:4px solid #20b66a!important;
  border-radius:0 12px 12px 0!important;
  background:#f5f7f8!important;
  color:#101820!important;
  font-size:1.4rem!important;
  line-height:1.3!important;
}


/* --- WPWriter addition --- */

/* TICOELECTRÓNICA — Historia de la televisión a color · post 4176 */
body.postid-4176 .entry-content{max-width:1080px!important;margin-inline:auto!important;color:#101820!important;font-family:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif!important;line-height:1.78!important}
body.postid-4176 .wp-block-post-title,body.postid-4176 .entry-title{background:radial-gradient(circle at 88% 12%,rgba(32,182,106,.20),transparent 30%),radial-gradient(circle at 12% 86%,rgba(255,181,71,.13),transparent 28%),linear-gradient(135deg,#0b1117,#172532)!important;color:#fff!important;border-radius:28px!important;padding:34px 30px!important;box-shadow:0 18px 44px rgba(16,24,32,.14)!important;font-size:clamp(2rem,5.2vw,3.55rem)!important;line-height:1.06!important;letter-spacing:-.035em!important}
body.postid-4176 .entry-content>p:first-of-type{background:#eaf8f0!important;border-left:5px solid #20b66a!important;border-radius:18px!important;padding:20px 22px!important;color:#173d2a!important;font-size:1.06rem!important}
body.postid-4176 .te-color-quick{margin:24px 0 34px!important;padding:24px 26px!important;border-radius:22px!important;background:linear-gradient(135deg,#0b1117,#172532)!important;color:#f3f6f7!important;box-shadow:0 14px 34px rgba(16,24,32,.12)!important}
body.postid-4176 .te-color-quick p{color:#f3f6f7!important;margin:.45rem 0!important}
body.postid-4176 .te-color-quick .te-color-kicker{color:#8fe0b4!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:.78rem!important}
body.postid-4176 .entry-content h2{margin:48px 0 16px!important;color:#101820!important;font-size:clamp(1.55rem,3.4vw,2.15rem)!important;line-height:1.18!important;letter-spacing:-.02em!important}
body.postid-4176 .entry-content h2:after{content:"";display:block;width:54px;height:4px;margin-top:11px;border-radius:999px;background:#20b66a}
body.postid-4176 .entry-content h3{margin:30px 0 10px!important;color:#172532!important;font-size:1.22rem!important;line-height:1.3!important}
body.postid-4176 .entry-content p{color:#36424c!important}
body.postid-4176 .entry-content a{color:#0b7441!important;text-decoration-thickness:1.5px!important;text-underline-offset:3px!important}
body.postid-4176 .wp-block-table{margin:24px 0 36px!important;overflow-x:auto!important;border:1px solid #dce3e7!important;border-radius:18px!important;box-shadow:0 10px 28px rgba(16,24,32,.045)!important;background:#fff!important}
body.postid-4176 .wp-block-table table{border-collapse:separate!important;border-spacing:0!important;min-width:760px!important}
body.postid-4176 .wp-block-table thead{background:#172532!important;color:#fff!important}
body.postid-4176 .wp-block-table th{color:#fff!important;font-weight:800!important;padding:14px 16px!important;border-color:#2b3b49!important}
body.postid-4176 .wp-block-table td{padding:14px 16px!important;border-color:#e5e7eb!important;color:#26323c!important;vertical-align:top!important}
body.postid-4176 .wp-block-table tbody tr:nth-child(even){background:#f8fafb!important}
body.postid-4176 .wp-block-table figcaption{padding:12px 16px 16px!important;color:#5f6b76!important;font-size:.88rem!important;text-align:left!important}
body.postid-4176 .entry-content ul.wp-block-list{background:#fff!important;border:1px solid #dce3e7!important;border-radius:18px!important;padding:20px 24px 20px 44px!important;box-shadow:0 8px 24px rgba(16,24,32,.035)!important}
body.postid-4176 .entry-content li{margin:.45rem 0!important;color:#36424c!important}
body.postid-4176 .entry-content h2:nth-of-type(n+9){scroll-margin-top:90px}
body.postid-4176 .entry-content .wp-block-video{margin:36px auto!important;border-radius:20px!important;overflow:hidden!important;box-shadow:0 14px 34px rgba(16,24,32,.10)!important}
body.postid-4176 .entry-content hr.wp-block-separator{border-color:#dce3e7!important;margin:42px 0!important}
@media(max-width:620px){body.postid-4176 .entry-content{width:min(100% - 20px,1080px)!important}body.postid-4176 .wp-block-post-title,body.postid-4176 .entry-title{border-radius:20px!important;padding:26px 20px!important}body.postid-4176 .te-color-quick{padding:20px!important;border-radius:18px!important}body.postid-4176 .entry-content h2{margin-top:38px!important}body.postid-4176 .wp-block-table{border-radius:14px!important}}


/* --- WPWriter addition --- */

/* TICOELECTRÓNICA — post 4176 · corrección de contraste y accesibilidad */
body.postid-4176 .entry-content p,
body.postid-4176 .entry-content li{color:#1f2933!important}

/* Evita colisión: texto oscuro heredado sobre bloque oscuro */
body.postid-4176 .entry-content .te-color-quick,
body.postid-4176 .entry-content .te-color-quick p,
body.postid-4176 .entry-content .te-color-quick strong{color:#f8fafc!important}
body.postid-4176 .entry-content .te-color-quick .te-color-kicker{color:#a7f3c8!important}

/* Enlaces: verde más oscuro sobre fondos claros */
body.postid-4176 .entry-content a{color:#075f39!important}
body.postid-4176 .entry-content a:hover{color:#06472b!important}

/* Fuentes junto a afirmaciones */
body.postid-4176 .entry-content .te-color-source{display:inline-block;margin-top:6px;color:#374151!important;font-size:.94rem!important;line-height:1.55!important}
body.postid-4176 .entry-content .te-color-source a{color:#075f39!important;font-weight:700!important}

/* Errores históricos: tarjetas de alta lectura */
body.postid-4176 .entry-content .te-color-myths{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:24px 0 34px}
body.postid-4176 .entry-content .te-color-myths>div{background:#fff!important;border:1px solid #d7dee3!important;border-left:5px solid #ffb547!important;border-radius:16px!important;padding:18px!important;box-shadow:0 8px 22px rgba(16,24,32,.04)!important;color:#1f2933!important}
body.postid-4176 .entry-content .te-color-myths strong{display:block;color:#101820!important;margin-bottom:7px!important}
body.postid-4176 .entry-content .te-color-myths span{display:block;color:#374151!important;line-height:1.65!important}

/* Cronología visual */
body.postid-4176 .entry-content .te-color-timeline{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0 34px}
body.postid-4176 .entry-content .te-color-timeline>div{background:#f8fafb!important;border:1px solid #d7dee3!important;border-left:5px solid #20b66a!important;border-radius:16px!important;padding:16px 18px!important;color:#1f2933!important}
body.postid-4176 .entry-content .te-color-timeline b{display:block;color:#101820!important;font-size:1.16rem!important;margin-bottom:5px!important}
body.postid-4176 .entry-content .te-color-timeline span{display:block;color:#374151!important;line-height:1.6!important}

/* Método editorial */
body.postid-4176 .entry-content .te-color-method{background:#eef8f2!important;border:1px solid #b9dec8!important;border-left:5px solid #16834d!important;border-radius:18px!important;padding:20px 22px!important;margin:24px 0 34px!important;color:#173d2a!important}
body.postid-4176 .entry-content .te-color-method p,
body.postid-4176 .entry-content .te-color-method li,
body.postid-4176 .entry-content .te-color-method strong{color:#173d2a!important}
body.postid-4176 .entry-content .te-color-method ul{background:transparent!important;border:0!important;box-shadow:none!important;padding:4px 0 4px 22px!important}

/* Tabla y pies: más contraste sin perder sobriedad */
body.postid-4176 .wp-block-table td{color:#1f2933!important}
body.postid-4176 .wp-block-table figcaption{color:#4b5563!important;font-size:.94rem!important;line-height:1.55!important}

@media(max-width:720px){
  body.postid-4176 .entry-content .te-color-myths,
  body.postid-4176 .entry-content .te-color-timeline{grid-template-columns:1fr}
  body.postid-4176 .entry-content p,
  body.postid-4176 .entry-content li{line-height:1.72!important}
}


/* --- WPWriter addition --- */

/* TICOELECTRÓNICA — Guía de marcas de televisores · post 5070 */
body.postid-5070 .entry-content{max-width:1080px!important;margin-inline:auto!important;color:#1f2933!important;line-height:1.75!important}
body.postid-5070 .wp-block-post-title,body.postid-5070 .entry-title{background:radial-gradient(circle at 86% 12%,rgba(32,182,106,.18),transparent 30%),linear-gradient(135deg,#0b1117,#172532)!important;color:#fff!important;border-radius:26px!important;padding:32px 30px!important;box-shadow:0 16px 40px rgba(16,24,32,.13)!important;font-size:clamp(2rem,5vw,3.45rem)!important;line-height:1.08!important;letter-spacing:-.03em!important}
body.postid-5070 .entry-content h2{margin:46px 0 15px!important;color:#101820!important;font-size:clamp(1.5rem,3.2vw,2.08rem)!important;line-height:1.2!important;letter-spacing:-.018em!important}
body.postid-5070 .entry-content h2:after{content:"";display:block;width:52px;height:4px;margin-top:10px;border-radius:999px;background:#20b66a!important}
body.postid-5070 .entry-content h3{margin:28px 0 9px!important;color:#172532!important;font-size:1.2rem!important;line-height:1.3!important}
body.postid-5070 .entry-content p,body.postid-5070 .entry-content li{color:#26323c!important}
body.postid-5070 .entry-content a{color:#075f39!important;text-decoration-thickness:1.5px!important;text-underline-offset:3px!important}
body.postid-5070 .entry-content a:hover{color:#06472b!important}
body.postid-5070 .te-brands-intro p,body.postid-5070 .te-brands-intro strong{color:#f8fafc!important}
body.postid-5070 .wp-block-image{margin:28px auto 34px!important}
body.postid-5070 .wp-block-image img{border-radius:18px!important;box-shadow:0 12px 30px rgba(16,24,32,.08)!important}
body.postid-5070 .wp-block-image figcaption{color:#4b5563!important;font-size:.92rem!important;line-height:1.55!important}
body.postid-5070 .wp-block-table{margin:24px 0 34px!important;overflow-x:auto!important;border:1px solid #dce3e7!important;border-radius:18px!important;background:#fff!important;box-shadow:0 9px 26px rgba(16,24,32,.045)!important}
body.postid-5070 .wp-block-table table{border-collapse:separate!important;border-spacing:0!important;min-width:760px!important}
body.postid-5070 .wp-block-table thead{background:#172532!important}
body.postid-5070 .wp-block-table th{background:#172532!important;color:#fff!important;font-weight:800!important;padding:14px 16px!important;border-color:#2b3b49!important}
body.postid-5070 .wp-block-table td{padding:14px 16px!important;border-color:#e5e7eb!important;color:#26323c!important;vertical-align:top!important}
body.postid-5070 .wp-block-table tbody tr:nth-child(even){background:#f8fafb!important}
body.postid-5070 .wp-block-table figcaption{padding:12px 16px 16px!important;color:#4b5563!important;font-size:.91rem!important;text-align:left!important}
body.postid-5070 .entry-content ul.wp-block-list{background:#fff!important;border:1px solid #dce3e7!important;border-radius:18px!important;padding:20px 24px 20px 44px!important;box-shadow:0 8px 22px rgba(16,24,32,.035)!important}
body.postid-5070 .te-brands-note p,body.postid-5070 .te-brands-note strong{color:#173d2a!important}
body.postid-5070 .entry-content hr.wp-block-separator{border-color:#dce3e7!important;margin:42px 0!important}
@media(max-width:620px){body.postid-5070 .entry-content{width:min(100% - 20px,1080px)!important}body.postid-5070 .wp-block-post-title,body.postid-5070 .entry-title{border-radius:20px!important;padding:25px 20px!important}body.postid-5070 .te-brands-intro{padding:22px 20px!important;border-radius:18px!important}body.postid-5070 .entry-content h2{margin-top:38px!important}body.postid-5070 .wp-block-table{border-radius:14px!important}}


/* --- WPWriter addition --- */

/* post 5070 · H1 semántico propio; evita título visual duplicado del tema */
body.postid-5070 .wp-block-post-title,body.postid-5070 .entry-title{display:none!important}
body.postid-5070 .te-brands-intro h1{color:#fff!important;margin:0 0 16px!important;font-size:clamp(2rem,5vw,3.45rem)!important;line-height:1.08!important;letter-spacing:-.03em!important}


/* --- WPWriter addition --- */

/* TICOELECTRÓNICA — Android 7 Smart TV · post 5826 */
body.postid-5826 .entry-content{max-width:1080px!important;margin-inline:auto!important;color:#26323c!important;line-height:1.75!important}
body.postid-5826 .wp-block-post-title,body.postid-5826 .entry-title{display:none!important}
body.postid-5826 .entry-content>div:first-of-type{background:radial-gradient(circle at 86% 12%,rgba(32,182,106,.18),transparent 30%),linear-gradient(135deg,#0b1117,#172532)!important;box-shadow:0 16px 40px rgba(16,24,32,.13)!important;border-radius:26px!important}
body.postid-5826 .entry-content h1{color:#fff!important}
body.postid-5826 .entry-content h2{color:#101820!important;margin-top:44px!important;line-height:1.22!important;letter-spacing:-.015em!important}
body.postid-5826 .entry-content h2:after{content:"";display:block;width:52px;height:4px;margin-top:10px;border-radius:999px;background:#20b66a!important}
body.postid-5826 .entry-content h3,body.postid-5826 .entry-content h4,body.postid-5826 .entry-content h5{color:#172532!important}
body.postid-5826 .entry-content p,body.postid-5826 .entry-content li{color:#26323c!important}
body.postid-5826 .entry-content a{color:#075f39!important;text-decoration-thickness:1.5px!important;text-underline-offset:3px!important}
body.postid-5826 .entry-content a:hover{color:#06472b!important}
body.postid-5826 .entry-content details{border:1px solid #dce3e7!important;border-radius:16px!important;box-shadow:0 8px 22px rgba(16,24,32,.04)!important}
body.postid-5826 .entry-content summary{color:#172532!important}
body.postid-5826 .entry-content table{border-collapse:separate!important;border-spacing:0!important}
@media(max-width:620px){body.postid-5826 .entry-content{width:min(100% - 20px,1080px)!important}body.postid-5826 .entry-content>div:first-of-type{border-radius:20px!important;padding:24px 18px!important}body.postid-5826 .entry-content h2{margin-top:36px!important}}


/* --- WPWriter addition --- */

/* TICOELECTRÓNICA — Android 7 post 5826 · corrección crítica de contraste */
body.postid-5826 .entry-content > .te-a7{
  background:transparent!important;
  color:#1f2933!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0!important;
}

/* El fondo oscuro pertenece SOLO al hero */
body.postid-5826 .te-a7 .te-a7-hero{
  background:radial-gradient(circle at 86% 12%,rgba(32,182,106,.18),transparent 30%),linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
  box-shadow:0 16px 40px rgba(16,24,32,.13)!important;
}
body.postid-5826 .te-a7 .te-a7-hero h1,
body.postid-5826 .te-a7 .te-a7-hero h2,
body.postid-5826 .te-a7 .te-a7-hero h3,
body.postid-5826 .te-a7 .te-a7-hero h4,
body.postid-5826 .te-a7 .te-a7-hero h5,
body.postid-5826 .te-a7 .te-a7-hero p,
body.postid-5826 .te-a7 .te-a7-hero li,
body.postid-5826 .te-a7 .te-a7-hero span,
body.postid-5826 .te-a7 .te-a7-hero strong{color:#fff!important}
body.postid-5826 .te-a7 .te-a7-hero h1{font-size:clamp(2rem,5vw,3.5rem)!important;line-height:1.08!important;letter-spacing:-.035em!important}

/* Texto general: contraste alto sobre fondos claros */
body.postid-5826 .te-a7 p,
body.postid-5826 .te-a7 li{color:#1f2933!important}
body.postid-5826 .te-a7 [style*="#555"]{color:#374151!important}
body.postid-5826 .te-a7 [style*="#888"]{color:#4b5563!important}
body.postid-5826 .te-a7 [style*="#94a3b8"]{color:#475569!important}

/* Enlaces sobre fondo claro */
body.postid-5826 .te-a7 a{color:#075f39!important;text-decoration-thickness:1.5px!important;text-underline-offset:3px!important}
body.postid-5826 .te-a7 a:focus-visible{outline:3px solid #ffb547!important;outline-offset:3px!important}

/* Bloques oscuros de servicio y CTA: blanco real, no gris heredado */
body.postid-5826 .te-a7 .te-a7-service,
body.postid-5826 .te-a7 .te-a7-cta{
  background:linear-gradient(135deg,#0b1117,#172532)!important;
  color:#fff!important;
}
body.postid-5826 .te-a7 .te-a7-service h2,
body.postid-5826 .te-a7 .te-a7-service h3,
body.postid-5826 .te-a7 .te-a7-service h4,
body.postid-5826 .te-a7 .te-a7-service p,
body.postid-5826 .te-a7 .te-a7-service li,
body.postid-5826 .te-a7 .te-a7-service strong,
body.postid-5826 .te-a7 .te-a7-service span,
body.postid-5826 .te-a7 .te-a7-cta h2,
body.postid-5826 .te-a7 .te-a7-cta h3,
body.postid-5826 .te-a7 .te-a7-cta p,
body.postid-5826 .te-a7 .te-a7-cta strong,
body.postid-5826 .te-a7 .te-a7-cta span{color:#f8fafc!important;opacity:1!important}

/* Botones: contraste AA/AAA práctico */
body.postid-5826 .te-a7 .te-a7-service a,
body.postid-5826 .te-a7 .te-a7-cta a{
  color:#102a43!important;
  background:#fff!important;
  text-decoration:none!important;
}
body.postid-5826 .te-a7 .te-a7-service a[href*="wa.me"],
body.postid-5826 .te-a7 .te-a7-cta a[href*="wa.me"]{
  background:#137a42!important;
  color:#fff!important;
}

/* Tarjetas claras: texto firme y sin grises lavados */
body.postid-5826 .te-a7 [style*="background: white"],
body.postid-5826 .te-a7 [style*="background:white"]{color:#1f2933!important}
body.postid-5826 .te-a7 details,
body.postid-5826 .te-a7 details div{color:#1f2933!important}
body.postid-5826 .te-a7 summary{color:#172532!important}

/* H2/H3 de alto contraste */
body.postid-5826 .te-a7 h2:not(.te-a7-hero h2):not(.te-a7-service h2):not(.te-a7-cta h2){color:#101820!important}
body.postid-5826 .te-a7 h3:not(.te-a7-service h3):not(.te-a7-cta h3),
body.postid-5826 .te-a7 h4:not(.te-a7-service h4){color:#172532!important}

@media(max-width:620px){
  body.postid-5826 .te-a7{font-size:1rem!important;line-height:1.72!important}
  body.postid-5826 .te-a7 .te-a7-hero,
  body.postid-5826 .te-a7 .te-a7-service,
  body.postid-5826 .te-a7 .te-a7-cta{padding:22px 18px!important;border-radius:18px!important}
}


/* --- WPWriter addition --- */

/* =====================================================
   ANDROID 7 — MODO CLARO EDITORIAL DEFINITIVO
   Post 5826 · elimina fondos oscuros y paleta saturada
   ===================================================== */
body.postid-5826 .entry-content > .te-a7,
body.postid-5826 .te-a7{
  background:#ffffff!important;
  color:#1f2933!important;
}

body.postid-5826 .te-a7 .te-a7-hero,
body.postid-5826 .te-a7 .te-a7-service,
body.postid-5826 .te-a7 .te-a7-cta{
  background:#f8fafc!important;
  color:#111827!important;
  border:1px solid #dce3e7!important;
  box-shadow:0 8px 24px rgba(16,24,32,.05)!important;
}

body.postid-5826 .te-a7 .te-a7-hero h1,
body.postid-5826 .te-a7 .te-a7-hero h2,
body.postid-5826 .te-a7 .te-a7-hero h3,
body.postid-5826 .te-a7 .te-a7-hero h4,
body.postid-5826 .te-a7 .te-a7-hero h5,
body.postid-5826 .te-a7 .te-a7-hero p,
body.postid-5826 .te-a7 .te-a7-hero li,
body.postid-5826 .te-a7 .te-a7-hero span,
body.postid-5826 .te-a7 .te-a7-service h2,
body.postid-5826 .te-a7 .te-a7-service h3,
body.postid-5826 .te-a7 .te-a7-service h4,
body.postid-5826 .te-a7 .te-a7-service p,
body.postid-5826 .te-a7 .te-a7-service li,
body.postid-5826 .te-a7 .te-a7-service strong,
body.postid-5826 .te-a7 .te-a7-service span,
body.postid-5826 .te-a7 .te-a7-cta h2,
body.postid-5826 .te-a7 .te-a7-cta h3,
body.postid-5826 .te-a7 .te-a7-cta p,
body.postid-5826 .te-a7 .te-a7-cta strong,
body.postid-5826 .te-a7 .te-a7-cta span{
  color:#111827!important;
  opacity:1!important;
}

/* Etiquetas del hero: claras, no translucidez sobre oscuro */
body.postid-5826 .te-a7 .te-a7-hero span{
  background:#ffffff!important;
  color:#334155!important;
  border:1px solid #dce3e7!important;
  backdrop-filter:none!important;
}

/* Un solo acento visual: verde TicoElectrónica */
body.postid-5826 .te-a7 h2{
  color:#101820!important;
}
body.postid-5826 .te-a7 h2:after{
  background:#20b66a!important;
}
body.postid-5826 .te-a7 h3,
body.postid-5826 .te-a7 h4,
body.postid-5826 .te-a7 h5{
  color:#172532!important;
}
body.postid-5826 .te-a7 a{
  color:#0b7441!important;
}

/* Neutraliza bloques decorativos morados/azules/rojos demasiado saturados */
body.postid-5826 .te-a7 [style*="linear-gradient(135deg, #faf5ff"],
body.postid-5826 .te-a7 [style*="linear-gradient(135deg, #ebf8ff"],
body.postid-5826 .te-a7 [style*="linear-gradient(135deg, #fff5f5"],
body.postid-5826 .te-a7 [style*="linear-gradient(135deg, #fffaf0"],
body.postid-5826 .te-a7 [style*="linear-gradient(135deg, #f0fff4"]{
  background:#f8fafc!important;
  border-color:#dce3e7!important;
  color:#1f2933!important;
}
body.postid-5826 .te-a7 [style*="linear-gradient(135deg, #faf5ff"] *,
body.postid-5826 .te-a7 [style*="linear-gradient(135deg, #ebf8ff"] *,
body.postid-5826 .te-a7 [style*="linear-gradient(135deg, #fff5f5"] *,
body.postid-5826 .te-a7 [style*="linear-gradient(135deg, #fffaf0"] *,
body.postid-5826 .te-a7 [style*="linear-gradient(135deg, #f0fff4"] *{
  color:#1f2933!important;
}

/* Tarjetas y FAQ */
body.postid-5826 .te-a7 details,
body.postid-5826 .te-a7 [style*="background: white"],
body.postid-5826 .te-a7 [style*="background:white"]{
  background:#ffffff!important;
  color:#1f2933!important;
  border-color:#dce3e7!important;
}
body.postid-5826 .te-a7 summary{
  color:#172532!important;
}

/* CTA: sólo el botón de WhatsApp conserva verde sólido */
body.postid-5826 .te-a7 .te-a7-service a,
body.postid-5826 .te-a7 .te-a7-cta a{
  background:#ffffff!important;
  color:#0b7441!important;
  border:1px solid #cfd8dd!important;
  box-shadow:none!important;
}
body.postid-5826 .te-a7 .te-a7-service a[href*="wa.me"],
body.postid-5826 .te-a7 .te-a7-cta a[href*="wa.me"]{
  background:#137a42!important;
  color:#ffffff!important;
  border-color:#137a42!important;
}

@media(max-width:620px){
  body.postid-5826 .te-a7 .te-a7-hero,
  body.postid-5826 .te-a7 .te-a7-service,
  body.postid-5826 .te-a7 .te-a7-cta{
    padding:22px 18px!important;
    border-radius:16px!important;
  }
}


/* --- WPWriter addition --- */

/* =====================================================
   TICOELECTRÓNICA — ANDROID 7 · SISTEMA VISUAL PORTADA
   Post 5826 · paleta editorial limpia y coherente
   Regla: tinta + papel + blanco; verde sólo como acento
   ===================================================== */
body.postid-5826 .te-a7{
  --te-ink:#101820;
  --te-ink2:#172532;
  --te-paper:#f5f7f8;
  --te-white:#ffffff;
  --te-line:#dce3e7;
  --te-muted:#5f6b76;
  --te-accent:#20b66a;
  --te-warm:#ffb547;
  background:var(--te-white)!important;
  color:var(--te-ink)!important;
}

/* Superficies: sólo blanco y papel */
body.postid-5826 .te-a7 .te-a7-hero,
body.postid-5826 .te-a7 .te-a7-service,
body.postid-5826 .te-a7 .te-a7-cta,
body.postid-5826 .te-a7 [style*="linear-gradient"],
body.postid-5826 .te-a7 [style*="radial-gradient"]{
  background:var(--te-paper)!important;
  color:var(--te-ink)!important;
  border-color:var(--te-line)!important;
  box-shadow:none!important;
}

/* Hero sobrio, como extensión clara de la portada */
body.postid-5826 .te-a7 .te-a7-hero{
  background:var(--te-white)!important;
  border:1px solid var(--te-line)!important;
  border-top:5px solid var(--te-ink2)!important;
  border-radius:22px!important;
}
body.postid-5826 .te-a7 .te-a7-hero h1{
  color:var(--te-ink)!important;
  max-width:900px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.postid-5826 .te-a7 .te-a7-hero p{
  color:var(--te-muted)!important;
}
body.postid-5826 .te-a7 .te-a7-hero span{
  background:var(--te-paper)!important;
  color:var(--te-ink2)!important;
  border:1px solid var(--te-line)!important;
  box-shadow:none!important;
}

/* Encabezados: tinta; detalle cálido de portada, no verde */
body.postid-5826 .te-a7 h2,
body.postid-5826 .te-a7 h3,
body.postid-5826 .te-a7 h4,
body.postid-5826 .te-a7 h5{
  color:var(--te-ink2)!important;
}
body.postid-5826 .te-a7 h2:after{
  background:var(--te-warm)!important;
  width:46px!important;
  height:3px!important;
}

/* Texto de lectura */
body.postid-5826 .te-a7 p,
body.postid-5826 .te-a7 li,
body.postid-5826 .te-a7 details div,
body.postid-5826 .te-a7 figcaption{
  color:var(--te-ink)!important;
}
body.postid-5826 .te-a7 small,
body.postid-5826 .te-a7 [style*="font-size: 0.8rem"],
body.postid-5826 .te-a7 [style*="font-size:0.8rem"],
body.postid-5826 .te-a7 [style*="font-size: 0.85rem"],
body.postid-5826 .te-a7 [style*="font-size:.85rem"]{
  color:var(--te-muted)!important;
}

/* Tarjetas, avisos, FAQ y bloques especiales: mismo lenguaje */
body.postid-5826 .te-a7 details,
body.postid-5826 .te-a7 [style*="background: white"],
body.postid-5826 .te-a7 [style*="background:white"],
body.postid-5826 .te-a7 [style*="background: #f7fafc"],
body.postid-5826 .te-a7 [style*="background:#f7fafc"],
body.postid-5826 .te-a7 [style*="background: #f8fafc"],
body.postid-5826 .te-a7 [style*="background:#f8fafc"]{
  background:var(--te-white)!important;
  color:var(--te-ink)!important;
  border-color:var(--te-line)!important;
  box-shadow:0 7px 22px rgba(16,24,32,.035)!important;
}

/* Avisos que antes eran rojo/azul/morado/verde: papel + borde cálido */
body.postid-5826 .te-a7 [style*="border-left"]{
  background:var(--te-paper)!important;
  border-top:1px solid var(--te-line)!important;
  border-right:1px solid var(--te-line)!important;
  border-bottom:1px solid var(--te-line)!important;
  border-left-color:var(--te-warm)!important;
  color:var(--te-ink)!important;
}
body.postid-5826 .te-a7 [style*="border-left"] *{
  color:var(--te-ink)!important;
}

/* Números e iconos: neutralizar morados/rojos y usar tinta */
body.postid-5826 .te-a7 [style*="border-radius: 50%"],
body.postid-5826 .te-a7 [style*="border-radius:50%"]{
  background:var(--te-ink2)!important;
  color:#fff!important;
}

/* Comparativa: barras sobrias, no arcoíris */
body.postid-5826 .te-a7 [style*="height: 24px"]{
  background:#e9eef1!important;
}
body.postid-5826 .te-a7 [style*="height: 100%"]{
  background:var(--te-ink2)!important;
  color:#fff!important;
}
body.postid-5826 .te-a7 [style*="height: 100%"] *{
  color:#fff!important;
}

/* Enlaces: verde oscuro sólo como señal funcional */
body.postid-5826 .te-a7 a{
  color:#0b7441!important;
  text-decoration-color:rgba(11,116,65,.42)!important;
}
body.postid-5826 .te-a7 a:hover{
  color:#075b34!important;
}

/* Servicio y CTA: tarjetas claras; WhatsApp es el único botón verde */
body.postid-5826 .te-a7 .te-a7-service,
body.postid-5826 .te-a7 .te-a7-cta{
  background:var(--te-paper)!important;
  color:var(--te-ink)!important;
  border:1px solid var(--te-line)!important;
}
body.postid-5826 .te-a7 .te-a7-service *,
body.postid-5826 .te-a7 .te-a7-cta *{
  color:var(--te-ink)!important;
}
body.postid-5826 .te-a7 .te-a7-service a,
body.postid-5826 .te-a7 .te-a7-cta a{
  background:var(--te-white)!important;
  color:var(--te-ink2)!important;
  border:1px solid #cfd8dd!important;
  box-shadow:none!important;
}
body.postid-5826 .te-a7 .te-a7-service a[href*="wa.me"],
body.postid-5826 .te-a7 .te-a7-cta a[href*="wa.me"]{
  background:#168650!important;
  color:#fff!important;
  border-color:#168650!important;
}

/* FAQ */
body.postid-5826 .te-a7 details{
  border-radius:14px!important;
}
body.postid-5826 .te-a7 summary{
  color:var(--te-ink2)!important;
  font-weight:800!important;
}

/* Móvil: menos cajas, más lectura */
@media(max-width:620px){
  body.postid-5826 .te-a7 .te-a7-hero,
  body.postid-5826 .te-a7 .te-a7-service,
  body.postid-5826 .te-a7 .te-a7-cta{
    padding:20px 16px!important;
    border-radius:16px!important;
  }
  body.postid-5826 .te-a7 h2{
    font-size:1.55rem!important;
    line-height:1.25!important;
  }
}


/* --- WPWriter addition --- */

/* ANDROID 7 · hard reset visual final — elimina herencia oscura residual */
body.postid-5826 .entry-content > div.te-a7:first-of-type,
body.postid-5826 .entry-content > .te-a7,
body.postid-5826 .te-a7{
  background:#ffffff!important;
  background-image:none!important;
  color:#101820!important;
  box-shadow:none!important;
}
body.postid-5826 .te-a7 > div:not(.te-a7-hero):not(.te-a7-service):not(.te-a7-cta),
body.postid-5826 .te-a7 > p,
body.postid-5826 .te-a7 > section{
  background-color:transparent!important;
  color:#101820!important;
}
body.postid-5826 .te-a7 .te-a7-hero,
body.postid-5826 .te-a7 .te-a7-service,
body.postid-5826 .te-a7 .te-a7-cta{
  background:#f5f7f8!important;
  background-image:none!important;
  color:#101820!important;
}


/* --- WPWriter addition --- */
/* TicoElectrónica — Televisores CRT / post 5356 · continuidad visual portada */
body.postid-5356 .entry-content{max-width:1080px!important;width:min(1080px,calc(100% - 28px))!important;padding:0!important;color:#101820!important}
body.postid-5356 .entry-content .t-card,body.postid-5356 .entry-content .t-intro,body.postid-5356 .entry-content .t-alert,body.postid-5356 .entry-content .t-cta{background:#fff!important;color:#101820!important;border:1px solid #dce3e7!important;box-shadow:0 8px 24px rgba(16,24,32,.04)!important}
body.postid-5356 .entry-content .t-card{border-radius:18px!important}
body.postid-5356 .entry-content .t-intro,body.postid-5356 .entry-content .t-alert{background:#f5f7f8!important;border-left:4px solid #ffb547!important;border-radius:0 14px 14px 0!important}
body.postid-5356 .entry-content .t-cta{background:#f5f7f8!important;border-radius:16px!important}
body.postid-5356 .entry-content .t-cta p,body.postid-5356 .entry-content .t-card p,body.postid-5356 .entry-content .t-card li,body.postid-5356 .entry-content .t-intro p,body.postid-5356 .entry-content .t-alert p,body.postid-5356 .entry-content .t-alert strong{color:#101820!important}
body.postid-5356 .entry-content h1,body.postid-5356 .entry-content h2,body.postid-5356 .entry-content h3{color:#172532!important}
body.postid-5356 .entry-content h2:after{background:#ffb547!important}
body.postid-5356 .entry-content [style*="background:#f0fdf4"],body.postid-5356 .entry-content [style*="background:#fef2f2"],body.postid-5356 .entry-content [style*="background:#dbeafe"],body.postid-5356 .entry-content [style*="background:#fffbeb"],body.postid-5356 .entry-content [style*="background:#e6f7e6"],body.postid-5356 .entry-content [style*="background:#fef2f4"],body.postid-5356 .entry-content [style*="linear-gradient"]{background:#f5f7f8!important;color:#101820!important;border-color:#dce3e7!important}
body.postid-5356 .entry-content img{border-radius:16px!important;border:1px solid #dce3e7!important}
body.postid-5356 .entry-content figcaption{color:#5f6b76!important}
body.postid-5356 .entry-content a{color:#0b7441!important;text-decoration-color:rgba(11,116,65,.4)!important}
@media(max-width:620px){body.postid-5356 .entry-content{width:min(100% - 20px,1080px)!important}body.postid-5356 .entry-content .t-card{padding:18px!important}}


/* --- WPWriter addition --- */
/* Post 5356 — fuerza de contraste final */
body.postid-5356 .entry-content *{text-shadow:none!important}
body.postid-5356 .entry-content .t-card>div,body.postid-5356 .entry-content .t-cols2>div{color:#101820!important}
body.postid-5356 .entry-content .t-cols2>div{background:#fff!important;border:1px solid #dce3e7!important;border-radius:14px!important}


/* --- WPWriter addition --- */
/* Post 5356 — H1 editorial único y título del tema oculto */
body.postid-5356 .wp-block-post-title,body.postid-5356 .entry-title{display:none!important}


/* --- WPWriter addition --- */
/* Post 5356 — ajuste de tipografía y ritmo editorial */
body.postid-5356 .entry-content h1{font-size:clamp(2rem,5vw,3.5rem)!important;line-height:1.07!important;letter-spacing:-.035em!important;margin-bottom:18px!important}
body.postid-5356 .entry-content h2{font-size:clamp(1.45rem,3vw,2.1rem)!important;line-height:1.2!important;letter-spacing:-.02em!important}
body.postid-5356 .entry-content p,body.postid-5356 .entry-content li{line-height:1.72!important}


/* --- WPWriter addition --- */
/* Post 5356 — final de enlaces y foco accesible */
body.postid-5356 .entry-content a:focus-visible{outline:3px solid #ffb547!important;outline-offset:3px!important;border-radius:3px!important}


/* --- WPWriter addition --- */
/* Post 5356 — neutraliza cualquier color inline residual en bloques antiguos */
body.postid-5356 .entry-content [style*="color:white"],body.postid-5356 .entry-content [style*="color: white"]{color:#101820!important}


/* --- WPWriter addition --- */
/* Post 5356 — evita fondos oscuros heredados de .t-cta y contenedores antiguos */
body.postid-5356 .entry-content .t-cta,body.postid-5356 .entry-content .t-cta *{background-color:#f5f7f8!important;color:#101820!important}


/* --- WPWriter addition --- */
/* Post 5356 — normaliza h2 sin adornos de otros artículos */
body.postid-5356 .entry-content h2:after{content:""!important;display:block!important;width:46px!important;height:3px!important;margin-top:10px!important;border-radius:999px!important;background:#ffb547!important}


/* --- WPWriter addition --- */
/* Post 5356 — última barrera contra inline dark backgrounds */
body.postid-5356 .entry-content [style*="background:#1a1a2e"],body.postid-5356 .entry-content [style*="background:linear-gradient"],body.postid-5356 .entry-content [style*="background: linear-gradient"]{background:#f5f7f8!important;color:#101820!important}


/* --- WPWriter addition --- */
/* Post 5356 — no usar colores decorativos fuertes */
body.postid-5356 .entry-content [style*="border-left-color:#"],body.postid-5356 .entry-content [style*="border-left-color: #"]{border-left-color:#ffb547!important}


/* --- WPWriter addition --- */
/* Post 5356 — separación visual sobria */
body.postid-5356 .entry-content .t-card{margin:20px 0!important}
body.postid-5356 .entry-content .t-card+.t-card{margin-top:18px!important}


/* --- WPWriter addition --- */
/* Post 5356 — tarjetas en lectura, sin hover llamativo */
body.postid-5356 .entry-content .t-card:hover{transform:none!important;box-shadow:0 8px 24px rgba(16,24,32,.04)!important}


/* --- WPWriter addition --- */
/* Post 5356 — imagen central discreta */
body.postid-5356 .entry-content figure{max-width:760px!important;margin:24px auto!important}


/* --- WPWriter addition --- */
/* Post 5356 — pie técnico limpio */
body.postid-5356 .entry-content>.t-card:last-of-type{background:#f5f7f8!important;text-align:left!important}


/* --- WPWriter addition --- */
/* Post 5356 — no más estilos saturados: base final */
body.postid-5356 .entry-content{background:#fff!important}


/* --- WPWriter addition --- */
/* Post 5356 — cierre de normalización */
body.postid-5356 .entry-content .t-card,body.postid-5356 .entry-content .t-intro,body.postid-5356 .entry-content .t-alert,body.postid-5356 .entry-content .t-cta{background-image:none!important}


/* --- WPWriter addition --- */
/* Post 5356 — lectura estable */
body.postid-5356 .entry-content{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important}


/* --- WPWriter addition --- */
/* Post 5356 — mobile readability */
@media(max-width:620px){body.postid-5356 .entry-content h1{font-size:2rem!important}body.postid-5356 .entry-content h2{font-size:1.45rem!important}body.postid-5356 .entry-content .t-cols2{display:grid!important;grid-template-columns:1fr!important}}


/* --- WPWriter addition --- */
/* Post 5356 — finalize */

/* --- WPWriter addition --- */
/* Post 5356 — fin ajustes visuales */

/* --- WPWriter addition --- */
/* Post 5356 — fin */

/* --- WPWriter addition --- */
/* no-op marker post 5356 */

/* --- WPWriter addition --- */
/* END POST 5356 VISUAL */

/* --- WPWriter addition --- */
/* final */

/* --- WPWriter addition --- */
/* stop */

/* --- WPWriter addition --- */
/* stop CSS edits */

/* --- WPWriter addition --- */
/* =========================================================
   MARCAS DE TV COSTA RICA 2026 — Post 5070
   Sistema editorial @ticoelectronica2 · encapsulado
   ========================================================= */
body.postid-5070 .entry-content{max-width:1120px!important;width:min(1120px,calc(100% - 28px))!important;padding:0!important;}
body.postid-5070 .entry-content > * + *{margin-top:0;}
body.postid-5070 .entry-content h2::after{display:none!important;}
body.postid-5070 .te-article{--te-ink:#1a1a1a;--te-muted:#6b7280;--te-line:#e5e7eb;--te-bg:#f8f9fa;--te-card:#fff;--te-soft:#f3f4f6;--te-dark:#111827;--te-radius:18px;--te-shadow:0 12px 34px rgba(17,24,39,.07);max-width:1120px;margin:0 auto 64px;color:var(--te-ink);line-height:1.72;}
body.postid-5070 .te-article *{box-sizing:border-box}
body.postid-5070 .te-article a{color:inherit;text-underline-offset:3px}
body.postid-5070 .te-article p{margin:0 0 1.05rem}
body.postid-5070 .te-article h2{margin:2.5rem 0 .85rem;font-size:clamp(1.45rem,2.5vw,2rem);line-height:1.2;letter-spacing:-.02em}
body.postid-5070 .te-article h3{margin:1.7rem 0 .65rem;font-size:1.14rem;line-height:1.3}
body.postid-5070 .te-article ul{padding-left:1.2rem}body.postid-5070 .te-article li{margin:.35rem 0}
body.postid-5070 .te-hero{padding:clamp(22px,4vw,42px);border:1px solid var(--te-line);border-radius:28px;background:radial-gradient(circle at top right,rgba(17,24,39,.055),transparent 34%),linear-gradient(180deg,#fff 0%,#f8f9fa 100%);box-shadow:var(--te-shadow);margin:12px 0 22px}
body.postid-5070 .te-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--te-muted);font-size:.78rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
body.postid-5070 .te-deck{max-width:850px;font-size:clamp(1.05rem,1.7vw,1.2rem);line-height:1.62;margin:0}
body.postid-5070 .te-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}
body.postid-5070 .te-chip{display:inline-flex;align-items:center;min-height:36px;padding:7px 11px;border:1px solid var(--te-line);border-radius:999px;background:#fff;font-size:.87rem;font-weight:700}
body.postid-5070 .te-principle{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;margin-top:22px;padding:17px 18px;border-radius:16px;background:var(--te-dark);color:#fff}
body.postid-5070 .te-principle-mark{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.12);font-weight:900}
body.postid-5070 .te-principle strong{display:block;font-size:1.06rem;margin-bottom:2px}body.postid-5070 .te-principle span{opacity:.84}
body.postid-5070 .te-method{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0 28px}
body.postid-5070 .te-method-card{padding:16px;border:1px solid var(--te-line);border-radius:16px;background:#fff}
body.postid-5070 .te-method-label{display:inline-block;margin-bottom:8px;padding:5px 8px;border-radius:999px;background:var(--te-soft);font-size:.73rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
body.postid-5070 .te-method-card p{font-size:.92rem;color:#374151;margin:0}
body.postid-5070 .te-nav{position:sticky;top:8px;z-index:30;display:flex;gap:8px;overflow-x:auto;margin:20px 0 32px;padding:10px;border:1px solid var(--te-line);border-radius:16px;background:rgba(248,249,250,.94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);scrollbar-width:thin}
body.postid-5070 .te-nav a{flex:0 0 auto;padding:8px 11px;border:1px solid var(--te-line);border-radius:999px;background:#fff;text-decoration:none;font-size:.86rem;font-weight:760}
body.postid-5070 .te-answer{padding:22px;border:1px solid var(--te-line);border-radius:20px;background:#fff;margin:0 0 26px}body.postid-5070 .te-answer h2{margin:0 0 10px}body.postid-5070 .te-answer strong{font-weight:850}
body.postid-5070 .te-check-grid,body.postid-5070 .te-brand-grid,body.postid-5070 .te-related-grid{display:grid;gap:12px}
body.postid-5070 .te-check-grid{grid-template-columns:repeat(3,1fr)}
body.postid-5070 .te-check{padding:18px;border:1px solid var(--te-line);border-radius:16px;background:#fff}body.postid-5070 .te-check b{display:block;margin-bottom:5px}body.postid-5070 .te-check p{font-size:.92rem;color:#374151;margin:0}
body.postid-5070 .te-brand-grid{grid-template-columns:repeat(4,1fr);margin-top:14px}
body.postid-5070 .te-brand-link{display:block;min-height:88px;padding:15px;border:1px solid var(--te-line);border-radius:16px;background:#fff;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease}
body.postid-5070 .te-brand-link:hover{transform:translateY(-2px);box-shadow:var(--te-shadow)}body.postid-5070 .te-brand-link strong{display:block;margin-bottom:4px}body.postid-5070 .te-brand-link span{display:block;color:var(--te-muted);font-size:.83rem;line-height:1.4}
body.postid-5070 .te-callout{margin:20px 0;padding:18px 20px;border-left:4px solid var(--te-dark);border-radius:0 14px 14px 0;background:#fff;border-top:1px solid var(--te-line);border-right:1px solid var(--te-line);border-bottom:1px solid var(--te-line)}
body.postid-5070 .te-callout-label{margin-bottom:6px;color:var(--te-muted);font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}body.postid-5070 .te-callout p:last-child{margin-bottom:0}
body.postid-5070 .te-brand-section{scroll-margin-top:90px;margin:26px 0;padding:clamp(20px,3vw,30px);border:1px solid var(--te-line);border-radius:22px;background:#fff;box-shadow:0 6px 20px rgba(17,24,39,.035)}
body.postid-5070 .te-brand-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px}body.postid-5070 .te-brand-top h2{margin:0}
body.postid-5070 .te-tag{flex:0 0 auto;padding:6px 10px;border:1px solid var(--te-line);border-radius:999px;background:var(--te-soft);font-size:.76rem;font-weight:850}
body.postid-5070 .te-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:16px 0}
body.postid-5070 .te-fact{padding:12px 13px;border-radius:13px;background:var(--te-soft)}body.postid-5070 .te-fact small{display:block;color:var(--te-muted);font-size:.69rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}body.postid-5070 .te-fact b{display:block;margin-top:2px;font-size:.93rem}
body.postid-5070 .te-workshop{margin:18px 0;padding:19px 20px;border-radius:17px;background:var(--te-dark);color:#fff}body.postid-5070 .te-workshop .te-callout-label{color:rgba(255,255,255,.68)}body.postid-5070 .te-workshop p:last-child{margin-bottom:0}
body.postid-5070 .te-link-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}body.postid-5070 .te-link-row a{display:inline-flex;align-items:center;min-height:38px;padding:8px 11px;border:1px solid var(--te-line);border-radius:10px;background:#fff;text-decoration:none;font-size:.86rem;font-weight:780}body.postid-5070 .te-link-row a::after{content:" →";margin-left:4px}
body.postid-5070 .te-pair{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:26px 0}body.postid-5070 .te-pair>div{padding:22px;border:1px solid var(--te-line);border-radius:19px;background:#fff}
body.postid-5070 .te-table-wrap{overflow-x:auto;margin:18px 0;border:1px solid var(--te-line);border-radius:16px;background:#fff}body.postid-5070 .te-table{width:100%;border-collapse:collapse;min-width:760px}body.postid-5070 .te-table th,body.postid-5070 .te-table td{padding:12px 13px;border-bottom:1px solid var(--te-line);text-align:left;vertical-align:top;font-size:.9rem}body.postid-5070 .te-table th{background:var(--te-soft);font-size:.78rem;letter-spacing:.03em}body.postid-5070 .te-table tr:last-child td{border-bottom:0}
body.postid-5070 .te-related{margin:34px 0;padding:24px;border:1px solid var(--te-line);border-radius:22px;background:linear-gradient(180deg,#fff,#f8f9fa)}body.postid-5070 .te-related h2{margin-top:0}body.postid-5070 .te-related-grid{grid-template-columns:repeat(3,1fr)}body.postid-5070 .te-related a{display:block;padding:16px;border:1px solid var(--te-line);border-radius:14px;background:#fff;text-decoration:none}body.postid-5070 .te-related a strong{display:block;margin-bottom:4px}body.postid-5070 .te-related a span{font-size:.84rem;color:var(--te-muted)}
body.postid-5070 .te-card{padding:16px;border:1px solid var(--te-line);border-radius:14px;background:#fff}body.postid-5070 .te-card p{margin:.4rem 0 0;color:var(--te-muted);font-size:.88rem}
body.postid-5070 .te-faq details{margin:9px 0;padding:15px 17px;border:1px solid var(--te-line);border-radius:14px;background:#fff}body.postid-5070 .te-faq summary{cursor:pointer;font-weight:820}body.postid-5070 .te-faq details p{margin:.8rem 0 0}
body.postid-5070 .te-source-box{margin:32px 0;padding:20px;border:1px solid var(--te-line);border-radius:18px;background:var(--te-soft)}body.postid-5070 .te-source-box h2{margin-top:0;font-size:1.25rem}body.postid-5070 .te-source-box li{font-size:.88rem;color:#374151}
body.postid-5070 .te-cta{display:grid;grid-template-columns:1.25fr .75fr;gap:20px;align-items:center;margin-top:34px;padding:26px;border:1px solid var(--te-line);border-radius:22px;background:#fff;box-shadow:var(--te-shadow)}body.postid-5070 .te-cta h2{margin:0 0 8px}body.postid-5070 .te-cta-actions{display:flex;flex-wrap:wrap;gap:9px;justify-content:flex-end}body.postid-5070 .te-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 15px;border:1px solid var(--te-dark);border-radius:11px;text-decoration:none;font-weight:820}body.postid-5070 .te-btn-primary{background:var(--te-dark);color:#fff!important}body.postid-5070 .te-btn-secondary{background:#fff}
@media(max-width:900px){body.postid-5070 .te-method,body.postid-5070 .te-check-grid,body.postid-5070 .te-related-grid{grid-template-columns:repeat(2,1fr)}body.postid-5070 .te-brand-grid{grid-template-columns:repeat(3,1fr)}body.postid-5070 .te-facts{grid-template-columns:1fr}body.postid-5070 .te-cta{grid-template-columns:1fr}body.postid-5070 .te-cta-actions{justify-content:flex-start}}
@media(max-width:680px){body.postid-5070 .te-hero{border-radius:20px}body.postid-5070 .te-method,body.postid-5070 .te-check-grid,body.postid-5070 .te-brand-grid,body.postid-5070 .te-related-grid,body.postid-5070 .te-pair{grid-template-columns:1fr}body.postid-5070 .te-brand-section{border-radius:18px;padding:19px}body.postid-5070 .te-brand-top{display:block}body.postid-5070 .te-tag{display:inline-block;margin-top:7px}body.postid-5070 .te-nav{top:4px}body.postid-5070 .te-cta{padding:20px}}
@media(prefers-reduced-motion:reduce){body.postid-5070 .te-article *{scroll-behavior:auto!important;transition:none!important}}


/* --- WPWriter addition --- */
/* TEMPORAL ROLLBACK post 5070: el contenido nuevo no se guardó aún */
body.postid-5070 .entry-content{max-width:68ch!important;width:auto!important;padding:0 1rem!important;}
body.postid-5070 .entry-content h2::after{display:block!important;}


/* --- WPWriter addition --- */

/* Marcas de televisores 2026 · post 5070 · @ticoelectronica2 */
body.postid-5070 .entry-content{max-width:1120px!important;width:min(1120px,calc(100% - 28px))!important;padding:0!important;margin-left:auto!important;margin-right:auto!important}
body.postid-5070 .entry-content>*+*{margin-top:0!important}
body.postid-5070 .entry-content h2::after{display:none!important}
.teb26-article{--te-ink:#1a1a1a;--te-muted:#6b7280;--te-line:#e5e7eb;--te-soft:#f3f4f6;--te-dark:#111827;--te-shadow:0 12px 34px rgba(17,24,39,.07);max-width:1120px;margin:0 auto 64px;color:var(--te-ink);line-height:1.72}.teb26-article *{box-sizing:border-box}.teb26-article a{color:inherit;text-underline-offset:3px}.teb26-article p{margin:0 0 1.05rem}.teb26-article h2{margin:2.5rem 0 .85rem;font-size:clamp(1.45rem,2.5vw,2rem);line-height:1.2;letter-spacing:-.02em}.teb26-article h3{margin:1.7rem 0 .65rem;font-size:1.14rem;line-height:1.3}
.teb26-hero{padding:clamp(24px,4vw,44px);border:1px solid var(--te-line);border-radius:28px;background:radial-gradient(circle at top right,rgba(31,31,29,.08),transparent 34%),linear-gradient(180deg,#fff 0%,#f8f9fa 100%);box-shadow:var(--te-shadow);margin:0 0 22px}.teb26-eyebrow{display:inline-flex;margin-bottom:12px;color:var(--te-muted);font-size:.78rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.teb26-deck{max-width:850px;font-size:clamp(1.05rem,1.7vw,1.2rem);line-height:1.62;margin:0}.teb26-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.teb26-chip{display:inline-flex;align-items:center;min-height:36px;padding:7px 11px;border:1px solid var(--te-line);border-radius:999px;background:#fff;font-size:.87rem;font-weight:700}.teb26-principle{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;margin-top:22px;padding:17px 18px;border-radius:16px;background:var(--te-dark);color:#fff}.teb26-principle-mark{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.12);font-weight:900}.teb26-principle strong{display:block;font-size:1.06rem;margin-bottom:2px}.teb26-principle span{opacity:.84}
.teb26-method{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0 28px}.teb26-method-card{padding:16px;border:1px solid var(--te-line);border-radius:16px;background:#fff}.teb26-method-label{display:inline-block;margin-bottom:8px;padding:5px 8px;border-radius:999px;background:var(--te-soft);font-size:.73rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.teb26-method-card p{font-size:.92rem;color:#374151;margin:0}
.teb26-nav{position:sticky;top:8px;z-index:30;display:flex;gap:8px;overflow-x:auto;margin:20px 0 32px;padding:10px;border:1px solid var(--te-line);border-radius:16px;background:rgba(248,249,250,.94);backdrop-filter:blur(12px);scrollbar-width:thin}.teb26-nav a{flex:0 0 auto;padding:8px 11px;border:1px solid var(--te-line);border-radius:999px;background:#fff;text-decoration:none;font-size:.86rem;font-weight:760}
.teb26-answer{padding:22px;border:1px solid var(--te-line);border-radius:20px;background:#fff;margin:0 0 26px}.teb26-answer h2{margin:0 0 10px}.teb26-check-grid,.teb26-brand-grid,.teb26-related-grid{display:grid;gap:12px}.teb26-check-grid{grid-template-columns:repeat(3,1fr)}.teb26-check{padding:18px;border:1px solid var(--te-line);border-radius:16px;background:#fff}.teb26-check b{display:block;margin-bottom:5px}.teb26-check p{font-size:.92rem;color:#374151;margin:0}
.teb26-brand-grid{grid-template-columns:repeat(4,1fr);margin-top:14px}.teb26-brand-link{display:block;min-height:88px;padding:15px;border:1px solid var(--te-line);border-radius:16px;background:#fff;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease}.teb26-brand-link:hover{transform:translateY(-2px);box-shadow:var(--te-shadow)}.teb26-brand-link strong{display:block;margin-bottom:4px}.teb26-brand-link span{display:block;color:var(--te-muted);font-size:.83rem;line-height:1.4}
.teb26-brand-section{scroll-margin-top:90px;margin:26px 0;padding:clamp(20px,3vw,30px);border:1px solid var(--te-line);border-radius:22px;background:#fff;box-shadow:0 6px 20px rgba(17,24,39,.035)}.teb26-brand-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px}.teb26-brand-top h2{margin:0}.teb26-tag{flex:0 0 auto;padding:6px 10px;border:1px solid var(--te-line);border-radius:999px;background:var(--te-soft);font-size:.76rem;font-weight:850}.teb26-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:16px 0}.teb26-fact{padding:12px 13px;border-radius:13px;background:var(--te-soft)}.teb26-fact small{display:block;color:var(--te-muted);font-size:.69rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.teb26-fact b{display:block;margin-top:2px;font-size:.93rem}
.teb26-workshop{margin:18px 0;padding:19px 20px;border-radius:17px;background:var(--te-dark);color:#fff}.teb26-callout-label{margin-bottom:6px;color:var(--te-muted);font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.teb26-workshop .teb26-callout-label{color:rgba(255,255,255,.68)}.teb26-workshop p:last-child{margin-bottom:0}.teb26-callout{margin:20px 0;padding:18px 20px;border-left:4px solid var(--te-dark);border-radius:0 14px 14px 0;background:#fff;border-top:1px solid var(--te-line);border-right:1px solid var(--te-line);border-bottom:1px solid var(--te-line)}
.teb26-link-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.teb26-link-row a{display:inline-flex;align-items:center;min-height:38px;padding:8px 11px;border:1px solid var(--te-line);border-radius:10px;background:#fff;text-decoration:none;font-size:.86rem;font-weight:780}.teb26-link-row a::after{content:' →';margin-left:4px}.teb26-pair{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:26px 0}.teb26-pair>div{padding:22px;border:1px solid var(--te-line);border-radius:19px;background:#fff}
.teb26-table-wrap{overflow-x:auto;margin:18px 0;border:1px solid var(--te-line);border-radius:16px;background:#fff}.teb26-table{width:100%;border-collapse:collapse;min-width:760px}.teb26-table th,.teb26-table td{padding:12px 13px;border-bottom:1px solid var(--te-line);text-align:left;vertical-align:top;font-size:.9rem}.teb26-table th{background:var(--te-soft);font-size:.78rem;letter-spacing:.03em}
.teb26-related{margin:34px 0;padding:24px;border:1px solid var(--te-line);border-radius:22px;background:linear-gradient(180deg,#fff,#f8f9fa)}.teb26-related h2{margin-top:0}.teb26-related-grid{grid-template-columns:repeat(3,1fr)}.teb26-related-grid>a,.teb26-related>a{display:block;padding:16px;border:1px solid var(--te-line);border-radius:14px;background:#fff;text-decoration:none}.teb26-related-grid>a strong,.teb26-related>a strong{display:block;margin-bottom:4px}.teb26-related-grid>a span,.teb26-related>a span{font-size:.84rem;color:var(--te-muted)}.teb26-card{padding:16px;border:1px solid var(--te-line);border-radius:14px;background:#fff}
.teb26-faq details{margin:9px 0;padding:15px 17px;border:1px solid var(--te-line);border-radius:14px;background:#fff}.teb26-faq summary{cursor:pointer;font-weight:820}.teb26-faq details p{margin:.8rem 0 0}.teb26-source-box{margin:32px 0;padding:20px;border:1px solid var(--te-line);border-radius:18px;background:var(--te-soft)}.teb26-source-box h2{margin-top:0;font-size:1.25rem}.teb26-source-box li{font-size:.88rem;color:#374151}
.teb26-cta{display:grid;grid-template-columns:1.25fr .75fr;gap:20px;align-items:center;margin-top:34px;padding:26px;border:1px solid var(--te-line);border-radius:22px;background:#fff;box-shadow:var(--te-shadow)}.teb26-cta h2{margin:0 0 8px}.teb26-cta-actions{display:flex;flex-wrap:wrap;gap:9px;justify-content:flex-end}.teb26-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 15px;border:1px solid var(--te-dark);border-radius:11px;text-decoration:none;font-weight:820}.teb26-btn-primary{background:var(--te-dark);color:#fff!important}.teb26-btn-secondary{background:#fff}
@media(max-width:900px){.teb26-method,.teb26-check-grid,.teb26-related-grid{grid-template-columns:repeat(2,1fr)}.teb26-brand-grid{grid-template-columns:repeat(3,1fr)}.teb26-facts{grid-template-columns:1fr}.teb26-cta{grid-template-columns:1fr}.teb26-cta-actions{justify-content:flex-start}}
@media(max-width:680px){.teb26-hero{border-radius:20px}.teb26-method,.teb26-check-grid,.teb26-brand-grid,.teb26-related-grid,.teb26-pair{grid-template-columns:1fr}.teb26-brand-section{border-radius:18px;padding:19px}.teb26-brand-top{display:block}.teb26-tag{display:inline-block;margin-top:7px}.teb26-nav{top:4px}.teb26-cta{padding:20px}}
@media(prefers-reduced-motion:reduce){.teb26-article *{scroll-behavior:auto!important;transition:none!important}}


/* --- WPWriter addition --- */

/* Marcas TV 2026 — corrección de contraste en bloques oscuros */
.teb26-workshop,
.teb26-workshop * {
  color:#ffffff !important;
}
.teb26-workshop p {
  color:rgba(255,255,255,.92) !important;
}
.teb26-workshop strong,
.teb26-workshop b {
  color:#ffffff !important;
  font-weight:800;
}
.teb26-workshop .teb26-callout-label {
  color:rgba(255,255,255,.82) !important;
}
.teb26-workshop a {
  color:#ffffff !important;
  text-decoration:underline;
}


/* --- WPWriter addition --- */
/* Marcas TV 2026 — contraste definitivo post 5070 */
body.postid-5070 .entry-content .teb26-workshop{
  background:#f8fafc !important;
  color:#1a1a1a !important;
  border:1px solid #d9e0e6 !important;
  border-left:4px solid #111827 !important;
  box-shadow:none !important;
}
body.postid-5070 .entry-content .teb26-workshop p,
body.postid-5070 .entry-content .teb26-workshop strong,
body.postid-5070 .entry-content .teb26-workshop b,
body.postid-5070 .entry-content .teb26-workshop span,
body.postid-5070 .entry-content .teb26-workshop div,
body.postid-5070 .entry-content .teb26-workshop li{
  color:#1a1a1a !important;
}
body.postid-5070 .entry-content .teb26-workshop .teb26-callout-label{
  color:#4b5563 !important;
}
body.postid-5070 .entry-content .teb26-workshop a{
  color:#0f5132 !important;
  text-decoration:underline !important;
}
body.postid-5070 .entry-content .teb26-principle,
body.postid-5070 .entry-content .teb26-principle *{
  color:#ffffff !important;
}
body.postid-5070 .entry-content .teb26-principle span{
  color:rgba(255,255,255,.88) !important;
}
body.postid-5070 .entry-content .teb26-btn-primary{
  color:#ffffff !important;
}
