.capta-curriculo-form-wrapper {
	margin: 0 auto;
	max-width: 980px;
	position: relative;
	width: 100%;
}

.capta-curriculo-form-wrapper [hidden],
.capta-curriculo-form-wrapper .is-hidden {
	display: none !important;
}

.capta-curriculo-form {
	background: #fff;
	color: #1d2327;
}

.capta-jobs-public {
	background: #f8faf8;
	border: 1px solid #d7ded8;
	box-sizing: border-box;
	color: #1d2327;
	padding: 22px;
	width: 100%;
}

.capta-jobs-public h2 {
	font-size: 26px;
	line-height: 1.2;
	margin: 0 0 18px;
}

.capta-jobs-public-empty {
	text-align: center;
}

.capta-talent-bank {
	margin: 0 auto;
	max-width: 680px;
}

.capta-talent-bank h2 {
	margin-bottom: 10px;
}

.capta-talent-bank p {
	color: #3c434a;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

.capta-jobs-public-grid {
	align-items: start;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.capta-job-card {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	box-shadow: 0 8px 18px rgba(29, 35, 39, 0.06);
	box-sizing: border-box;
	display: grid;
	gap: 10px;
	min-height: 150px;
	min-width: 0;
	padding: 18px;
	position: relative;
	width: 100%;
}

.capta-job-card.is-open {
	border-color: #bad4c6;
	box-shadow: 0 10px 24px rgba(29, 35, 39, 0.08);
}

.capta-job-card::after {
	background: #c98b2e;
	border-radius: 999px;
	content: "";
	height: 4px;
	inset: auto 18px 14px 18px;
	position: absolute;
}

.capta-job-card-header {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 42px minmax(0, 1fr);
}

.capta-job-card-icon {
	align-items: center;
	background: #e8f2ed;
	border: 1px solid #bad4c6;
	border-radius: 8px;
	box-shadow: none;
	box-sizing: border-box;
	color: #186145;
	display: inline-flex;
	flex: 0 0 42px;
	height: 42px;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 42px;
}

.capta-job-card-icon svg {
	display: block;
	fill: none;
	flex: 0 0 auto;
	height: 24px;
	max-height: 24px;
	max-width: 24px;
	position: static;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transform: none;
	width: 24px;
}

.capta-job-card-icon svg * {
	vector-effect: non-scaling-stroke;
}

.capta-job-card h3 {
	font-size: 18px;
	line-height: 1.25;
	margin: 0;
	min-width: 0;
	overflow-wrap: anywhere;
}

.capta-job-toggle {
	-webkit-appearance: none;
	appearance: none;
	align-items: center;
	background: #f8faf8;
	border: 1px solid #d7ded8;
	border-radius: 6px;
	color: #1d5f8f;
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	gap: 10px;
	justify-content: space-between;
	letter-spacing: 0;
	min-height: 40px;
	min-width: 0;
	padding: 9px 11px;
	text-align: left;
	width: 100%;
}

.capta-job-toggle span:first-child {
	min-width: 0;
	overflow-wrap: anywhere;
}

.capta-job-toggle:focus,
.capta-job-toggle:hover {
	background: #eef6f1;
	border-color: #bad4c6;
	color: #154d75;
}

.capta-job-toggle-icon {
	flex: 0 0 16px;
	height: 16px;
	position: relative;
	width: 16px;
}

.capta-job-toggle-icon::before,
.capta-job-toggle-icon::after {
	background: currentColor;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.capta-job-toggle-icon::before {
	height: 2px;
	width: 14px;
}

.capta-job-toggle-icon::after {
	height: 14px;
	width: 2px;
}

.capta-job-card.is-open .capta-job-toggle-icon::after {
	display: none;
}

.capta-job-details {
	border-top: 1px solid #edf0ed;
	display: grid;
	gap: 8px;
	min-width: 0;
	padding: 4px 0 18px;
}

.capta-job-details p {
	color: #3c434a;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	overflow-wrap: anywhere;
}

.capta-job-details strong {
	color: #1d2327;
	display: block;
	font-weight: 700;
	margin-bottom: 2px;
}

.capta-jobs-public-action {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.capta-show-form {
	-webkit-appearance: none;
	appearance: none;
	align-items: center;
	background: #1d5f8f;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 12px 26px rgba(29, 95, 143, 0.22);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	font: inherit;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	min-height: 54px;
	padding: 14px 28px;
	position: relative;
	text-align: center;
	touch-action: manipulation;
	width: min(100%, 360px);
	z-index: 1;
}

.capta-show-form:focus,
.capta-show-form:hover {
	background: #154d75;
	color: #fff;
}

.capta-form-intro {
	background: #f6f7f7;
	border-left: 4px solid #2271b1;
	margin: 0 0 22px;
	padding: 12px 14px;
}

.capta-form-section {
	border: 1px solid #dcdcde;
	margin-bottom: 22px;
	padding: 18px;
}

.capta-form-section h3 {
	font-size: 20px;
	line-height: 1.25;
	margin: 0 0 16px;
}

.capta-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.capta-form-field,
.capta-desired-position-other,
.capta-document-item,
.capta-lgpd-accept {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.capta-form-field-full {
	grid-column: 1 / -1;
}

.capta-conditional-field {
	display: none;
}

.capta-conditional-field.capta-conditional-active {
	display: flex;
}

.capta-form-field label,
.capta-document-item,
.capta-lgpd-accept {
	font-weight: 600;
}

.capta-form-field input,
.capta-form-field select,
.capta-form-field textarea {
	border: 1px solid #8c8f94;
	border-radius: 3px;
	box-sizing: border-box;
	font: inherit;
	min-height: 42px;
	padding: 8px 10px;
	width: 100%;
}

.capta-form-field input.capta-field-missing,
.capta-form-field select.capta-field-missing,
.capta-form-field textarea.capta-field-missing,
.capta-lgpd-accept input.capta-field-missing {
	border-color: #d63638;
	box-shadow: 0 0 0 2px rgba(214, 54, 56, 0.15);
}

.capta-form-field textarea {
	min-height: 110px;
	resize: vertical;
}

.capta-field-orientation {
	color: #50575e;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}

.capta-document-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.capta-repeatable-items {
	display: grid;
	gap: 16px;
}

.capta-repeatable-item {
	border: 1px solid #dcdcde;
	padding: 14px;
}

.capta-repeatable-header {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 14px;
}

.capta-repeatable-title {
	font-size: 16px;
	line-height: 1.3;
	margin: 0;
}

.capta-repeatable-add,
.capta-repeatable-remove {
	border: 1px solid #2271b1;
	border-radius: 3px;
	cursor: pointer;
	font: inherit;
	font-weight: 600;
	min-height: 36px;
	padding: 7px 12px;
}

.capta-repeatable-add {
	background: #2271b1;
	color: #fff;
	margin-top: 14px;
}

.capta-repeatable-add:focus,
.capta-repeatable-add:hover {
	background: #135e96;
	border-color: #135e96;
	color: #fff;
}

.capta-repeatable-add:disabled {
	background: #dcdcde;
	border-color: #dcdcde;
	color: #646970;
	cursor: not-allowed;
}

.capta-repeatable-remove {
	background: #fff;
	color: #b32d2e;
	border-color: #b32d2e;
}

.capta-document-item,
.capta-lgpd-accept {
	align-items: flex-start;
	flex-direction: row;
}

.capta-document-item input,
.capta-lgpd-accept input {
	margin-top: 4px;
}

.capta-lgpd-text {
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	max-height: 280px;
	overflow: auto;
	padding: 14px;
}

.capta-lgpd-text p:first-child {
	margin-top: 0;
}

.capta-lgpd-text p:last-child {
	margin-bottom: 0;
}

.capta-required {
	color: #b32d2e;
}

.capta-form-actions {
	margin-top: 18px;
}

.capta-form-actions button {
	background: #2271b1;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	min-height: 44px;
	padding: 10px 20px;
}

.capta-form-actions button:focus,
.capta-form-actions button:hover {
	background: #135e96;
	color: #fff;
}

.capta-form-message {
	border-left: 4px solid;
	margin-bottom: 18px;
	padding: 12px 14px;
}

.capta-form-success {
	background: #f0f6e8;
	border-color: #4ab866;
}

.capta-form-errors {
	background: #fcf0f1;
	border-color: #d63638;
}

.capta-form-errors ul {
	margin: 0;
	padding-left: 20px;
}

.capta-validation-modal[hidden] {
	display: none;
}

.capta-validation-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 99999;
}

.capta-validation-modal-backdrop {
	background: rgba(29, 35, 39, 0.58);
	inset: 0;
	position: absolute;
}

.capta-validation-modal-box {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
	box-sizing: border-box;
	max-width: 520px;
	padding: 22px;
	position: relative;
	width: min(100%, 520px);
}

.capta-validation-modal-box h3 {
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 8px;
}

.capta-validation-modal-box p {
	margin: 0 0 12px;
}

.capta-validation-list {
	margin: 0 0 18px;
	max-height: 240px;
	overflow: auto;
	padding-left: 22px;
}

.capta-validation-list li {
	margin: 6px 0;
}

.capta-validation-close {
	background: #2271b1;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	min-height: 40px;
	padding: 9px 16px;
}

.capta-validation-close:focus,
.capta-validation-close:hover {
	background: #135e96;
	color: #fff;
}

@media (max-width: 720px) {
	.capta-jobs-public {
		padding: 16px;
	}

	.capta-jobs-public h2 {
		font-size: 22px;
	}

	.capta-job-card {
		box-shadow: none;
		min-height: 0;
		padding: 16px;
	}

	.capta-job-card-header {
		grid-template-columns: 38px minmax(0, 1fr);
	}

	.capta-job-card-icon {
		flex-basis: 38px;
		height: 38px;
		width: 38px;
	}

	.capta-job-card-icon svg {
		height: 22px;
		max-height: 22px;
		max-width: 22px;
		width: 22px;
	}

	.capta-show-form {
		min-height: 50px;
		width: 100%;
	}

	.capta-form-grid,
	.capta-document-list {
		grid-template-columns: 1fr;
	}

	.capta-form-section {
		padding: 14px;
	}

	.capta-repeatable-header {
		align-items: flex-start;
		flex-direction: column;
	}
}
