/*
Theme Name: Pax-Nex
Theme URI: https://pay-nex.com/
Template: Divi
Author: Pax-Nex
Author URI: https://pay-nex.com/
Description: Pax-Nex - Payroll Services
Version: 4.27.4.1756202687
Updated: 2025-08-26 11:04:47

*/

/* Target your custom list */
.custom-list,
.custom-list ul,
.custom-list li {
  list-style: none !important;   /* remove bullets */
  margin: 0;
  padding: 0;
}

.custom-list li {
  position: relative;
  padding-left: 1.5em; /* space for chevron */
}

.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 0.8em;
  height: 0.8em;
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2033.5%2039.3%22%3E%3Cpolygon%20fill%3D%22currentColor%22%20points%3D%2226%2013.8%2025.9%2013.7%2013.8%201.6%201.9%201.6%2015.6%2015.4%2019.9%2019.7%2020%2019.8%2015.8%2024.1%202%2037.8%2013.9%2037.8%2026%2025.7%2032%2019.7%2026%2013.8%22/%3E%3C/svg%3E");
  background-size: contain;
  color: #fff; /* will inherit text color if set to currentColor */
}