
h2{
	display: none;
}

.job-offers-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.8em;
	margin: 0 0 1em;
	padding: 0.7em 2em;
	background: linear-gradient(to right, #eef6f9, #ffffff);
	border-left: 5px solid #2c6877;
	border-radius: 6px;
}

.job-offers-header h1{
	margin: 0;
	padding: 0;
	font-size: 155%;
	font-weight: bold;
	color: #2c6877;
	letter-spacing: 0.03em;
	background: none;
	border: none;
	border-radius: 0;
}

.search-header-actions{
	display: flex;
	gap: 0.6em;
	flex-wrap: wrap;
}

.search-header-actions button{
	font-size: 0.8em;
	padding: 0.5em 1.1em;
	border: 1px solid #999;
	border-radius: 20px;
	background: #fff;
	color: #555;
	cursor: pointer;
	transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.search-header-actions button:hover{
	background: #f2f2f2;
}

.btn-search-toggle.is-active{
	background: #2c6877;
	border-color: #2c6877;
	color: #fff;
}

.btn-search-toggle.is-active:hover{
	background: #245560;
}

.search-status-text {
	min-height: 1.4em;
	margin: 0 0 0.8em;
	padding: 0.4em 0.8em;
	color: #2a6f2a;
	background: #eef7ee;
	border: 1px solid #c8e6c8;
	border-radius: 4px;
}
.search-status-text:empty {
	display: none;
}


div#jobOfferSearchedList > li:nth-child(19) > a > div > div.panel-description > div.clearfix.leftfix.interval-short > div.icon.emp-type-0{
	display:none;
}