@layer cinder.tokens, cinder.foundation, cinder.components, cinder.utilities;
@layer cinder.components {
  .cinder-alert-dialog .cinder-modal__panel {
    max-width: min(28rem, calc(100vw - 2rem));
  }

  .cinder-alert-dialog__description {
    margin: 0;
    color: var(--cinder-text-muted);
    line-height: var(--cinder-leading-relaxed);
  }
}
