/* =========================================
   Content styling - Pandmeesters
   Client-specifieke overrides
========================================= */

/* List icon */
.blog-style ul li::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("https://pandmeesters.com/wp-content/uploads/2026/02/Icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}