/* Lista z ikoną – tylko w treści wpisu/strony (nie w menu) */
body.page-id-185 .entry-content ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

body.page-id-185 .entry-content ul li {
  position: relative;
  padding-left: 60px !important;
  margin: 16px 0 !important;
  line-height: 1.6;
}

body.page-id-185 .entry-content ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;

  width: 36px;
  height: 36px;
  border-radius: 8px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #F2F6FF;
  border: 2px solid #0B3D91;
  color: #FF4B2B;

  font-weight: 700;
  font-size: 18px;
}





