.kfom-public {
  margin: 36px auto;
  max-width: 1120px;
}

.kfom-public h2,
.kfom-public h3 {
  line-height: 1.12;
}

.kfom-grid {
  display: grid;
  gap: 16px;
}

.kfom-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kfom-public-card {
  background: #fff;
  border: 1px solid #dce3ea;
  border-radius: 8px;
  padding: 18px;
}

.kfom-muted,
.kfom-last-updated {
  color: #667085;
}

.kfom-last-updated {
  font-size: 0.92rem;
  font-weight: 700;
}

@media (max-width: 800px) {
  .kfom-grid-2 {
    grid-template-columns: 1fr;
  }
}
