.radioGroup {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;

	& .radioButton,
	& .radioLabel {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 0.5rem;
		cursor: pointer;
	}

	& .radioButtonInput {
		width: 16px;
		height: 16px;
		cursor: pointer;
	}
}
