.atm-form-radiobutton {
    @apply flex items-center gap-2;

    .form-radiobutton {
        @apply text-cta;

        &[disabled] {
            @apply bg-shade;
            @apply text-shade;

            + .atm-form-label {
                @apply text-shade;
            }
        }

        &:checked{
            @apply bg-secondary-col-1
        }
    }
}
