/* F1049: Einheitliche, fontunabhaengige Häkchen fuer die neue öffentliche Website. */

.pkv-unified-check-icon {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 17px !important;
  min-width: 17px !important;
  height: 17px !important;
  min-height: 17px !important;
  flex: 0 0 17px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #19db23 !important;
  box-shadow:
    inset 0 0 0 1px rgba(0, 76, 16, 0.12),
    0 1px 2px rgba(0, 76, 16, 0.12) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  vertical-align: -3px !important;
  text-indent: -9999px !important;
  speak: none;
}

.pkv-unified-check-icon::before,
.pkv-unified-check-icon::after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  pointer-events: none !important;
}

.pkv-unified-check-icon::before {
  left: 5px !important;
  top: 3px !important;
  width: 4px !important;
  height: 7px !important;
  border: solid #ffffff !important;
  border-width: 0 2px 2px 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: rotate(45deg) !important;
  transform-origin: center !important;
}

.pkv-unified-check-icon::after {
  display: none !important;
}

.pkv-repaired-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  width: 100%;
  margin-top: 14px;
}

.pkv-repaired-check-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #d7e1ee;
  border-radius: 10px;
  background: #ffffff;
  color: #0c3f73;
  font-size: 13px;
  line-height: 1.45;
}

.pkv-repaired-check-item .pkv-unified-check-icon {
  margin-top: 1px !important;
}

@media (max-width: 720px) {
  .pkv-repaired-check-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pkv-unified-check-icon,
  .pkv-unified-check-icon::before {
    transition: none !important;
    animation: none !important;
  }
}
