.cobalt- {
  &Fieldset {
    @apply c-border-t c-border-t-outline;

    // We need to keep the original calculation
    padding: calc(theme("spacing.sm") - 1px) 0 0 0;

    & > legend {
      @apply c-text-title-sm c-mb-xs c-pr-sm;
    }

    &:not(:first-child) {
      @apply c-mt-lg;
    }

    & + & {
      @apply c-mt-xl;
    }
  }
}
