/* Exclusive shared-component styles. Global and layout rules stay shared. */

.mbk-empty {
align-items: center;
  color: var(--chrome-ink-2);
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  padding: 40px;
  text-align: center;
}

.mbk-empty h2 {
color: var(--chrome-ink);
  font-size: 19px;
  margin: 0;
}

.mbk-empty p {
font-size: 13px;
  line-height: 1.55;
  margin: 0;
  max-width: 460px;
}

/* The artboard-scoped copy outranks the later `.ce-design code` rule, which
   otherwise wins on equal specificity and shrinks the empty state's code. */
.mbk-empty code,
.ce-design .mbk-empty code {
font-family: var(--mono);
  font-size: 11.5px;
}

.mbk-empty-link {
color: var(--mbk-sage);
  font-weight: 600;
  margin-top: 8px;
}
