/**
 * INPUT FIELD
 *
*/
@layer components {
    .n7-input-field.has-error textarea {
        @apply border-2 n7-border-error-dark;
    }
}