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

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

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