legend .fieldset-legend {
	display: block;
	font-size: 1rem;
	line-height: 1.5rem;
}

.form-checkboxes .form-label {
	font-weight: normal;
}

@media only screen and (min-width: 800px) {
	#edit-categories {
		columns: 2;
	}
}

@media only screen and (max-width: 800px) {
	.row.mb-1 {
		margin-bottom: 0 !important;
	}

	.row.mb-1 .col:first-child > .mb-3 {
		margin-bottom: 0 !important;
	}

	.row.categories {
		margin-top: var(--bs-gutter-y);
	}

	.row.categories col {
		margin-top: 0;
	}
}
