/**
 * Verify Cyber Insurance — Frontend job form styles
 * Brand colors: gold #fdbb30, teal accent
 */

/* Verify field — description callout (uses .vci-description-box wrapper in field description) */
.job-manager-form .vci-description-box,
.submit-job-form .vci-description-box,
.wpjm-form .vci-description-box {
	display: block;
	margin-top: 8px;
	padding: 12px 14px;
	background: #fffbeb;
	border-left: 4px solid #fdbb30;
	border-radius: 0 6px 6px 0;
	font-size: 13px;
	line-height: 1.5;
	color: #374151;
}

.vci-description-box a,
.job-manager-form .vci-description-box a,
.submit-job-form .vci-description-box a {
	color: #b45309;
	font-weight: 500;
	text-decoration: none;
}

.vci-description-box a:hover,
.job-manager-form .vci-description-box a:hover,
.submit-job-form .vci-description-box a:hover {
	color: #92400e;
	text-decoration: underline;
}

/* Connect account button */
.vci-connect-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	background: #fdbb30;
	color: #1a1a1a;
	font-weight: 600;
	font-size: 13px;
	border-radius: 6px;
	text-decoration: none;
	transition: background 0.2s;
	margin-right: 8px;
}

.vci-connect-btn:hover {
	background: #f8a902;
	color: #1a1a1a;
}

.vci-or-manual {
	font-weight: 500;
}

/* Verified badge on job listing */
.vci-verified-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
	border: 1px solid #fde68a;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 500;
	color: #92400e;
}

.vci-verified-badge svg {
	flex-shrink: 0;
	width: 14px;
	height: 14px;
}

.vci-verified-badge a {
	color: #b45309;
	text-decoration: none;
}

.vci-verified-badge a:hover {
	color: #92400e;
	text-decoration: underline;
}
