/* ================================================================
   CommonDrawer.css — Shared drawer error/success indicators
   All values use Momento design tokens from tokens.css
   ================================================================ */

.verify-expiry-indication {
  color: var(--color-error);
  font-family: var(--font-body);
  font-size: var(--text-label-md-size);
  font-weight: var(--fw-semibold);
  line-height: var(--text-action-md-lh);
  margin-top: var(--space-2);
}

.verify-sub {
  color: var(--color-text-primary);
  font-family: var(--font-body);
  font-size: var(--text-label-md-size);
  font-weight: var(--fw-normal);
  line-height: var(--text-action-md-lh);
  word-wrap: break-word;
}

.verify-success-icon {
  color: var(--color-success);
  text-align: center;
  font-size: var(--text-xs-size);
  font-weight: 900;
  line-height: normal;
  margin-right: var(--space-1);
}

.password-char-label {
  color: var(--color-text-primary);
  font-family: var(--font-body);
  font-size: var(--text-xs-size);
  font-weight: var(--fw-normal);
  line-height: var(--text-xs-lh);
  letter-spacing: 0.2px;
  text-align: start;
}

.pass-error-text {
  color: var(--color-error);
  font-family: var(--font-body);
  font-size: var(--text-xs-size);
  font-weight: var(--fw-normal);
  line-height: var(--text-xs-lh);
  letter-spacing: 0.2px;
}
