.aw-info {
    overflow-wrap: break-word;

    &__label {
         font-size: 0.875rem;
         margin-bottom: 0;

        & > .aw-description {
              font-size: 0.875rem;
              margin-bottom: 0;
        }
    }

    &__label--required:after {
        content: '*';
    }

    &__help-icon {
        color: var(--c-mono-400);
        font-size: theme('fontSize.lg', 1.25rem);
        padding-left: theme('spacing.1', 0.25rem);

        &:hover {
            color: var(--c-info);
        }
    }
}
