/* stylelint-disable */
.DialogNextSubtitle {
  --dialog-subtitle-margin-top: var(--spacing-3xs);

  font: var(--typography-text-m-font);

  letter-spacing: var(--typography-text-m-letter_spacing, 0);

  text-transform: var(--typography-text-m-text_transform, none);
  padding-inline-end: var(--dialog-header-item-padding-right);
  color: var(--color-content-secondary);
  margin-block-start: var(--dialog-subtitle-margin-top);
}
.DialogNextSubtitle_deviceType_desktop.DialogNextSubtitle_size_s {
    font: var(--typography-text-s-font);
    letter-spacing: var(--typography-text-s-letter_spacing, 0);
    text-transform: var(--typography-text-s-text_transform, none);
  }
.DialogNextSubtitle_deviceType_desktop.DialogNextSubtitle_size_m {
    --dialog-subtitle-margin-top: var(--spacing-2xs);
  }
