.elementor-2144 .elementor-element.elementor-element-a73422e .jet-listing-dynamic-field__content{color:#000000;font-family:"DM Sans", Sans-serif;font-size:16px;text-align:left;}.elementor-2144 .elementor-element.elementor-element-a73422e .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-2144 .elementor-element.elementor-element-a73422e .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-2144 .elementor-element.elementor-element-a73422e .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-2144 .elementor-element.elementor-element-a73422e .jet-listing-dynamic-field__icon{font-size:5px;}/* Start custom CSS for jet-listing-dynamic-field, class: .elementor-element-a73422e *//* Oculta el icono del Dynamic Field, usaremos uno propio */
.listing-bullets .jet-listing-dynamic-field--icon .jet-listing-dynamic-field__icon{
  display:none !important;
}

/* Contenedor del bullet */
.listing-bullets .has-bullet{
  position: relative;
  padding-left: .75rem;     /* sangría para el icono */
  line-height: 1.4;         /* <-- usa el line-height real de ese texto */
}

/* ICONO: punto minimal (usa el color del texto) */
.listing-bullets .has-bullet::before{
  content:"";
  position: absolute;
  left: 0;
  /* centrado vertical respecto a la 1ª línea */
  top: calc( (1.4em - .30rem) / 2 );   /* 1.4 = line-height, .30rem = tamaño del punto */
  width: .30rem;
  height: .30rem;
  border-radius: 50%;
  aspect-ratio: 1 / 1;                 /* evita que se vea “chato” */
  background: currentColor;
}

/* OPCIONAL: icono 'check' */
.listing-bullets .has-bullet.check::before{
  width: .58rem;
  height: .58rem;
  /* centrado para el check */
  top: calc( (1.4em - .58rem) / 2 );
  border-radius: 0;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
    <path d='M20.285 6.708l-11.31 11.31-5.657-5.657 1.414-1.414 4.243 4.243 9.899-9.9z'/>\
  </svg>") no-repeat 50% 50% / contain;
          mask: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
    <path d='M20.285 6.708l-11.31 11.31-5.657-5.657 1.414-1.414 4.243 4.243 9.899-9.9z'/>\
  </svg>") no-repeat 50% 50% / contain;
}/* End custom CSS */