/* ARK-Jobs */
.ark-joblist .job {
	padding: 30px 25px 100px 25px;
	background: #000;
	border-radius: 20px;
}

.ark-joblist .wp-block-post-date {
	display: inline-block;
	font-weight: 600;
	padding: 5px 10px;
	border: 1px solid #fff;
	border-radius: 1em;
}

.ark-joblist .job-content {
	margin-bottom: 2em;
}

.ark-joblist button {
	position: absolute;
	width: 250px;
	font: inherit;
	font-weight: 600;
	color: #000;
	text-align: left;
	padding: 25px;
	background: #fff;
	border-radius: 20px;
	user-select: none;
	cursor: pointer;
}

.ark-joblist button:after {
	position: absolute;
	right: 20px;
	top: 0;
	width: 20px;
	height: 100%;
	content: '';
	background: url(../images/arrow.svg) no-repeat center;
}

.ark-joblist button.btn-down:after {
	transform: scaleY(-1);
}
