.ds-text-success { color: var(--ds-color-success) !important; }
.ds-text-danger { color: var(--ds-color-danger) !important; }
.ds-text-warning { color: var(--ds-color-warning) !important; }
.ds-text-info { color: var(--ds-color-info) !important; }
.ds-text-muted { color: var(--ds-color-text-muted) !important; }
.ds-text-right { text-align: right !important; }
.ds-text-center { text-align: center !important; }
.ds-font-medium { font-weight: var(--ds-font-weight-medium) !important; }
.ds-font-bold { font-weight: var(--ds-font-weight-bold) !important; }
.ds-nowrap { white-space: nowrap !important; }
.ds-w-full { width: 100% !important; }
.ds-overflow-x { overflow-x: auto !important; }
.ds-m-0 { margin: 0 !important; }
.ds-mt-2 { margin-top: var(--ds-space-2) !important; }
.ds-mt-4 { margin-top: var(--ds-space-4) !important; }
.ds-mb-2 { margin-bottom: var(--ds-space-2) !important; }
.ds-mb-4 { margin-bottom: var(--ds-space-4) !important; }
.ds-p-0 { padding: 0 !important; }
.ds-p-2 { padding: var(--ds-space-2) !important; }
.ds-p-4 { padding: var(--ds-space-4) !important; }

@media (max-width: 40rem) {
  .ds-hide-mobile {
    display: none !important;
  }
}

@media (min-width: 40.0625rem) {
  .ds-show-mobile {
    display: none !important;
  }
}
