.elementor-1827 .elementor-element.elementor-element-1fa7b1e{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-ea2846d */.report-category-columns-wrapper {
	display: grid;
	grid-template-columns: repeat(var(--report-columns, 3), minmax(0, 1fr));
	gap: 24px;
}

.report-category-column {
	min-width: 0;
}

.report-category-title {
	margin: 0 0 10px;
	font-size: 1.2rem !important;
	font-weight: 700;
}

.report-category-post-list {
	margin: 0;
	padding-left: 0px;
	list-style-type: none;
}

.report-category-post-item {
	margin: 0 0 6px;
}

.report-category-post-item a {
	text-decoration: none;
}

.report-category-post-item a:hover {
	text-decoration: underline;
}

@media (max-width: 1024px) {
	.report-category-columns-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.report-category-columns-wrapper {
		grid-template-columns: 1fr;
	}
}/* End custom CSS */