.wl-jobs-listing .wl-job {
	display: flex;
	justify-content: space-between;
}

.wl-jobs-listing .shop-title {
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	font-size: 30px;
}

.wl-jobs-listing .shop-title.active, .wl-jobs-listing .shop-title:hover {
	background-color: #efefef;
	color: #E3252E;
}

.wl-jobs-listing .shop-title:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	font-size: 30px;
}

.wl-jobs-listing .shop-title.active:after {
	content: "\2212";
}