.cw-standards-kv-list {
  margin-top: 8px;
}
.cw-standards-section {
}
.cw-standards-codes-table-title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 500;
}

.cw-editor-empty {
  padding: 12px;
  border: 1px dashed #cbd5e1;
  background: #f8fafc;
  color: #334155;
  font-style: italic;
  margin: 8px 0;
}

.cw-std-groups {
  margin-top: 6px;
}

.cw-std-group {
  padding: 4px 0 4px 0;
  /* border-bottom: 1px solid #e5e7eb; */
}
.cw-std-group:last-child {
  border-bottom: none;
}

.cw-std-group-title {
  font-weight: 600;
  color: #3f4044;
  margin-bottom: 6px;
}

.cw-std-items {
  margin: 0;
  padding-left: 18px;
  list-style: disc;
  font-size: 14px;
}
.cw-std-items li {
  margin: 4px 0;
  line-height: 1.5;
  color: #333;
}

.cw-std-empty {
  padding-left: 2px;
}
.cw-std-null {
  color: #888;
  font-style: normal;
  font-size: 14px;
}

.cw-std-line {
  display: none;
}
.cw-std-key {
  font-weight: 600;
  color: #3f4044;
}
.cw-std-val {
  color: #333;
}
