/* =========================================
   OMMVISHOP – PILLAR TEMPLATE V3 LIMPIO
   Mobile first  --  assets/css/blog/pillar-template.css
========================================= */

/* =========================================
   1- BASE / WRAPPER
========================================= */
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-page {
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
}

/* =========================================
   2- HERO
========================================= */
/* -- HERO -- */
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-hero__excerpt {
  max-width: 820px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.75;
  color: #334155;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-hero__excerpt p:last-child {
  margin-bottom: 0;
}

/* -- ENLACE EDITORIAL – VOLVER A GUÍAS -- */
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
}

.ast-single-post.ast-page-builder-template .site-main.pillar-page-layout,
.site-main.pillar-page-layout {
  padding-top: 0 !important;
}

body.page-template-template-pillar #content.site-content,
body.page-template-template-pillar .site-content > .ast-container,
body.page-template-template-pillar #primary.site-main.pillar-page-layout,
body.page-template-template-pillar.ast-separate-container .ast-article-single {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 921px) {
  body.page-template-template-pillar .site-content > .ast-container,
  body.page-template-template-pillar .site-content .ast-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-top-nav {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  width: auto;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-top-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: #475569;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-top-nav a:hover {
  color: #0f62fe;
  transform: translateX(-1px);
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-top-nav a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #334155;
	text-decoration: none;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-top-nav a:hover {
	color: #0f172a;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-hero__excerpt {
	max-width: 760px;
	margin: 18px auto 0;
	font-size: 19px;
	line-height: 1.65;
	color: #334155;
	text-wrap: balance;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hero__bullets {
	list-style: none;
	padding: 0;
	margin: 28px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hero__bullets li {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
	color: #0f172a;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hero__cta {
	margin-top: 26px;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border-radius: 999px;
	background: linear-gradient(135deg, #22c55e 0%, #25d366 100%);
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 14px 30px rgba(37, 211, 102, 0.28);
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-hero__button:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 38px rgba(37, 211, 102, 0.34);
	color: #ffffff;
	opacity: 1;
}

.om-pillar-hero__media {
	width: min(100%, 980px);
	margin: 34px auto 0;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 14px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12);
}

.om-pillar-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* =========================================
   3- SECCIONES / LAYOUT
========================================= */
/* -- CUERPO GENERAL -- */
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-content {
  padding-top: 0;
  padding-bottom: 0;
  order: 3;
}

.om-pillar-reader-start {
	order: 2;
	margin: 44px 0 54px;
}

.om-pillar-reader-start__grid {
	width: min(100%, 980px);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr);
	gap: 22px;
	align-items: stretch;
}

.om-pillar-reader-start__intro {
	display: flex;
	align-items: stretch;
	min-width: 0;
}

.om-pillar-reader-start__intro .om-pillar-lead {
	width: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	padding: 1.35rem 1.45rem;
	border: 1px solid #dbe3ee;
	border-left: 5px solid #25d366;
	border-radius: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
	box-sizing: border-box;
}

.om-pillar-reader-start__intro .om-pillar-lead p {
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.78;
	color: #1e293b;
}

.om-pillar-reader-start__intro .om-pillar-lead strong {
	color: #0f172a;
	font-weight: 800;
}

.om-pillar-reader-start .om-pillar-toc {
	margin: 0;
}

.om-pillar-reader-start .om-pillar-toc__box {
	height: 100%;
	margin: 0;
}

.om-pillar-hub--deferred {
	order: 4;
}

.om-pillar-content .om-pillar-split {
	width: min(100%, 980px);
	margin: 2.2rem auto 2.4rem;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
	gap: 28px;
	align-items: center;
}

.om-pillar-content .om-pillar-split__content {
	min-width: 0;
}

.om-pillar-content .om-pillar-split__content h2,
.om-pillar-content .om-pillar-split__content h3 {
	margin-top: 0;
}

.om-pillar-content .om-pillar-split__media {
	margin: 0;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.om-pillar-content .om-pillar-split__media img,
.om-pillar-content .om-pillar-wide-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.om-pillar-content .om-pillar-wide-image {
	width: min(100%, 820px);
	margin: 2.2rem auto 2.5rem;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 18px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.09);
}
/**** ✅ AUDIT: viva en pillar motores  ****/
/* ancho de lectura */
.om-pillar-content .wp-block-heading,
.om-pillar-content p,
.om-pillar-content ul,
.om-pillar-content ol,
.om-pillar-content blockquote,
.om-pillar-content .wp-block-table,
.om-pillar-content .wp-block-image,
.om-pillar-content figure,
.om-pillar-content .wp-block-uagb-faq,
.om-pillar-content .uagb-call-to-action,
.om-pillar-content > .uagb-container,
.om-pillar-content > .wp-block-group {
  width: min(100%, 820px);
  margin-left: auto;
  margin-right: auto;
}
/* ❌ AUDIT: NO usada en pillar motores */
/* los espacios entre bloques principales se controlan desde Spectra */
.om-pillar-content > .uagb-container,
.om-pillar-content > .wp-block-group,
.om-pillar-content > .wp-block-image,
.om-pillar-content > figure,
.om-pillar-content > .wp-block-uagb-faq,
.om-pillar-content > .uagb-call-to-action,
.om-pillar-content > .uagb-container > .wp-block-image,
.om-pillar-content > .uagb-container > figure,
.om-pillar-content > .uagb-container > .wp-block-uagb-faq,
.om-pillar-content > .uagb-container > .uagb-call-to-action {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* -- TEXTO -- */
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-content p {
  margin-top: 0;
  margin-bottom: 1.1rem;
  font-size: 1rem;
  line-height: 1.82;
  color: #334155;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content h2,
.om-pillar-content h2.wp-block-heading {
  margin-top: 2.2rem;
  margin-bottom: 0.95rem;
  font-size: clamp(1.8rem, 6vw, 2.5rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #0f172a;
  position: relative;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content h2::after,
.om-pillar-content h2.wp-block-heading::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin-top: 0.65rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #ef4444 0%, #22c55e 100%);
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-content h3,
.om-pillar-content h3.wp-block-heading {
  margin-top: 1.7rem;
  margin-bottom: 0.7rem;
  font-size: clamp(1.2rem, 4.5vw, 1.55rem);
  line-height: 1.22;
  font-weight: 800;
  color: #0f172a;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content h4,
.om-pillar-content h4.wp-block-heading {
  margin-top: 1.3rem;
  margin-bottom: 0.6rem;
  font-size: 1.02rem;
  line-height: 1.35;
  font-weight: 800;
  color: #0f172a;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content ul,
.om-pillar-content ol {
  padding-left: 1.2rem;
  margin-top: 0;
  margin-bottom: 1.2rem;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content li {
  margin-bottom: 0.4rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #334155;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content li strong,
.om-pillar-content p strong {
  color: #0f172a;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content a {
  color: #0f62fe;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.14em;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content a:hover {
  color: #0b4ed1;
}

/* -- IMÁGENES -- */
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-content .wp-block-image,
.om-pillar-content figure {
  margin-top: 1.5rem;
  margin-bottom: 1.7rem;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-content .wp-block-image img,
.om-pillar-content figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09);
}

/* -- TABLAS / CITAS / SEPARADORES -- */
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content blockquote {
  background: #f8fafc;
  border-left: 4px solid #0f62fe;
  border-radius: 14px;
  padding: 1rem 1rem 1rem 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content blockquote p {
  margin: 0;
  color: #1e293b;
  font-size: 1rem;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content .wp-block-table th,
.om-pillar-content .wp-block-table td {
  padding: 0.85rem 0.9rem;
  border: 1px solid #e2e8f0;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.5;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content .wp-block-table th {
  background: #f8fafc;
  color: #0f172a;
  font-weight: 700;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content .wp-block-table td {
  color: #334155;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content hr,
.om-pillar-content .wp-block-separator {
  width: min(100%, 820px);
  margin: 2rem auto;
  border: 0;
  border-top: 1px solid #e2e8f0;
}

/* -- COMPARATIVA (bloque con clase propia) -- */
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content .om-pillar-compare-block {
  width: min(100%, 820px);
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content .om-pillar-compare-block .uagb-container-inner-blocks-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: stretch;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content .om-pillar-compare-block .uagb-container-inner-blocks-wrap > * {
  height: 100%;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content .om-pillar-compare-block .uagb-info-box,
.om-pillar-content .om-pillar-compare-block .wp-block-uagb-info-box,
.om-pillar-content .om-pillar-compare-block .uagb-info-box__content-wrap,
.om-pillar-content .om-pillar-compare-block .uagb-infobox__content-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content .om-pillar-compare-block .uagb-infobox__content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #ffffff;
  border: 1px solid #dbe3ec;
  border-radius: 24px;
  padding: 1.35rem 1.15rem;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content .om-pillar-compare-block .uagb-infobox__content-wrap:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.09);
  border-color: #cbd5e1;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content .om-pillar-compare-block .uagb-ifb-icon-wrap {
  margin-bottom: 0.8rem;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content .om-pillar-compare-block .uagb-ifb-icon-wrap svg,
.om-pillar-content .om-pillar-compare-block .uagb-ifb-icon-wrap i {
  color: #0f62fe;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content .om-pillar-compare-block .uagb-ifb-title {
  margin-bottom: 0.9rem;
  font-size: clamp(1.35rem, 4.8vw, 1.7rem);
  line-height: 1.2;
  font-weight: 800;
  color: #0f172a;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content .om-pillar-compare-block .uagb-ifb-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #334155;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content .om-pillar-compare-block .uagb-ifb-desc strong {
  color: #0f172a;
  font-weight: 800;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-content,
.om-pillar-cluster-summary__inner,
.om-pillar-related-posts .ast-container {
  width: min(100% - 32px, 980px);
  margin-inline: auto;
}

/* =========================================
   4- COMPONENTES
========================================= */
/* -- FAQ -- */
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content .wp-block-uagb-faq {
  margin-top: 1.2rem;
  margin-bottom: 1.4rem;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content .wp-block-uagb-faq .uagb-faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  margin-bottom: 0.8rem;
  overflow: hidden;
  background: #ffffff;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content .wp-block-uagb-faq .uagb-question {
  font-weight: 700;
  color: #0f172a;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content .wp-block-uagb-faq .uagb-answer-content {
  color: #334155;
  line-height: 1.8;
}

/* -- CTA INTERNO DEL CUERPO -- */
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-content .uagb-call-to-action {
  width: min(100%, 820px);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

/* -- BLOQUES EDITORIALES AUTOMATIZABLES -- */
.om-pillar-content .om-pillar-lead {
	width: min(100%, 820px);
	margin: 0 auto 1.4rem;
	padding: 1.25rem 1.35rem;
	border: 1px solid #dbe3ee;
	border-left: 5px solid #25d366;
	border-radius: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.om-pillar-content .om-pillar-lead p {
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.78;
	color: #1e293b;
}

.om-pillar-content .om-pillar-diagnostic-grid,
.om-pillar-content .om-pillar-diagnostic-matrix,
.om-pillar-content .om-pillar-product-map {
	width: min(100%, 980px);
	margin: 1.5rem auto 1.9rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.om-pillar-content .om-pillar-diagnostic-matrix {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 18px;
}

.om-pillar-content .om-pillar-diagnostic-card,
.om-pillar-content .om-pillar-diagnostic-item,
.om-pillar-content .om-pillar-product-card {
	min-width: 0;
	padding: 1.05rem;
	border: 1px solid #dbe3ee;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
}

.om-pillar-content .om-pillar-diagnostic-item {
	padding: 1.15rem 1.1rem 1.15rem 1.35rem;
	border-left: 4px solid #0f172a;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.om-pillar-content .om-pillar-diagnostic-card h3,
.om-pillar-content .om-pillar-diagnostic-item h3,
.om-pillar-content .om-pillar-product-card h3 {
	margin: 0 0 0.55rem;
	font-size: 1.06rem;
	line-height: 1.25;
	font-weight: 800;
	color: #0f172a;
}

.om-pillar-content .om-pillar-diagnostic-item h3 {
	font-size: 1rem;
	letter-spacing: 0.01em;
}

.om-pillar-content .om-pillar-diagnostic-card p,
.om-pillar-content .om-pillar-diagnostic-item p,
.om-pillar-content .om-pillar-product-card p {
	margin: 0;
	font-size: 0.96rem;
	line-height: 1.65;
	color: #475569;
}

.om-pillar-content .om-pillar-diagnostic-item p {
	font-size: 0.94rem;
	line-height: 1.7;
}

.om-pillar-content .om-pillar-steps {
	width: min(100%, 820px);
	margin: 1.4rem auto 1.9rem;
	padding: 0;
	list-style: none;
	counter-reset: pillar-step;
}

.om-pillar-content .om-pillar-steps li {
	position: relative;
	margin: 0 0 0.85rem;
	padding: 1rem 1rem 1rem 3.65rem;
	border: 1px solid #dbe3ee;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
	counter-increment: pillar-step;
}

.om-pillar-content .om-pillar-steps li::before {
	content: counter(pillar-step);
	position: absolute;
	left: 1rem;
	top: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.9rem;
	height: 1.9rem;
	border-radius: 999px;
	background: #0f172a;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 800;
}

.om-pillar-content .om-pillar-steps strong {
	display: block;
	margin-bottom: 0.25rem;
	color: #0f172a;
	font-weight: 800;
}

.om-pillar-content .om-pillar-callout {
	width: min(100%, 820px);
	margin: 1.6rem auto;
	padding: 1.2rem 1.25rem;
	border-radius: 18px;
	background: #0f172a;
	color: #ffffff;
	box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.om-pillar-content .om-pillar-callout strong {
	display: block;
	margin-bottom: 0.35rem;
	color: #ffffff;
	font-size: 1.05rem;
}

.om-pillar-content .om-pillar-callout p {
	margin: 0;
	color: #e2e8f0;
}

.om-pillar-content .om-pillar-faq {
	width: min(100%, 820px);
	margin: 1.5rem auto 1.9rem;
	padding: 0;
	background: #ffffff;
}

.om-pillar-content .om-pillar-faq details {
	margin-bottom: 1rem;
	border: 1px solid #dbe1e7;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
	overflow: hidden;
	max-width: 100%;
	box-sizing: border-box;
}

.om-pillar-content .om-pillar-faq details:last-child {
	margin-bottom: 0;
}

.om-pillar-content .om-pillar-faq details[open] {
	border-color: #dbe1e7;
}

.om-pillar-content .om-pillar-faq summary {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 0;
	box-sizing: border-box;
	gap: 16px;
	cursor: pointer;
	padding: 1rem 1.1rem;
	background: #f8fafc;
	border-radius: 0;
	color: #1e293b;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.45;
	list-style: none;
	white-space: normal;
	overflow-wrap: anywhere;
	transition: background-color 0.25s ease, color 0.25s ease;
}

.om-pillar-content .om-pillar-faq summary::-webkit-details-marker {
	display: none;
}

.om-pillar-content .om-pillar-faq summary:hover,
.om-pillar-content .om-pillar-faq summary:focus {
	background-color: #e2e8f0;
	color: #0f172a;
	outline: none;
}

.om-pillar-content .om-pillar-faq summary:focus-visible {
	box-shadow: inset 0 0 0 2px #2563eb;
}

.om-pillar-content .om-pillar-faq summary::after {
	content: "+";
	flex: 0 0 auto;
	color: #475569;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 600;
	transition: transform 0.2s ease, color 0.2s ease;
}

.om-pillar-content .om-pillar-faq details[open] summary {
	background: #e5e7eb;
	color: #0f172a;
	border-bottom: 1px solid #e2e8f0;
}

.om-pillar-content .om-pillar-faq details[open] summary::after {
	transform: rotate(45deg);
	color: #0f172a;
}

.om-pillar-content .om-pillar-faq details > p {
	width: auto;
	max-width: 100%;
	box-sizing: border-box;
	padding: 1rem 1rem 1.35rem;
	margin: 0;
	background: #ffffff;
	color: #334155;
	font-size: 1rem;
	line-height: 1.75;
	overflow-wrap: anywhere;
	word-break: normal;
}

.om-pillar-content .om-pillar-faq details > p:last-child {
	margin-bottom: 0;
}

/* =========================================
   5- CLUSTER SUMMARY
========================================= */
/* -- RESUMEN DEL CLÚSTER -- */
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-cluster-summary {
  padding-top: 0;
  padding-bottom: 0;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-cluster-summary__inner {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  border: 1px solid #dbe3ec;
  border-radius: 22px;
  padding: 1.2rem 1rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-cluster-summary__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #475569;
  margin-bottom: 0.55rem;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-cluster-summary__title {
  margin: 0 0 0.7rem;
  font-size: clamp(1.5rem, 5vw, 2rem);
  line-height: 1.12;
  font-weight: 800;
  color: #0f172a;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-cluster-summary__text {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #334155;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-cluster-summary__meta {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1d4ed8;
}

/* -- POSTS CLUSTER -- */
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  border-top: 1px solid #e2e2e2;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts__title {
  margin-bottom: 0.6rem;
  font-size: clamp(1.6rem, 5vw, 2.2rem);
  line-height: 1.12;
  font-weight: 800;
  color: #0f172a;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts__intro {
  max-width: 760px;
  margin: 0 0 1.3rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #475569;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts .blog-grid {
  margin-top: 0;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-cluster-summary {
  padding-top: 2rem;
  padding-bottom: 1.2rem;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts {
  padding-top: 2.2rem;
}

/* =========================================
   6- RELACIONADOS DEL PILLAR
   Misma lógica visual que en Guías
========================================= */
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts {
  padding: 2rem 0 3rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-top: 1px solid #eef2f7;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts .ast-container {
  display: block;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts__heading {
  max-width: 760px;
  margin: 0 auto 1.4rem;
  text-align: center;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.7rem, 5vw, 2.3rem);
  line-height: 1.08;
  font-weight: 800;
  color: #0f172a;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts__intro {
  max-width: 720px;
  margin: 0 auto;
  color: #475569;
  font-size: 1rem;
  line-height: 1.72;
}
/* ❌ AUDIT: NO usada en pillar motores */
/* Grid de artículos */
.om-pillar-related-posts .blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
  margin-top: 1.35rem;
}
/* ❌ AUDIT: NO usada en pillar motores */
/* Tarjetas: misma línea visual que Guías */
.om-pillar-related-posts .post-card {
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  box-shadow:
    0 10px 24px rgba(15, 23, 42, 0.04),
    0 22px 48px rgba(15, 23, 42, 0.04);
  min-height: 100%;
  overflow: hidden;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts .post-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow:
    0 16px 34px rgba(15, 23, 42, 0.07),
    0 28px 60px rgba(15, 23, 42, 0.07);
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts .post-card__image-wrapper {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 1px solid #eef2f7;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts .post-card__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts .post-card__content {
  padding: 1.15rem 1rem 0.75rem;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts .post-card__header {
  margin-bottom: 0.75rem;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts .post-card__title {
  margin: 0;
  font-size: clamp(1.15rem, 3.8vw, 1.38rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.02em;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts .post-card__title a {
  color: #0f172a;
  text-decoration: none;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts .post-card__title a:hover {
  color: #0f62fe;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts .post-card__excerpt p {
  color: #475569;
  font-size: 0.97rem;
  line-height: 1.72;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts .post-card__footer {
  padding: 0 1rem 1rem;
  border-top: 1px solid #eef2f7;
  gap: 0.45rem;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts .post-card__meta {
  font-size: 0.82rem;
  color: #64748b;
  padding-top: 0.45rem;
}
/* ❌ AUDIT: NO usada en pillar motores */
/* CTA editorial igual que en Guías */
.om-pillar-related-posts .post-card__read-more,
.om-pillar-related-posts .post-card__read-more.astra-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  min-height: auto;
  min-width: 0;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #0f62fe !important;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts .post-card__read-more:hover,
.om-pillar-related-posts .post-card__read-more.astra-button:hover {
  color: #0b4ed1 !important;
  opacity: 1;
  transform: none;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts .post-card__read-more::after,
.om-pillar-related-posts .post-card__read-more.astra-button::after {
  content: "→";
  display: inline-block;
  margin-left: 0.4rem;
  transition: transform 0.18s ease;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-related-posts .post-card__read-more:hover::after,
.om-pillar-related-posts .post-card__read-more.astra-button:hover::after {
  transform: translateX(2px);
}

/* =========================================================
   7- HUB DINÁMICO DE GUÍA MAESTRA
   TODO EN COLUMNA
   ========================================================= */
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hub {
	padding: 56px 0 40px;
	background: #ffffff;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hub .ast-container {
	max-width: 1280px;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
/* WRAPPER PRINCIPAL PARA FORZAR COLUMNA */
.om-pillar-hub__stack {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

/* -- HEADER -- */
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hub__header {
	max-width: 760px;
	margin: 0 auto 34px;
	text-align: center;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hub__title {
	margin: 0;
	font-size: clamp(32px, 3.2vw, 46px);
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #0f172a;
	text-wrap: balance;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hub__subtitle {
	margin: 16px auto 0;
	max-width: 680px;
	font-size: 18px;
	line-height: 1.65;
	color: #475569;
	text-wrap: balance;
}

/* -- GRID -- */
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hub__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
	gap: 24px;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
}

/* -- CARD -- */
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hub-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #dbe3ee;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-hub-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hub-card__thumb {
	display: block;
	aspect-ratio: 16 / 10;
	background: #eef2f7;
	overflow: hidden;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hub-card__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hub-card__body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hub-card__title {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.18;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-wrap: balance;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hub-card__title a {
	color: #0f172a;
	text-decoration: none;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-hub-card__title a:hover {
	color: #1d4ed8;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hub-card__excerpt {
	margin-bottom: 14px;
	font-size: 15px;
	line-height: 1.6;
	color: #475569;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hub-card__link {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 15px;
	font-weight: 700;
	color: #2563eb;
	text-decoration: none;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-hub-card__link:hover {
	color: #1d4ed8;
}
/* -- FOOTER / BOTÓN -- */
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hub__footer {
	margin-top: 28px;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-hub__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	min-height: 54px;
	border-radius: 999px;
	background: #0f172a;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.14);
	transition: all 0.2s ease;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-hub__more:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
	color: #fff;
}

/* =========================================
   8- TOC manual PHP – Guía Maestra
========================================= */
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc {
  margin: 40px 0;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc .ast-container {
  max-width: 1100px;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc__box {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc__title {
  margin: 0 0 14px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0f172a;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc__nav {
  margin: 0;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc__item + .om-pillar-toc__item {
  margin-top: 8px;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc__link {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.4;
  color: #1d4ed8;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-toc__link:hover {
  background: #eff6ff;
  color: #1e40af;
  transform: translateX(2px);
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc__text {
  display: block;
}

/* -- TOC manual PHP – caja sin fondo + jerarquía real -- */
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc {
  margin: 40px 0 56px;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc .ast-container {
  max-width: 1100px;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc__box {
  max-width: 760px;
  margin: 0 auto;
  background: transparent;
  border: 1px solid #dbe3ee;
  border-radius: 14px;
  padding: 22px 24px;
  box-shadow: none;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc__title {
  margin: 0 0 16px;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0f172a;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc__nav {
  margin: 0;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc__item {
  margin: 0;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc__item + .om-pillar-toc__item {
  margin-top: 8px;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc__link {
  display: inline-block;
  text-decoration: none;
  color: #2563eb;
  line-height: 1.45;
}
/* ❌ AUDIT: NO usada en pillar motores */
.om-pillar-toc__link:hover {
  color: #1e40af;
}

/**** ✅ AUDIT: viva en pillar motores  ****/
/* Nivel 1 */
.om-pillar-toc__item--level-1 .om-pillar-toc__link {
  padding-left: 14px;
  position: relative;
  font-size: 0.98rem;
  font-weight: 600;
  color: #111827;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc__item--level-1 .om-pillar-toc__link::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #94a3b8;
}

/**** ✅ AUDIT: viva en pillar motores  ****/
/* Nivel 2 */
.om-pillar-toc__item--level-2 {
  margin-left: 18px;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc__item--level-2 .om-pillar-toc__link {
  padding-left: 14px;
  position: relative;
  font-size: 0.94rem;
  font-weight: 500;
  color: #111827;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc__item--level-2 .om-pillar-toc__link::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #94a3b8;
}

/**** ✅ AUDIT: viva en pillar motores  ****/
/* Nivel 3 */
.om-pillar-toc__item--level-3 {
  margin-left: 36px;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc__item--level-3 .om-pillar-toc__link {
  padding-left: 14px;
  position: relative;
  font-size: 0.94rem;
  font-weight: 500;
  color: #111827;
}
/**** ✅ AUDIT: viva en pillar motores  ****/
.om-pillar-toc__item--level-3 .om-pillar-toc__link::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #94a3b8;
}

/* =========================================
   9- OVERRIDE ASTRA – QUITAR MARCO LATERAL
   EN PÁGINA PILLAR
========================================= */
/**** ✅ AUDIT: viva en pillar motores  ****/
.ast-single-post.ast-page-builder-template .site-main > article.om-pillar-page {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* =========================================
   10- RESPONSIVE
========================================= */
  /* Mobile específico */
@media (max-width: 767px) {
  .om-pillar-reader-start {
    margin: 28px 0 40px;
  }

  .om-pillar-reader-start__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .om-pillar-content .om-pillar-split {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .om-pillar-toc-block,
  .om-pillar-content .wp-block-uagb-table-of-contents {
    display: none !important;
  }

  .om-pillar-content .om-pillar-split__media,
  .om-pillar-content .om-pillar-wide-image {
    aspect-ratio: 1 / 1;
    border-radius: 16px;
  }

  .om-pillar-content .om-pillar-split__media img,
  .om-pillar-content .om-pillar-wide-image img,
  .om-pillar-content .wp-block-image img,
  .om-pillar-content figure img {
    aspect-ratio: 1 / 1;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .om-pillar-content table {
    min-width: 560px;
    font-size: 0.86rem;
  }

  .om-pillar-content table th,
  .om-pillar-content table td {
    padding: 0.65rem 0.7rem;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }

  .om-pillar-content .wp-block-table,
  .om-pillar-content .om-pillar-split__content,
  .om-pillar-content .om-pillar-wide-image + * {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .om-pillar-content .om-pillar-compare-block,
  .om-pillar-content .om-pillar-compare-block .uagb-container-inner-blocks-wrap,
  .om-pillar-content .om-pillar-compare-block .uagb-block-grid,
  .om-pillar-content .om-pillar-compare-block .uagb-is-root-container {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
/* ❌ AUDIT: NO usada en pillar motores */
  .om-pillar-content .om-pillar-compare-block .uagb-container-inner-blocks-wrap {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
/* ❌ AUDIT: NO usada en pillar motores */
  .om-pillar-content .om-pillar-compare-block .uagb-container-inner-blocks-wrap > * {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
/* ❌ AUDIT: NO usada en pillar motores */
  .om-pillar-content .om-pillar-compare-block .uagb-info-box,
  .om-pillar-content .om-pillar-compare-block .wp-block-uagb-info-box,
  .om-pillar-content .om-pillar-compare-block .uagb-info-box__content-wrap,
  .om-pillar-content .om-pillar-compare-block .uagb-infobox__content-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
.om-pillar-content .wp-block-uagb-table-of-contents .uagb-toc__wrap {
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
    box-sizing: border-box !important;
  }
/* ❌ AUDIT: NO usada en pillar motores */
  .om-pillar-content .wp-block-uagb-table-of-contents .uagb-toc__list-wrap {
    overflow: hidden !important;
  }
/* ❌ AUDIT: NO usada en pillar motores */
  .om-pillar-content .wp-block-uagb-table-of-contents .uagb-toc__list {
    margin-left: 0 !important;
  }
/* ❌ AUDIT: NO usada en pillar motores */
  .om-pillar-content .wp-block-uagb-table-of-contents .uagb-toc-link__trigger {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    line-height: 1.45 !important;
  }
/* ❌ AUDIT: NO usada en pillar motores */
  .om-pillar-content .wp-block-uagb-table-of-contents li.uagb-toc__list {
    font-size: 0.95rem !important;
    line-height: 1.45 !important;
  }
  .om-pillar-content .wp-block-uagb-table-of-contents .uagb-toc__list-wrap > .uagb-toc__list {
    padding-left: 1.25rem !important;
  }
/* ❌ AUDIT: NO usada en pillar motores */
  .om-pillar-content .wp-block-uagb-table-of-contents .uagb-toc__list-wrap > .uagb-toc__list > li > .uagb-toc__list {
    padding-left: 1.1rem !important;
    margin-top: 0.2rem !important;
  }
/* ❌ AUDIT: NO usada en pillar motores */
  .om-pillar-content .wp-block-uagb-table-of-contents .uagb-toc__list-wrap > .uagb-toc__list > li > .uagb-toc__list > li > .uagb-toc__list {
    padding-left: 1rem !important;
    margin-top: 0.15rem !important;
  }
/* ❌ AUDIT: NO usada en pillar motores */
  .om-pillar-content .wp-block-uagb-table-of-contents .uagb-toc__list li {
    list-style-position: outside !important;
  }
    .om-pillar-cluster-summary {
    margin-top: 0.5rem !important;
    margin-bottom: 1.5rem !important;
  }
/**** ✅ AUDIT: viva en pillar motores  ****/
  .om-pillar-commercial-cta {
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
  }
/* ❌ AUDIT: NO usada en pillar motores */
  .om-pillar-related-posts {
    margin-top: 0 !important;
    padding-top: 1.5rem !important;
  }
  .om-pillar-top-nav {
    top: 0.8rem;
    right: 0.8rem;
  }
/* ❌ AUDIT: NO usada en pillar motores */
  .om-pillar-top-nav a {
    font-size: 0.88rem;
  }
  .om-pillar-hero {
		padding: 42px 0 48px;
	}
/**** ✅ AUDIT: viva en pillar motores  ****/
	.om-pillar-hero__title {
		font-size: 36px;
	}
/* ❌ AUDIT: NO usada en pillar motores */
	.om-pillar-hero__excerpt {
		font-size: 17px;
	}
/**** ✅ AUDIT: viva en pillar motores  ****/
	.om-pillar-hero__bullets {
		gap: 10px;
	}
/**** ✅ AUDIT: viva en pillar motores  ****/
	.om-pillar-hero__bullets li {
		font-size: 13px;
		padding: 9px 14px;
	}
  	.om-pillar-hub {
		padding: 42px 0 28px;
	}
/**** ✅ AUDIT: viva en pillar motores  ****/
	.om-pillar-hub__title {
		font-size: 30px;
	}
/**** ✅ AUDIT: viva en pillar motores  ****/
	.om-pillar-hub__subtitle {
		font-size: 17px;
	}
/**** ✅ AUDIT: viva en pillar motores  ****/
	.om-pillar-hub__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}
/**** ✅ AUDIT: viva en pillar motores  ****/
	.om-pillar-hub-card {
		max-width: 100%;
	}
/**** ✅ AUDIT: viva en pillar motores  ****/
	.om-pillar-hub-card__body {
		padding: 20px 20px 22px;
	}
/**** ✅ AUDIT: viva en pillar motores  ****/
	.om-pillar-hub-card__title {
		font-size: 26px;
	}
/**** ✅ AUDIT: viva en pillar motores  ****/
	.om-pillar-hub__footer {
		justify-content: center;
	}
/**** ✅ AUDIT: viva en pillar motores  ****/
	.om-pillar-hub__more {
		width: 100%;
		padding: 0 20px;
	}
  .om-pillar-toc {
    margin: 28px 0;
  }
/**** ✅ AUDIT: viva en pillar motores  ****/
  .om-pillar-toc__box {
    padding: 18px 16px;
    border-radius: 14px;
  }
/**** ✅ AUDIT: viva en pillar motores  ****/
  .om-pillar-toc__title {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }
/**** ✅ AUDIT: viva en pillar motores  ****/
  .om-pillar-toc__link {
    padding: 9px 10px;
    font-size: 0.95rem;
    line-height: 1.45;
  }
  .om-pillar-toc {
    margin: 28px 0 40px;
  }
/**** ✅ AUDIT: viva en pillar motores  ****/
  .om-pillar-toc__box {
    padding: 18px 16px;
    border-radius: 12px;
  }
/**** ✅ AUDIT: viva en pillar motores  ****/
  .om-pillar-toc__title {
    font-size: 1.05rem;
    margin-bottom: 12px;
  }
/**** ✅ AUDIT: viva en pillar motores  ****/
  .om-pillar-toc__item--level-2 {
    margin-left: 14px;
  }
/**** ✅ AUDIT: viva en pillar motores  ****/
  .om-pillar-toc__item--level-3 {
    margin-left: 28px;
  }
}

    /* -- Tablet -- */
@media (min-width: 768px) {
  .om-pillar-page {
    padding-bottom: 3rem;
  }
/**** ✅ AUDIT: viva en pillar motores  ****/
  .om-pillar-content p {
    font-size: 1.06rem;
  }
/* ❌ AUDIT: NO usada en pillar motores */
  .om-pillar-content h2,
  .om-pillar-content h2.wp-block-heading {
    margin-top: 2.7rem;
  }
/* ❌ AUDIT: NO usada en pillar motores */
  .om-pillar-content .om-pillar-compare-block .uagb-container-inner-blocks-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
/* ❌ AUDIT: NO usada en pillar motores */
  .om-pillar-content .om-pillar-compare-block .uagb-infobox__content-wrap {
    padding: 1.5rem 1.25rem;
  }
/**** ✅ AUDIT: viva en pillar motores  ****/
  .om-pillar-cluster-summary__inner {
    padding: 1.5rem 1.4rem;
  }
/**** ✅ AUDIT: viva en pillar motores  ****/
  .om-pillar-commercial-cta__actions {
    justify-content: flex-end;
  }
  .om-pillar-related-posts {
    padding: 2.4rem 0 3.2rem;
  }
/* ❌ AUDIT: NO usada en pillar motores */
  .om-pillar-related-posts .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
/* ❌ AUDIT: NO usada en pillar motores */
  .om-pillar-related-posts .post-card__content {
    padding: 1.2rem 1.1rem 0.85rem;
  }
/* ❌ AUDIT: NO usada en pillar motores */
  .om-pillar-related-posts .post-card__footer {
    padding: 0 1.1rem 1.1rem;
  }
    .om-pillar-cluster-summary {
    padding-top: 2.4rem;
    padding-bottom: 1.4rem;
  }
/**** ✅ AUDIT: viva en pillar motores  ****/
  .om-pillar-commercial-cta {
    padding-top: 1rem;
    padding-bottom: 2.6rem;
  }
/* ❌ AUDIT: NO usada en pillar motores */
  .om-pillar-related-posts {
    padding-top: 2.6rem;
  }
}

    /* -- desktop medio -- */
/**** ✅ AUDIT: viva en pillar motores  ****/
@media (max-width: 1024px) {
	.om-pillar-hub__grid {
		grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
	}
/**** ✅ AUDIT: viva en pillar motores  ****/
	.om-pillar-hub__footer {
		justify-content: center;
	}
}

  /* -- Desktop -- */
  /**** ✅ AUDIT: viva en pillar motores  ****/
/* Ocultar enlace volver a guías en móvil */
@media screen and (max-width: 921px) {
  .om-pillar-top-nav,
  .om-pillar-hero .om-pillar-top-nav {
    display: none !important;
  }
}

    /* -- Desktop ancho -- */
@media (min-width: 1100px) {
  
}

@media (max-width: 544px) {
  body.page-template-template-pillar .site-content #primary.pillar-page-layout article.om-pillar-page.ast-article-single,
  body .site-content #primary.pillar-page-layout article.om-pillar-page.ast-article-single {
    padding-top: 0 !important;
  }
}
