.cvdofp-jobs-wrap { display: block; }
.cvdofp-jobs-list { display: grid; gap: 16px; }

.cvdofp-job {
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.cvdofp-job summary {
	list-style: none;
	cursor: pointer;
	padding: 18px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.cvdofp-job summary::-webkit-details-marker { display: none; }

.cvdofp-job-title {
	font-size: 24px;
    letter-spacing:-1px;
	line-height: 1.2;
	font-weight: 500;
	margin: 0;
}

.cvdofp-job-meta {
	margin-top: 6px;
	font-size: 14px;
	opacity: .8;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.cvdofp-meta-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.cvdofp-meta-icon {
	color: currentColor;
	font-size: 1em;
	line-height: 1;
	font-weight: 900;
}

.cvdofp-job-chevron {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	border: 1px solid #8F8980;
	background-color: #8F8980;
	color: #fff;
	flex: 0 0 auto;
	transition: background-color 0.2s, border-color 0.2s;
}

.cvdofp-job[open] .cvdofp-job-chevron { transform: rotate(90deg); }

.cvdofp-job-body {
	border-top: 1px solid rgba(0, 0, 0, .08);
	padding: 18px;
}

.cvdofp-job-intro { margin-bottom: 14px; }

.cvdofp-job-kv {
	display: grid;
	gap: 10px;
	margin: 14px 0 0;
}

.cvdofp-job-kv .cvdofp-row {
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 12px;
	align-items: start;
	padding: 10px 0;
	border-top: 1px solid rgba(0, 0, 0, .06);
}

.cvdofp-job-kv .cvdofp-row:first-child {
	border-top: 0;
	padding-top: 0;
}

.cvdofp-job-kv .cvdofp-label,
.cvdofp-job-section h4 {
	font-weight: 650;
	font-size: 16px;
	letter-spacing: normal;
}

.cvdofp-job-section {
	margin-top: 0;
	padding: 10px 0;
	border-top: 1px solid rgba(0, 0, 0, .06);
}
.cvdofp-job-section h4 { margin: 0 0 2px; }
.cvdofp-job-section > *:last-child { margin-bottom: 0; }

.cvdofp-contact-list {
	list-style: none;
	margin: 0;
	padding: 0 !important;
	display: grid;
	gap: 6px;
}

.cvdofp-contact-list li {
	list-style: none;
	margin: 0 !important;
	margin-left: 0 !important;
	padding: 0 !important;
	padding-left: 0 !important;
	text-indent: 0 !important;
}

.cvdofp-job-section .cvdofp-contact-list {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.cvdofp-contact-item {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: 0;
	padding-left: 0;
}

.cvdofp-contact-icon {
	width: 16px;
	text-align: center;
	line-height: 1;
	color: var(--global-palette10);
	font-size: 14px;
	flex: 0 0 auto;
}

.cvdofp-contact-item a {
	margin: 0;
	margin-left: 2px;
	padding: 0;
	word-break: break-word;
	text-decoration: none;
}

.cvdofp-jobs-filters {
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 14px;
	padding: 18px;
	background: #fff;
}

.cvdofp-jobs-filters h3 { margin: 0 0 10px; font-size: 28px; letter-spacing:-1px; }
.cvdofp-filter-block { margin-top: 18px; }

.cvdofp-filter-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	letter-spacing: .08em;
	text-transform: uppercase;
	opacity: .75;
	margin-bottom: 10px;
}

.cvdofp-filter-list { display: grid; gap: 12px; }

.cvdofp-check {
	display: flex;
	gap: 12px;
	align-items: center;
	font-size: 16px;
}

.cvdofp-check input { width: 20px; height: 20px; }

.cvdofp-select {
	width: 100%;
	padding: 12px 12px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, .14);
	background: #fff;
	font-size: 16px;
}

.cvdofp-job.is-hidden { display: none !important; }
.cvdofp-jobs-wrap.is-hidden { display: none !important; }
.cvdofp-jobs-section + .cvdofp-jobs-section { padding-top: 24px; }
.cvdofp-section-hidden { display: none !important; }