.vvge-job-apply-dialog {
	box-sizing: border-box;
	max-width: 34rem;
	width: calc(100% - 2rem);
	margin: auto;
	padding: 0;
	border: none;
	border-radius: 1rem;
	background: #fff;
	color: #1a2535;
	box-shadow: 0 22px 50px rgba(19, 27, 101, 0.2);
	overflow: visible;
	inset-block-start: max(8vh, 2rem);
}

.vvge-job-apply-dialog::backdrop {
	background: rgba(19, 27, 101, 0.45);
}

.vvge-job-apply-inner {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.vvge-job-apply-inner__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem 1.25rem 0.75rem;
	border-bottom: 1px solid #e9ecf2;
}

.vvge-job-apply-inner__top h3 {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 600;
	color: #131b65;
}

.vvge-job-apply-close {
	flex: 0 0 auto;
	margin: -0.15rem -0.15rem 0 0;
	width: 2.25rem;
	height: 2.25rem;
	border: 0;
	border-radius: 999px;
	background: #f4f6f9;
	color: #131b65;
	cursor: pointer;
	font-size: 1.35rem;
	line-height: 1;
}

.vvge-job-apply-close:hover,
.vvge-job-apply-close:focus {
	background: #e5e9f1;
	outline: 2px solid #131b65;
	outline-offset: 2px;
}

.vvge-job-apply-form {
	padding: 1rem 1.25rem 1.25rem;
	display: grid;
	gap: 0.95rem;
}

.vvge-job-apply-field {
	display: grid;
	gap: 0.35rem;
}

.vvge-job-apply-field label {
	font-weight: 500;
	font-size: 0.875rem;
	color: #3c4555;
}

.vvge-job-apply-field input[type="text"],
.vvge-job-apply-field input[type="email"],
.vvge-job-apply-field input[type="tel"],
.vvge-job-apply-field textarea,
.vvge-job-apply-field input[type="file"] {
	box-sizing: border-box;
	width: 100%;
	padding: 0.57rem 0.72rem;
	border: 1px solid #cdd4de;
	border-radius: 8px;
	font: inherit;
}

.vvge-job-apply-field textarea {
	min-height: 120px;
	resize: vertical;
}

.vvge-job-apply-field .vvge-job-apply-muted {
	font-size: 0.8rem;
	color: #6b7585;
}

.vvge-job__cta--open-apply {
	cursor: pointer;
	font-family: inherit;
	max-width: 100%;
	justify-content: center;
}

button.vvge-job__cta--open-apply {
	text-decoration: none;
}

.vvge-job-apply-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.75rem;
	margin-top: 0.35rem;
}

.vvge-job-apply-cancel {
	cursor: pointer;
	border: none;
	padding: 0.5rem 0.85rem;
	background: transparent;
	color: #3c4555;
	font: inherit;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.vvge-job-apply-submit {
	cursor: pointer;
	padding: 0.65rem 1.35rem;
	background: #131b65;
	color: #fff;
	border: 0;
	border-radius: 999px;
	font: inherit;
	font-weight: 500;
	min-height: 44px;
}

.vvge-job-apply-submit:hover,
.vvge-job-apply-submit:focus {
	background: #0f154f;
}

.vvge-job-apply-submit[disabled] {
	opacity: 0.7;
	cursor: not-allowed;
}

.vvge-job-apply-message {
	grid-column: 1/-1;
	margin: 0;
	padding: 0.55rem 0.75rem;
	border-radius: 8px;
	font-size: 0.9rem;
}

.vvge-job-apply-message--idle {
	display: none;
}

.vvge-job-apply-message--success {
	background: #e9f8ef;
	color: #174b2d;
}

.vvge-job-apply-message--error {
	background: #fff0eb;
	color: #7a2912;
}

.vvge-job__sidebar-extra-apply-url {
	grid-column: 1/-1;
}

.vvge-job__sidebar-extra-apply-url a {
	word-break: break-word;
}

.vvge-job-apply-honey {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
