.resource-picker {
    @apply grid grid-cols-[24px_1fr] gap-2 bg-white;
    @apply border-2 border-gray-300;
    @apply text-gray-500 rounded p-2;
    &-info {
        @apply w-full p-2 bg-gray-100 rounded-md;
        @apply text-gray-900 text-base text-md font-semibold;
        &__layout {
            @apply grid grid-cols-[auto_1fr_auto] gap-2;
            @apply justify-items-center;
        }
    }
    &--disabled {
        @apply bg-gray-50 border-0 cursor-not-allowed;
    }
}
