/*
 * 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-note
 */
/* Component: mk_note */
.mk-note {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
}
