.module-filter {
	.module-title {
		margin-bottom: 16px !important;
	}

	.reset-filter.btn {
		width: 100%;
	}

	.panel-group .module-item.panel {
		border-radius: 8px;
		border: 1px solid #3866B8;
	}

	.panel-body .filter-radio label {
		padding: 8px;
		margin-top: 0;
		
		&:not(:last-child) {
			border-bottom: 1px solid #3866B8;
		}
	}
}