/*
 Theme Name:   Organium Child
 Description:  Organium Child Theme
 Theme URI:	   https://organium.artureanec.com
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     organium
 Version:      1.1.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  organium-child
*/

/* =Theme customization starts here
------------------------------------------------------- */


.check-list {
  list-style: none; /* Remove default bullets */
  padding: 0;
  margin: 0;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  line-height: 1.5;
}

.check-list li::before {
  content: "✔"; /* Tick symbol */
  color: #2e7d32; /* Green */
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}