.option {
	@apply p-4 rounded-2xl bg-white flex w-full justify-between cursor-pointer;
}

.side {
	@apply flex-shrink-0 self-center text-right;
}

.description {
	@apply text-sm text-muted-sm;
}
