.cobalt-helper {
  @apply c-border c-border-outline c-bg-surfaceBright c-rounded-xl;
  padding: theme("spacing.sm");

  &__title {
    @apply c-text-title-sm c-text-onSurface;
  }

  &__content {
    @apply c-mt-xs c-mb-sm;
  }
}
