/* ===== Protokol24 clean icons patch v2.9 ===== */
.p24-icon {
  font-size: 0 !important;
  line-height: 0 !important;
}

.p24-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.p24-trust-card .p24-icon svg,
.p24-result-card .p24-icon svg,
.p24-proof-item .p24-icon svg {
  width: 20px;
  height: 20px;
}

.p24-icon.p24-icon-solid svg .fill {
  fill: currentColor;
  stroke: none;
}