/* =========================================================
   SINGLE CLUSTER TEMPLATE - OMMVISHOP
   Archivo reorganizado y fusionado
   ========================================================= */
/**** ✅ AUDIT: viva en single cluster  ****/ 
.ast-single-post.ast-page-builder-template .site-main > article.om-cluster-article {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body:has(.om-single-cluster) #content.site-content,
body:has(.om-single-cluster) .site-content > .ast-container {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
}

body:has(.om-single-cluster) .site-content > .ast-container {
  display: block !important;
}

.ast-separate-container #primary.om-single-cluster,
.ast-separate-container.ast-left-sidebar #primary.om-single-cluster,
.ast-separate-container.ast-right-sidebar #primary.om-single-cluster,
#primary.om-single-cluster {
  margin: 0 !important;
  padding: 0 !important;
}

#primary.om-single-cluster > .om-cluster-article {
  margin: 0 !important;
  padding-top: 0 !important;
}

/* =========================================================
   1. MODO LIBRE
   ========================================================= */
/* ❌ AUDIT: NO usada en single cluster */
.om-cluster-free-container {
  margin-top: 40px;
  margin-bottom: 60px;
}
/* ❌ AUDIT: NO usada en single cluster */
.om-cluster-free-header {
  margin-bottom: 30px;
}

/* =========================================================
   2. CONTENEDOR GENERAL DEL HERO
   Reset y estructura superior
   ========================================================= */
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-hero {
  padding: 10px 0 10px;
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-hero .ast-container {
  display: block !important;
  max-width: 1200px;
  margin: 0 auto;
}

/* =========================================================
   3. BLOQUE INFORMATIVO SUPERIOR (CAJA AZUL)
   ========================================================= */
/**** ✅ AUDIT: viva en single cluster  ****/ 
/*.om-cluster-guide-box {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  clear: both;
}*/
/**** ✅ AUDIT: viva en single cluster  ****/ 
/*.om-cluster-guide-box > * {
  background: #f0f7ff !important;
  border: 1px solid #cfe2ff !important;
  border-left: 5px solid #2563eb !important;
  border-radius: 8px !important;
  padding: 15px 20px !important;
  box-shadow: none !important;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}*/

/* =========================================================
   4. TARJETA PRINCIPAL DEL HERO
   ========================================================= */
/* ❌ AUDIT: NO usada en single cluster */
.om-cluster-hero__card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

/* =========================================================
   5. GRID DEL HERO
   Conservamos la base visual que ya te funcionaba
   ========================================================= */
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);*/
  align-items: center;
}

/* =========================================================
   6. IMAGEN DESTACADA DEL HERO
   ========================================================= */
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-hero__media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 14px;
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-featured-image-clean {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: transparent !important;
  border-radius: 14px;
  object-fit: cover;
  object-position: center;
  box-shadow: none !important;
  border: none !important;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.1));
}

/* =========================================================
   7. TEXTOS DEL HERO
   ========================================================= */
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 6px 16px;
  background-color: #f1f5f9;
  color: #2563eb;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-title {
  margin: 0 0 15px 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  color: #0f172a;
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-excerpt p {
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.75;
  color: #475569;
}

/* =========================================================
   8. BOTONES DEL HERO
   Conservamos estilo anterior y añadimos transición
   ========================================================= */
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 46px;
  padding: 16px 20px;
  text-align: center;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-btn--primary {
  background: #25D366; /* Verde WhatsApp */
  color: #ffffff;
  border: none;
  /*box-shadow: 0 8px 18px rgba(37, 211, 102, 0.25);*/
}
/* ❌ AUDIT: NO usada en single cluster */
.om-cluster-btn--primary:hover {
  background: #1ebe5d; /* Verde más oscuro */
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.35);
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-btn--ghost {
  background: #ffffff;
  border: 1px solid #0f172a;
  color: #0f172a;
}
/* ❌ AUDIT: NO usada en single cluster */
.om-cluster-btn--ghost:hover {
  background: #f8fafc;
  color: #0f172a;
}

/* =========================================================
   9. LAYOUT GENERAL DE LA PÁGINA
   Sidebar + contenido
   ========================================================= */
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-layout {
  padding: 10px 0 70px;
}

.om-cluster-layout .ast-container {
  display: block !important;
  max-width: 1200px;
  margin: 0 auto;
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-layout__grid {
  display: grid;
  grid-template-columns: minmax(240px, 290px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  width: 100%;
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-sidebar {
  min-width: 0;
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-toc-sticky-container {
  position: sticky;
  top: 110px;
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-content {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* =========================================================
   10. BLOQUE SPOTIFY
   ========================================================= */
/* ❌ AUDIT: NO usada en single cluster */
.om-cluster-spotify-wrapper {
  margin-bottom: 34px;
}

/* =========================================================
   11. BLOQUES DE CONTENIDO
   ========================================================= */
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-content-block {
  margin-bottom: 48px;
  padding-bottom: 44px;
  border-bottom: 1px solid #e2e8f0;
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-content-block__title {
  margin: 0 0 15px;
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  line-height: 1.2;
  color: #1e293b;
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-content-block__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #334155;
}

.om-content-block__text p {
  margin-top: 0;
}

.om-content-block__text ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.om-content-block__text li {
  position: relative;
  margin: 0 0 12px;
  padding: 14px 16px 14px 44px;
  border: 1px solid #dbe3ee;
  border-radius: 12px;
  background: #ffffff;
  color: #334155;
  line-height: 1.6;
}

.om-content-block__text li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 0 0 5px rgba(37, 211, 102, 0.12);
}

.om-cluster-product-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 14px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}

.om-cluster-product-link:hover {
  background: #1e293b;
  color: #ffffff !important;
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-content-block__text p:last-child {
  margin-bottom: 0;
}

.om-content-block--no-image {
  display: block;
}

/* =========================================================
   12. IMÁGENES DENTRO DEL CONTENIDO
   ========================================================= */
/* ❌ AUDIT: NO usada en single cluster */
.om-block-image {
  margin: 25px 0 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: transparent;
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  aspect-ratio: 16 / 9;
}
/* ❌ AUDIT: NO usada en single cluster */
.om-block-image img {
  display: block;
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 9;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.om-single-cluster figure.om-block-image {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.om-single-cluster figure.om-block-image > img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: scale(1.018);
}

.om-single-cluster .om-content-block--1 figure.om-block-image > img,
.om-single-cluster .om-content-block--5 figure.om-block-image > img {
  transform: scale(1.035);
}

.om-content-block--1 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 30px 30px;
  border: 1px solid #dbe3ee;
  border-left: 5px solid #25d366;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
}

.om-content-block--1 .om-content-block__title {
  font-size: clamp(1.7rem, 2.6vw, 2.25rem);
}

.om-content-block--1 .om-block-image {
  margin-top: 26px;
  border-radius: 18px;
}

.om-content-block--2 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.om-content-block--3 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border: 1px solid #dbe3ee;
  border-radius: 18px;
  background: #f8fafc;
}

.om-content-block--3 .om-block-image {
  display: none;
}

.om-content-block--5 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  border: 0;
  border-radius: 20px;
  background: #0f172a;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

.om-content-block--5 .om-content-block__title,
.om-content-block--5 .om-content-block__text,
.om-content-block--5 .om-content-block__text p {
  color: #ffffff;
}

.om-content-block--5 .om-content-block__text ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
}

.om-content-block--5 .om-content-block__text li {
  margin: 0;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: #e2e8f0;
}

.om-content-block--5 .om-block-image {
  margin-top: 26px;
}

.om-content-block--5 .om-cluster-product-link {
  background: #25d366;
  color: #ffffff !important;
  box-shadow: 0 12px 26px rgba(37, 211, 102, 0.22);
}

@media (min-width: 992px) {
  .om-content-block:not(.om-content-block--1):not(.om-content-block--3):not(.om-content-block--5) {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.9fr);
    grid-template-areas:
      "title image"
      "text image";
    gap: 0 32px;
    align-items: center;
  }

  .om-content-block--no-image:not(.om-content-block--1):not(.om-content-block--3):not(.om-content-block--5) {
    display: block;
  }

  .om-content-block__title {
    grid-area: title;
  }

  .om-content-block__text {
    grid-area: text;
  }

  .om-block-image {
    grid-area: image;
    margin-top: 0;
  }

  .om-content-block--1 .om-block-image {
    margin-top: 26px;
  }

  .om-content-block--4 {
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 0.95fr);
    grid-template-areas:
      "image title"
      "image text";
  }

  .om-single-cluster.layout-3 .om-content-block--4 {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
    grid-template-areas:
      "image title"
      "image text";
    gap: 0 34px;
    align-items: center;
  }
}

/* =========================================================
   13. BLOQUE DE COMPARTIR + SIGUENOS
   ========================================================= */
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-share-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 28px 0 38px;
  padding: 18px 0;
  border-top: 1px dashed #e2e8f0;
  border-bottom: 1px dashed #e2e8f0;
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-share-label {
  display: block;
  max-width: 420px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #94a3b8;
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.om-cluster-share-actions .om-social-share,
.om-cluster-share-actions .om-social-follow {
  margin: 0;
}

.om-cluster-share-actions .om-social-share__button,
.om-cluster-share-actions .om-social-follow__button {
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #046bd2 0%, #0875dd 100%);
  box-shadow: 0 10px 22px rgba(4, 107, 210, 0.16);
  font-size: 0.98rem;
  font-weight: 800;
}

.om-cluster-share-actions .om-social-share__button:hover,
.om-cluster-share-actions .om-social-follow__button:hover {
  background: linear-gradient(135deg, #0359b0 0%, #046bd2 100%);
  transform: translateY(-1px);
}

.om-cluster-share-actions .om-social-share__button-icon,
.om-cluster-share-actions .om-social-follow__button-icon {
  width: 1.05em;
  height: 1.05em;
}

/* =========================================================
   14. FAQ / ACORDEÓN
   ========================================================= */



.om-single-cluster .category-faqs {
  width: min(100%, 820px);
  margin: 1.5rem auto 1.9rem;
  padding: 0;
  background: #ffffff;
}

.om-single-cluster .category-faqs__title,
.om-single-cluster .category-faqs h2 {
  margin: 0 0 1rem;
  text-align: left;
  color: #0f172a;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.2;
  font-weight: 800;
}

.om-single-cluster .faq-accordion .faq-item {
  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-single-cluster .faq-accordion .faq-item:last-child {
  margin-bottom: 0;
}

.om-single-cluster .faq-question {
  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: 0;
  border-radius: 0;
  color: #1e293b;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.om-single-cluster .faq-question:hover,
.om-single-cluster .faq-question:focus {
  background-color: #e2e8f0;
  color: #0f172a;
  outline: none;
}

.om-single-cluster .faq-question:focus-visible {
  box-shadow: inset 0 0 0 2px #2563eb;
}

.om-single-cluster .faq-question.open {
  background: #e5e7eb;
  color: #0f172a;
  border-bottom: 1px solid #e2e8f0;
}

.om-single-cluster .faq-question > span:first-child {
  min-width: 0;
}

.om-single-cluster .faq-icon {
  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-single-cluster .faq-question.open .faq-icon {
  transform: rotate(45deg);
  color: #0f172a;
}

.om-single-cluster .faq-answer {
  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;
  border-radius: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

.om-single-cluster .faq-answer p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.om-single-cluster .faq-answer p + p {
  margin-top: 0.85rem;
}

/* =========================================================
   15. CAJA DE CONFIANZA / COMPATIBILIDAD
   ========================================================= */
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-editorial-posts-section {
  padding: 42px 0 54px;
  background: #ffffff;
}

.om-editorial-posts-section--fallback {
  display: none;
}

.om-editorial-posts-section__title {
  margin: 0 0 10px;
  text-align: center;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  line-height: 1.12;
  font-weight: 800;
  color: #0f172a;
}

.om-editorial-posts-section__intro {
  max-width: 620px;
  margin: 0 auto 28px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
  color: #475569;
}

.om-editorial-posts-section .blog-grid,
.om-editorial-posts-section .om-editorial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 300px));
  gap: 22px;
  justify-content: center;
}

.om-editorial-posts-section .post-card {
  max-width: 300px;
  margin: 0 auto;
  border: 1px solid #dbe3ee;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.om-editorial-posts-section .post-card__image-wrapper {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.om-editorial-posts-section .post-card__content {
  padding: 18px 18px 10px;
}

.om-editorial-posts-section .post-card__title {
  font-size: 1.08rem;
  line-height: 1.22;
}

.om-editorial-posts-section .post-card__excerpt p {
  font-size: 0.92rem;
  line-height: 1.55;
}

.om-editorial-posts-section .post-card__footer {
  padding: 0 18px 18px;
}

.om-editorial-posts-section .post-card__read-more.astra-button {
  width: auto;
  min-height: auto;
  padding: 0;
  background: transparent !important;
  color: #2563eb !important;
  box-shadow: none !important;
  font-weight: 800;
}

/* =========================================================
   14.6 VARIANTES VISUALES DE CLUSTER
   ========================================================= */
.om-single-cluster.layout-6 .om-content-block--1 {
  border-left-color: #2563eb;
}

.om-single-cluster.layout-2 .om-cluster-content {
  counter-reset: cluster-step;
}

.om-single-cluster.layout-2 .om-content-block {
  position: relative;
  padding-left: 74px;
}

.om-single-cluster.layout-2 .om-content-block::before {
  content: counter(cluster-step);
  counter-increment: cluster-step;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff;
  font-weight: 900;
}

.om-single-cluster.layout-3 .om-content-block--1 {
  max-width: 820px;
  text-align: center;
  border-left-width: 1px;
  border-top: 5px solid #2563eb;
}

.om-single-cluster.layout-3 .om-content-block--1 .om-cluster-product-link {
  margin-left: auto;
  margin-right: auto;
}

.om-single-cluster.layout-3 .om-content-block--2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.om-single-cluster.layout-3 .om-content-block--2 .om-content-block__title,
.om-single-cluster.layout-3 .om-content-block--2 .om-content-block__text {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.om-single-cluster.layout-3 .om-content-block--2 .om-block-image {
  margin-top: 26px;
}

.om-single-cluster.layout-3 .om-content-block--3 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: 0;
  background: transparent;
}

.om-single-cluster.layout-3 .om-content-block--3 .om-content-block__title {
  text-align: center;
}

.om-single-cluster.layout-3 .om-content-block__text table {
  width: 100%;
  margin: 24px 0 0;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #dbe3ee;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

.om-single-cluster.layout-3 .om-content-block__text th,
.om-single-cluster.layout-3 .om-content-block__text td {
  padding: 16px 18px;
  border-bottom: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  text-align: left;
  vertical-align: top;
}

.om-single-cluster.layout-3 .om-content-block__text th {
  background: #0f172a;
  color: #ffffff;
  font-weight: 800;
}

.om-single-cluster.layout-3 .om-content-block__text td {
  color: #334155;
  line-height: 1.6;
}

.om-single-cluster.layout-3 .om-content-block__text tr:last-child td {
  border-bottom: 0;
}

.om-single-cluster.layout-3 .om-content-block__text th:last-child,
.om-single-cluster.layout-3 .om-content-block__text td:last-child {
  border-right: 0;
}

.om-single-cluster.layout-3 .om-content-block--4 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.om-single-cluster.layout-3 .om-content-block--5 {
  max-width: 980px;
  display: block;
}

.om-single-cluster.layout-4 .om-cluster-content {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.om-single-cluster.layout-4 .om-content-block {
  display: block;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
}

.om-single-cluster.layout-4 .om-content-block--1 {
  padding: 0 0 42px;
  border: 0;
  border-bottom: 1px solid #e2e8f0;
  background: transparent;
  box-shadow: none;
}

.om-single-cluster.layout-4 .om-content-block__title {
  max-width: 760px;
  margin-bottom: 16px;
  color: #0f172a;
}

.om-single-cluster.layout-4 .om-content-block__text {
  max-width: 760px;
}

.om-single-cluster.layout-4 .om-content-block__text p {
  font-size: 1.06rem;
  line-height: 1.85;
}

.om-single-cluster.layout-4 .om-block-image {
  max-width: 820px;
  margin-top: 24px;
  border-radius: 18px;
}

.om-single-cluster.layout-4 .om-content-block--3 {
  padding: 28px;
  border: 1px solid #dbe3ee;
  border-radius: 18px;
  background: #f8fafc;
}

.om-single-cluster.layout-4 .om-content-block--3 .om-content-block__text ul {
  margin-top: 8px;
}

.om-single-cluster.layout-4 .om-content-block--5 {
  max-width: 900px;
  padding: 30px;
  border: 1px solid #dbe3ee;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
}

.om-single-cluster.layout-4 .om-content-block--5 .om-content-block__title {
  text-align: center;
}

.om-single-cluster.layout-4 .om-content-block--5 .om-content-block__text,
.om-single-cluster.layout-4 .om-content-block--5 .om-content-block__text p {
  color: #334155;
}

.om-single-cluster.layout-4 .om-content-block--5 .om-content-block__text ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.om-single-cluster.layout-4 .om-content-block--5 .om-content-block__text li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
  margin: 0;
  padding: 20px;
  border: 1px solid #dbe3ee;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
}

.om-single-cluster.layout-4 .om-content-block--5 .om-content-block__text li,
.om-single-cluster.layout-4 .om-content-block--5 .om-content-block__text li p,
.om-single-cluster.layout-4 .om-content-block--5 .om-content-block__text li span {
  color: #334155;
}

.om-single-cluster.layout-4 .om-content-block--5 .om-content-block__text li strong {
  display: block;
  margin-bottom: 8px;
  color: #0f172a;
  font-weight: 900;
}

.om-single-cluster.layout-4 .om-content-block--5 .om-content-block__text li::before {
  display: none;
}

.om-single-cluster.layout-4 .om-content-block--5 .om-cluster-product-link {
  width: 100%;
  margin-top: 16px;
  background: #25d366;
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.18);
}

.om-single-cluster.layout-5 .om-cluster-content {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.om-single-cluster.layout-5 .om-content-block--1 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  border-left-color: #ef4444;
}

.om-single-cluster.layout-5 .om-content-block--2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.om-single-cluster.layout-5 .om-content-block--2 .om-block-image {
  margin-top: 24px;
}

.om-single-cluster.layout-5 .om-content-block--3 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  border: 1px solid #dbe3ee;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
}

.om-single-cluster.layout-5 .om-content-block--3 .om-content-block__title {
  text-align: center;
}

.om-single-cluster.layout-5 .om-content-block__text table {
  width: 100%;
  margin: 22px 0 0;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.om-single-cluster.layout-5 .om-content-block--3 .om-content-block__text {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.om-single-cluster.layout-5 .om-content-block--3 .om-content-block__text table {
  min-width: 680px;
  table-layout: fixed;
}

.om-single-cluster.layout-5 .om-content-block__text thead th:first-child,
.om-single-cluster.layout-5 .om-content-block__text tbody td:first-child {
  width: 28%;
  min-width: 180px;
}

.om-single-cluster.layout-5 .om-content-block__text thead th:nth-child(2),
.om-single-cluster.layout-5 .om-content-block__text tbody td:nth-child(2) {
  width: 36%;
}

.om-single-cluster.layout-5 .om-content-block__text thead th:nth-child(3),
.om-single-cluster.layout-5 .om-content-block__text tbody td:nth-child(3) {
  width: 36%;
}

.om-single-cluster.layout-5 .om-content-block__text thead th {
  padding: 0 16px 8px;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.om-single-cluster.layout-5 .om-content-block__text tbody tr {
  background: #f8fafc;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.om-single-cluster.layout-5 .om-content-block__text tbody td {
  padding: 16px;
  border-top: 1px solid #dbe3ee;
  border-bottom: 1px solid #dbe3ee;
  color: #334155;
  line-height: 1.55;
  vertical-align: top;
}

.om-single-cluster.layout-5 .om-content-block__text tbody td:first-child {
  border-left: 1px solid #dbe3ee;
  border-radius: 14px 0 0 14px;
  color: #ef4444;
  font-size: 1rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.om-single-cluster.layout-5 .om-content-block__text tbody td:last-child {
  border-right: 1px solid #dbe3ee;
  border-radius: 0 14px 14px 0;
}

.om-single-cluster.layout-5 .om-content-block--4 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border: 1px solid #fed7aa;
  border-left: 5px solid #f97316;
  border-radius: 18px;
  background: #fff7ed;
}

.om-single-cluster.layout-5 .om-content-block--4 .om-block-image {
  display: none;
}

.om-single-cluster.layout-5 .om-content-block--5 {
  max-width: 980px;
  background: #0f172a;
}

.om-single-cluster.layout-6 .om-content-block--5 {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.om-single-cluster.layout-6 .om-cluster-product-link {
  background: #25d366;
  color: #ffffff !important;
}

.om-single-cluster.layout-7 .om-content-block--1 {
  max-width: 820px;
  border-left-color: #ef4444;
}

.om-single-cluster.layout-7 .om-cluster-content .om-content-block.om-content-block--2,
.om-single-cluster.layout-7 .om-cluster-content .om-content-block.om-content-block--4 {
  display: grid;
  grid-template-areas:
    "image"
    "title"
    "text";
}

.om-single-cluster.layout-7 .om-cluster-content .om-content-block--2 .om-content-block__title,
.om-single-cluster.layout-7 .om-cluster-content .om-content-block--4 .om-content-block__title {
  grid-area: title;
}

.om-single-cluster.layout-7 .om-cluster-content .om-content-block--2 .om-content-block__text,
.om-single-cluster.layout-7 .om-cluster-content .om-content-block--4 .om-content-block__text {
  grid-area: text;
}

.om-single-cluster.layout-7 .om-cluster-content .om-content-block--2 .om-block-image,
.om-single-cluster.layout-7 .om-cluster-content .om-content-block--4 .om-block-image {
  grid-area: image;
  margin-top: 0;
  transform: none;
}

@media (min-width: 992px) {
  .om-single-cluster.layout-7 .om-cluster-content .om-content-block.om-content-block--2,
  .om-single-cluster.layout-7 .om-cluster-content .om-content-block.om-content-block--4 {
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 0.95fr);
    grid-template-areas:
      "image title"
      "image text";
    gap: 0 32px;
    align-items: center;
  }
}

.om-single-cluster.layout-8 .om-content-block {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.om-single-cluster.layout-8 .om-content-block__title {
  font-size: clamp(1.35rem, 2vw, 1.72rem);
}

.om-single-cluster.layout-8 .om-content-block--5 {
  padding: 24px;
}

@media (min-width: 992px) {
  .om-single-cluster.layout-8 .om-cluster-content .om-content-block.om-content-block--4 {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 0.95fr);
    grid-template-areas:
      "image title"
      "image text";
    gap: 0 32px;
    align-items: center;
  }

  .om-single-cluster.layout-8 .om-cluster-content .om-content-block--4 .om-content-block__title {
    grid-area: title;
  }

  .om-single-cluster.layout-8 .om-cluster-content .om-content-block--4 .om-content-block__text {
    grid-area: text;
  }

  .om-single-cluster.layout-8 .om-cluster-content .om-content-block--4 .om-block-image {
    grid-area: image;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .om-cluster-content > .om-cluster-spotify-wrapper,
  .om-cluster-content > .om-cluster-share-wrapper,
  .om-cluster-content > .om-content-block,
  .om-cluster-content > .om-cluster-trust-box,
  .om-cluster-content > .om-cluster-products {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.om-single-cluster .om-content-block.om-content-block--no-image {
  display: block !important;
}

.om-cluster-trust-box {
  margin-top: 50px;
  padding: 25px;
  background: #fffbeb;
  border: 1px solid #fef3c7;
  border-radius: 14px;
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-trust-box__title {
  display: block;
  margin-bottom: 8px;
  color: #92400e;
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-trust-box__text {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.7;
  color: #78350f;
}

/* =========================================================
   16. BLOQUE DE PRODUCTOS
   ========================================================= */
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-products {
  margin-top: 60px;
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
.om-cluster-section-title {
  margin: 0 0 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e7eb;
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  color: #0f172a;
}

/* =========================================================
   17. RESPONSIVE DESKTOP GRANDE
   ========================================================= */
/**** ✅ AUDIT: viva en single cluster  ****/ 
@media (min-width: 992px) {
  .om-cluster-hero__grid {
    grid-template-columns: 0.9fr 1.1fr;
    padding: 60px;
  }
}

/* =========================================================
   18. RESPONSIVE TABLET Y MENOR
   ========================================================= */
/**** ✅ AUDIT: viva en single cluster  ****/ 
@media (max-width: 921px) {
  .site-content > .ast-container,
  .site-content .ast-container:has(> .om-single-cluster) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .om-cluster-hero__grid {
    grid-template-columns: 1fr;
  }
/**** ✅ AUDIT: viva en single cluster  ****/ 
  .om-cluster-layout__grid {
    grid-template-columns: 1fr;
  }
/**** ✅ AUDIT: viva en single cluster  ****/ 
  .om-cluster-sidebar {
    order: 2;
  }
/**** ✅ AUDIT: viva en single cluster  ****/ 
  .om-cluster-content {
    order: 1;
  }
/**** ✅ AUDIT: viva en single cluster  ****/ 
  .om-cluster-toc-sticky-container {
    position: static;
  }
}

/* =========================================================
   19. RESPONSIVE MÓVIL
   ========================================================= */
/**** ✅ AUDIT: viva en single cluster  ****/ 
@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .om-single-cluster,
  .om-cluster-layout,
  .om-cluster-layout__grid,
  .om-cluster-layout .ast-container,
  .om-cluster-content,
  .om-content-block,
  .om-content-block__text,
  .om-block-image,
  .om-cluster-spotify-wrapper,
  .om-cluster-share-wrapper,
  .om-cluster-share-actions,
  .om-cluster-trust-box,
  .category-faqs,
  .faq-accordion,
  .om-cluster-products {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .om-cluster-layout__grid {
    display: block;
  }

  .om-cluster-sidebar,
  .om-cluster-toc-sticky-container,
  .om-cluster-toc-box {
    display: none;
  }

  .om-cluster-layout .ast-container {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    overflow-x: hidden;
  }

  .om-cluster-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .om-cluster-spotify-wrapper iframe {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }

  .om-cluster-hero__grid {
    padding: 18px;
  }

  .om-single-cluster .om-block-image {
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.10);
  }

  .om-single-cluster figure.om-block-image > img {
    aspect-ratio: 1 / 1;
    height: 100% !important;
    transform: none;
  }
/**** ✅ AUDIT: viva en single cluster  ****/ 
  .om-cluster-hero__actions {
    flex-direction: column;
  }

  .om-single-cluster.layout-2 .om-content-block,
  .om-single-cluster.layout-3 .om-content-block {
    padding-left: 0;
  }

  .om-single-cluster.layout-2 .om-content-block::before {
    position: static;
    margin-bottom: 14px;
  }

  .om-single-cluster.layout-4 .om-content-block--3,
  .om-single-cluster.layout-4 .om-content-block--5,
  .om-single-cluster.layout-5 .om-content-block--3,
  .om-single-cluster.layout-5 .om-content-block--4,
  .om-single-cluster.layout-5 .om-content-block--5 {
    padding: 16px;
  }

  .om-single-cluster.layout-4 .om-content-block--5 .om-content-block__text ul,
  .om-content-block--5 .om-content-block__text ul {
    grid-template-columns: 1fr;
  }

  .om-single-cluster.layout-5 .om-content-block__text thead th,
  .om-single-cluster.layout-5 .om-content-block__text tbody td {
    padding: 13px 14px;
  }

  .om-cluster-product-link {
    width: 100%;
    white-space: normal;
    text-align: center;
    overflow-wrap: anywhere;
  }

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

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

  .om-content-block__text {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .om-content-block__title,
  .om-content-block__text,
  .om-content-block__text p,
  .om-content-block__text li,
  .om-cluster-share-label,
  .om-cluster-trust-box__title,
  .om-cluster-trust-box__text,
  .om-cluster-section-title,
  .category-faqs__title,
  .faq-question,
  .faq-answer {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .om-content-block__text li {
    padding-right: 14px;
  }

  .om-cluster-share-actions,
  .om-cluster-share-actions .om-social-share,
  .om-cluster-share-actions .om-social-follow,
  .om-cluster-share-actions a,
  .om-cluster-share-actions button {
    max-width: 100%;
    box-sizing: border-box;
  }

  .om-cluster-share-actions a,
  .om-cluster-share-actions button {
    white-space: normal;
  }

  .om-cluster-share-wrapper {
    display: block;
    margin: 22px 0 30px;
    padding: 16px 0;
  }

  .om-cluster-share-label {
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 1.45;
  }

  .om-cluster-share-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: stretch;
    justify-content: flex-start;
  }

  .om-cluster-share-actions .om-social-share,
  .om-cluster-share-actions .om-social-follow {
    flex: 1 1 0;
    min-width: 0;
  }

  .om-cluster-share-actions .om-social-share__button,
  .om-cluster-share-actions .om-social-follow__button {
    width: 100%;
    min-height: 42px;
    justify-content: center;
    gap: 8px;
    padding: 9px 12px;
    font-size: 0.92rem;
  }

  .faq-question {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    white-space: normal;
  }

  .faq-question > span:first-child {
    min-width: 0;
  }

  .faq-icon {
    flex: 0 0 auto;
  }
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
@media (max-width: 544px) {
  .om-cluster-hero__card {
    border-radius: 14px;
  }
/**** ✅ AUDIT: viva en single cluster  ****/ 
  .om-cluster-hero__grid {
    padding: 14px;
    gap: 16px;
  }
/**** ✅ AUDIT: viva en single cluster  ****/ 
  .om-cluster-title {
    font-size: 1.9rem;
  }
/**** ✅ AUDIT: viva en single cluster  ****/ 
  .om-cluster-btn {
    width: 100%;
  }
/**** ✅ AUDIT: viva en single cluster  ****/ 
   .om-cluster-share-actions {
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-start;
    }

  .om-cluster-share-actions a,
  .om-cluster-share-actions button {
    width: 100%;
  }
/**** ✅ AUDIT: viva en single cluster  ****/ 
  .faq-question {
    padding: 15px 14px;
  }
/**** ✅ AUDIT: viva en single cluster  ****/ 
  .faq-answer {
    padding: 1rem 1rem 1.35rem;
  }
}
/**** ✅ AUDIT: viva en single cluster  ****/ 
@media (min-width: 992px) {
    .om-cluster-toc-box {
        position: sticky;
        top: 120px;
        display: flex;
        flex-direction: column;
        align-self: start;
        width: 100%;
        max-width: 280px;
        max-height: calc(100vh - 150px);
        padding: 18px 16px;
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 18px;
        box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
        z-index: 5;
    }
/**** ✅ AUDIT: viva en single cluster  ****/   
      .om-single-cluster .ast-container {
        max-width: 1200px !important; /* El ancho que tú elijas, pero el mismo para todos */
        margin: 0 auto !important;
        padding: 0 20px;
    }
}
