.themed-grid-col {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: var(--bs-color-surface-status-neutral-muted); /* OUDS mod: instead of `rgba(112.520718, 44.062154, 249.437846, .15)` */
  /* OUDS mod: no `border` */
  outline: 1px solid var(--bs-color-border-default); /* OUDS mod */
}

.themed-container {
  /* OUDS mod: no `padding` */
  padding-top: .75rem; /* OUDS mod */
  padding-bottom: .75rem; /* OUDS mod */
  margin-bottom: 1.5rem;
  background-color: var(--bs-color-surface-status-neutral-muted); /* OUDS mod: instead of `rgba(112.520718, 44.062154, 249.437846, .15)` */
  /* OUDS mod: no `border` */
  outline: 1px solid var(--bs-color-border-default); /* OUDS mod */
}
