/*
Theme Name:     Pixxelpassion Affiliate
Theme URI:      n/a
Template:       kadence
Author:         Chris Donner
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.pros,
.cons {
  margin-left: 10px !important;
}

.pros li,
.cons li {
  position: relative;
  padding-left: 4px;
  margin-bottom: 6px;
}

.pros li::marker {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #13612E;
  font-weight: bold;
}

.cons li::marker {
  content: "✗";
  position: absolute;
  left: 0;
  top: 0;
  color: #B82105;
  font-weight: bold;
}
