[data-concept-details-label] {
  margin: 1.5rem 0 0;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
  opacity: 0.62;
}

[data-concept-details] {
  display: grid;
  gap: 0;
  margin: 0.55rem 0 0;
}

[data-concept-details] > div {
  padding: 0.72rem 0;
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
}

[data-concept-details] dt {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
  opacity: 0.72;
}

[data-concept-details] dd {
  margin: 0.2rem 0 0;
  line-height: 1.55;
}
