.smartsky-cert-verify-wrap {
	max-width: 920px;
	margin: 0 auto;
}

.smartsky-cert-verify-form {
	padding: 24px;
	border: 1px solid #d7dde4;
	border-radius: 12px;
	background: linear-gradient(180deg, #fbfcfe 0%, #f3f6f9 100%);
}

.smartsky-cert-verify-form label {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}

.smartsky-cert-verify-fields {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.smartsky-cert-verify-fields input[type="text"] {
	flex: 1 1 260px;
	padding: 12px 14px;
	border: 1px solid #bcc8d4;
	border-radius: 8px;
}

.smartsky-cert-verify-fields button,
.smartsky-cert-download {
	display: inline-block;
	padding: 12px 18px;
	border: 0;
	border-radius: 8px;
	background: #0c6a53;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.smartsky-cert-message,
.smartsky-cert-card {
	margin-top: 20px;
	padding: 24px;
	border-radius: 12px;
}

.smartsky-cert-message-error {
	border: 1px solid #e6b8b8;
	background: #fff5f5;
	color: #8c1d1d;
}

.smartsky-cert-card {
	border: 1px solid #bfe0d2;
	background: #f5fbf8;
}

.smartsky-cert-status {
	display: inline-block;
	margin-bottom: 16px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #0c6a53;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.smartsky-cert-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
	gap: 24px;
	align-items: start;
}

.smartsky-cert-image img {
	display: block;
	max-width: 100%;
	height: auto;
	border: 1px solid #d7dde4;
	border-radius: 10px;
	background: #fff;
}

@media (max-width: 767px) {
	.smartsky-cert-grid {
		grid-template-columns: 1fr;
	}
}
