	
	/* 🔹 Reset para remover bullets/ícones padrão */
ul, ol {
  list-style: none !important;
  list-style-image: none !important;
  padding-left: 0;
  margin-left: 0;
}

ul::before, ul::after, ul::marker {
  content: none !important;
  background: none !important;
  display: none !important;
}

/* 🔹 Estilo da lista com ícone SVG */
.icon-list li {
  position: relative;
  padding-left: 1.25rem;  /* espaço para o ícone */
  margin-bottom: 0.5rem;
}

.icon-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.135em;   /* alinhamento vertical */
  width: 1em;
  height: 1em;
  background: no-repeat center/contain url("/wp-content/uploads/2025/icon-check-ok.svg");
}

.eapps-pricing-table-1 .eapps-pricing-table-column-4 .eapps-pricing-table-column-price-text {
    font-size: 70px; !important;
    font-weight: 600;
}