.elementor-7755 .elementor-element.elementor-element-bc0de85{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-1759c62f *//* Sitemap Rank Math - La Fábrica Online */

.rank-math-html-sitemap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Lista principal */
.rank-math-html-sitemap__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Primer nivel en grid */
.rank-math-html-sitemap > .rank-math-html-sitemap__list,
.entry-content > .rank-math-html-sitemap__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

/* Elementos */
.rank-math-html-sitemap__item {
  margin: 0;
  padding: 0;
}

/* Enlaces base */
.rank-math-html-sitemap__link {
  display: block;
  position: relative;
  padding: 13px 16px 13px 42px;
  border: 1px solid rgba(0, 255, 220, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  color: #00f5d4 !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none !important;
  transition: all 0.22s ease;
}

/* Icono punto */
.rank-math-html-sitemap__link::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00f5d4;
  transform: translateY(-50%);
  box-shadow: 0 0 12px rgba(0, 245, 212, 0.7);
}

/* Hover */
.rank-math-html-sitemap__link:hover {
  background: rgba(0, 245, 212, 0.1);
  border-color: rgba(0, 245, 212, 0.45);
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* Subniveles */
.rank-math-html-sitemap__item > .rank-math-html-sitemap__list {
  margin-top: 10px;
  margin-left: 18px;
  padding-left: 16px;
  border-left: 1px solid rgba(0, 245, 212, 0.22);
  display: grid;
  gap: 8px;
}

/* Enlaces de segundo y tercer nivel */
.rank-math-html-sitemap__item .rank-math-html-sitemap__list .rank-math-html-sitemap__link {
  padding: 10px 14px 10px 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  font-size: 14px;
  font-weight: 400;
}

/* Icono de subnivel */
.rank-math-html-sitemap__item .rank-math-html-sitemap__list .rank-math-html-sitemap__link::before {
  left: 14px;
  width: 6px;
  height: 6px;
}

/* Evitar que los grupos largos rompan demasiado feo */
.rank-math-html-sitemap__item:has(.rank-math-html-sitemap__list) {
  break-inside: avoid;
}

/* Responsive tablet */
@media (max-width: 1024px) {
  .rank-math-html-sitemap > .rank-math-html-sitemap__list,
  .entry-content > .rank-math-html-sitemap__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Responsive móvil */
@media (max-width: 767px) {
  .rank-math-html-sitemap {
    padding: 28px 16px;
  }

  .rank-math-html-sitemap > .rank-math-html-sitemap__list,
  .entry-content > .rank-math-html-sitemap__list {
    grid-template-columns: 1fr;
  }

  .rank-math-html-sitemap__link {
    font-size: 14px;
    padding: 12px 14px 12px 38px;
  }

  .rank-math-html-sitemap__item > .rank-math-html-sitemap__list {
    margin-left: 8px;
    padding-left: 12px;
  }
}/* End custom CSS */