.ahse-cv-wrapper {
	display: flex;
	justify-content: center;
	padding: 32px 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.ahse-cv-card {
	width: 100%;
	max-width: 440px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 24px rgba(15, 61, 92, 0.10);
	border-top: 4px solid #E8712C;
	padding: 32px 28px;
}

.ahse-cv-header {
	text-align: center;
	margin-bottom: 24px;
}

.ahse-cv-header svg {
	margin-bottom: 10px;
}

.ahse-cv-header h3 {
	margin: 0 0 6px;
	font-size: 20px;
	font-weight: 700;
	color: #0F3D5C;
}

.ahse-cv-header p {
	margin: 0;
	font-size: 13.5px;
	color: #5a6b76;
	line-height: 1.5;
}

.ahse-cv-field {
	margin-bottom: 16px;
}

.ahse-cv-field label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #0F3D5C;
	margin-bottom: 6px;
}

.ahse-cv-field input[type="text"] {
	width: 100%;
	padding: 11px 14px;
	font-size: 14.5px;
	border: 1.5px solid #d7dee3;
	border-radius: 8px;
	box-sizing: border-box;
	transition: border-color 0.15s ease;
}

.ahse-cv-field input[type="text"]:focus {
	outline: none;
	border-color: #E8712C;
}

.ahse-cv-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#ahse-cv-submit {
	width: 100%;
	padding: 13px 16px;
	background: #0F3D5C;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.15s ease;
	margin-top: 4px;
}

#ahse-cv-submit:hover {
	background: #0c3049;
}

#ahse-cv-submit:disabled {
	background: #9aa9b3;
	cursor: not-allowed;
}

.ahse-cv-result {
	margin-top: 22px;
	padding: 18px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.6;
}

.ahse-cv-result.success {
	background: #f0f9f1;
	border: 1.5px solid #bfe3c4;
}

.ahse-cv-result.error {
	background: #fdf1f0;
	border: 1.5px solid #f3c4bf;
	color: #8a2c22;
}

.ahse-cv-result.warning {
	background: #fff8ec;
	border: 1.5px solid #f0dcae;
	color: #8a5a10;
}

.ahse-cv-result-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 10px;
}

.ahse-cv-result-title.success { color: #1a7f37; }
.ahse-cv-result-title.error { color: #b91c1c; }
.ahse-cv-result-title.warning { color: #b45309; }

.ahse-cv-result-row {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
	border-bottom: 1px dashed #e3e8eb;
	color: #33454f;
}

.ahse-cv-result-row:last-child {
	border-bottom: none;
}

.ahse-cv-result-row span:first-child {
	font-weight: 600;
	color: #0F3D5C;
}

.ahse-cv-status-badge {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.ahse-cv-status-badge.active { background: #dff5e1; color: #1a7f37; }
.ahse-cv-status-badge.expired { background: #fdecd2; color: #b45309; }
.ahse-cv-status-badge.revoked { background: #fbdad7; color: #b91c1c; }

.ahse-cv-file-block {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px dashed #e3e8eb;
	text-align: center;
}

.ahse-cv-file-image {
	max-width: 100%;
	max-height: 320px;
	border-radius: 8px;
	border: 1px solid #d7dee3;
	display: block;
	margin: 0 auto 10px;
}

.ahse-cv-file-pdf {
	width: 100%;
	height: 420px;
	border: 1px solid #d7dee3;
	border-radius: 8px;
	display: block;
	margin-bottom: 10px;
}

.ahse-cv-file-link {
	display: inline-block;
	font-size: 13.5px;
	font-weight: 600;
	color: #0F3D5C;
	text-decoration: none;
	padding: 8px 14px;
	border: 1.5px solid #0F3D5C;
	border-radius: 6px;
}

.ahse-cv-file-link:hover {
	background: #0F3D5C;
	color: #fff;
}

@media (max-width: 480px) {
	.ahse-cv-card {
		padding: 24px 18px;
	}
	.ahse-cv-file-pdf {
		height: 300px;
	}
}
