.aodson-cert-wrap {
	box-sizing: border-box;
	max-width: 980px;
	margin: 0 auto;
	padding: 32px 18px;
	color: #142033;
	font-family: inherit;
}

.aodson-cert-wrap * {
	box-sizing: border-box;
}

.aodson-cert-hero {
	padding: 34px 0 26px;
	border-bottom: 1px solid #e3e8ef;
}

.aodson-cert-eyebrow {
	margin: 0 0 8px;
	color: #47657f;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.aodson-cert-hero h1 {
	margin: 0 0 22px;
	color: #0b1726;
	font-size: clamp(30px, 6vw, 48px);
	line-height: 1.08;
	letter-spacing: 0;
}

.aodson-cert-form label {
	display: block;
	margin-bottom: 10px;
	color: #324255;
	font-size: 15px;
	font-weight: 650;
}

.aodson-cert-search-row {
	display: flex;
	gap: 10px;
}

.aodson-cert-search-row input {
	width: 100%;
	min-height: 52px;
	border: 1px solid #c9d4df;
	border-radius: 6px;
	padding: 0 16px;
	background: #fff;
	color: #101828;
	font-size: 16px;
}

.aodson-cert-search-row-v21 input[name="access_code"] {
	flex: 0 0 150px;
	text-align: center;
}

.aodson-cert-search-row button,
.aodson-cert-download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	border: 0;
	border-radius: 6px;
	padding: 0 22px;
	background: #244b68;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
}

.aodson-cert-download-form {
	margin: 0;
}

.aodson-turnstile {
	margin-top: 14px;
}

.aodson-cert-search-row button:hover,
.aodson-cert-download:hover {
	background: #17364d;
	color: #fff;
}

.aodson-cert-card {
	margin-top: 24px;
	border: 1px solid #dbe3eb;
	border-radius: 8px;
	padding: 26px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(17, 35, 54, 0.08);
}

.aodson-cert-result-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
}

.aodson-cert-label {
	display: block;
	margin-bottom: 5px;
	color: #64748b;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.aodson-cert-result-head h2 {
	margin: 0;
	color: #0b1726;
	font-size: 27px;
	line-height: 1.18;
	letter-spacing: 0;
}

.aodson-cert-result-badge {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	border-radius: 999px;
	padding: 0 13px;
	font-size: 13px;
	font-weight: 800;
}

.aodson-cert-result-valid,
.aodson-cert-result-active {
	background: #e7f7ee;
	color: #0f7a3b;
}

.aodson-cert-result-revoked,
.aodson-cert-result-not-found {
	background: #fde8e8;
	color: #b42318;
}

.aodson-cert-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid #edf1f5;
	border-left: 1px solid #edf1f5;
	margin-bottom: 22px;
}

.aodson-cert-detail {
	min-width: 0;
	padding: 15px;
	border-right: 1px solid #edf1f5;
	border-bottom: 1px solid #edf1f5;
}

.aodson-cert-detail span {
	display: block;
	margin-bottom: 5px;
	color: #64748b;
	font-size: 13px;
}

.aodson-cert-detail strong {
	display: block;
	overflow-wrap: anywhere;
	color: #172033;
	font-size: 15px;
	font-weight: 750;
}

.aodson-cert-not-found p {
	margin: 0;
	color: #44566c;
}

@media (max-width: 700px) {
	.aodson-cert-wrap {
		padding: 22px 14px;
	}

	.aodson-cert-search-row,
	.aodson-cert-result-head {
		flex-direction: column;
	}

	.aodson-cert-search-row button {
		width: 100%;
	}

	.aodson-cert-search-row-v21 input[name="access_code"] {
		flex-basis: auto;
		width: 100%;
	}

	.aodson-cert-card {
		padding: 20px;
	}

	.aodson-cert-details {
		grid-template-columns: 1fr;
	}
}
