/*
Theme Name:   Impeka Child
Theme URI:    https://themeforest.net/user/greatives
Description:  Impeka Child Theme
Version:      2.0.0
Author:       Greatives Team
Author URI:   https://greatives.eu
Template:     impeka
*/


/* Single Studieretning */

#kanbli ul {
  list-style: none;
  padding-left: 0;
}

#kanbli ul li {
  position: relative;
  padding-left: 1.8em;
}

#kanbli ul li::before {
	content: "✔" ;/* or "✓" or "✔" or "☐" */
	position: absolute;
	left: 0;
	top: 0;
	color: #ffffff !important; /* optional: change color */
	background: none !important;
	
}

/* ≥ 640px (you can adjust): switch to 2 columns */
@media (min-width: 767px) {
  #kanbli ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .4em 2rem;          /* row gap / column gap */
  }
}
