/*
 * OCFai CSS contract
 * AI_RULE: define only classes matching OCFAI_ALLOWED_PREFIXES in this file.
 * AI_RULE: shared UI patterns must use their canonical component CSS instead of local variants.
 * OCFAI_ROLE: component
 * OCFAI_ALLOWED_PREFIXES: mk-disclosure, mk-disclosure__
 */
/* Component: mk_disclosure */
.mk-disclosure {
  gap: var(--mk-card-gap);
}

.mk-disclosure__summary {
  color: var(--mk-color-text);
  font-size: var(--mk-font-size-md);
  font-weight: 700;
  cursor: pointer;
}

.mk-disclosure__text {
  margin-top: 0;
}
