/* CHECKLIST KARTY */
.wc-check-item {
  padding: 20px;
  background: #fff;
  border: 0;
  border-bottom: 2px solid var(--color-vivid-blue);
  border-radius: 10px;
  box-shadow: none;
  transition: background 0.18s ease;
}

.wc-check-item .nf-field-label {
  margin-bottom: 10px;
}

.wc-check-item .nf-label-span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--wp--preset--color--blue, #02538d);
}

.wc-check-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wc-check-item li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 8px 0;
  line-height: 1.45;
}

.wc-check-item label {
  color: var(--color-dark);
}

.wc-check-item li:hover label {
  color: var(--wp--preset--color--blue, #02538d);
  cursor: pointer;
}

/* VÝSLEDEK KONTROLY */
#wc-check-result {
  margin-top: 4px;
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  border: 0;
  border-bottom: 2px solid var(--color-vivid-blue);
  box-shadow: none;
}

#wc-check-result h3 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.2;
}

#wc-check-result p {
  margin: 10px 0;
  font-size: 22px;
}

#wc-score {
  color: var(--color-vivid-blue);
  font-size: 28px;
  font-weight: 700;
}