@layer components {
  .label {
    @apply flex items-center gap-8 font-medium text-gray-700 text-base px-2 pb-5;

    .formkit-description {
      @apply text-sm text-gray-600 font-normal;
    }
  }
}
