button,
input {
	background: black;
}

label {
	display: flex;
	flex-direction: column;

	&:has([type="checkbox"]) {
		flex-direction: row;
	}
}
