.elementor-35444 .elementor-element.elementor-element-73d76b2a{--display:flex;--margin-top:6em;--margin-bottom:06em;--margin-left:0em;--margin-right:0em;}.elementor-35444 .elementor-element.elementor-element-33671e6c{max-width:label_off !important;}/* Start custom CSS for container, class: .elementor-element-73d76b2a */#niveles-membresia table,
#niveles-membresia table * {
  border: none !important;
  box-sizing: border-box;
}

#niveles-membresia table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  width: 100%;
  align-items: stretch;
  margin-top: 20px;
}

#niveles-membresia thead { display: none; }
#niveles-membresia tbody { display: contents; }

#niveles-membresia tr {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e7eb !important;
  border-radius: 20px;
  padding: 32px 28px;
  position: relative;
}

#niveles-membresia tr td:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  color: #667085;
  margin-bottom: 20px;
  padding: 0;
}

#niveles-membresia tr:last-child td:first-child::after {
  content: "🔥 Más popular";
  font-size: 12px;
  font-weight: 600;
  color: #0a1a4d;
  background: #eef2ff;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

#niveles-membresia tr td:nth-child(2) {
  flex-grow: 1;
  padding: 0;
  color: #475467;
  font-size: 15px;
  line-height: 1.5;
}

#niveles-membresia tr td:nth-child(2) strong:first-of-type {
  display: block;
  font-size: 40px;
  font-weight: 800;
  color: #0a1a4d;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

/* FIX: elimina bullets nativos del tema con más fuerza */
#niveles-membresia tr td:nth-child(2) ul,
#niveles-membresia tr td:nth-child(2) ul li {
  list-style: none !important;
  list-style-type: none !important;
}

#niveles-membresia tr td:nth-child(2) ul li::marker {
  content: "" !important;
}

#niveles-membresia tr td:nth-child(2) ul {
  padding: 0 !important;
  margin: 16px 0 0 0 !important;
}

#niveles-membresia tr td:nth-child(2) ul li {
  position: relative;
  padding-left: 26px !important;
  margin-bottom: 12px;
  font-size: 14px;
  color: #344054;
  line-height: 1.4;
}

#niveles-membresia tr td:nth-child(2) ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.3px solid #98a2b3 !important;
  color: #98a2b3;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#niveles-membresia tr td:last-child {
  margin-top: 24px;
  padding: 0;
}

#niveles-membresia tr td:last-child a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #0a1a4d;
  color: #fff;
  padding: 13px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s ease;
}

#niveles-membresia tr td:last-child a::after {
  content: "→";
  font-weight: 400;
}

#niveles-membresia tr td:last-child a:hover {
  background: #14286b;
}

#niveles-membresia tr:last-child {
  border: 1.5px solid #0a1a4d !important;
  box-shadow: 0 4px 20px rgba(10, 26, 77, 0.08);
}

#niveles-membresia tr:last-child td:last-child a {
  background: #3b6bff;
}

#niveles-membresia tr:last-child td:last-child a:hover {
  background: #2952d9;
}

@media (max-width: 768px) {
  #niveles-membresia table {
    grid-template-columns: 1fr;
  }
}

#niveles-membresia tr td:first-child,
#niveles-membresia tr td:first-child * {
  padding: 0 !important;
  margin: 0 !important;
  text-indent: 0 !important;
}/* End custom CSS */