.aodson-cert-wrap {
	box-sizing: border-box;
	max-width: 1120px;
	margin: 0 auto;
	padding: 56px 20px 64px;
	color: #142033;
	font-family: inherit;
}

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

body.page-id-4720 .article-content-wrapper,
body.page-id-4720 .article-content,
body.page-id-4720 .qhd-content,
body.page-id-4720 .page-main,
body.aodson-verify-root .article-content-wrapper,
body.aodson-verify-root .article-content,
body.aodson-verify-root .qhd-content,
body.aodson-verify-root .page-main {
	width: 100% !important;
	max-width: none !important;
}

body.page-id-4720 .article-content-wrapper,
body.aodson-verify-root .article-content-wrapper {
	float: none !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.page-id-4720 .qhd-content,
body.aodson-verify-root .qhd-content {
	background:
		linear-gradient(180deg, #f5f8fb 0%, #ffffff 48%, #ffffff 100%);
}

body.page-id-4720 .slide-bar,
body.page-id-4720 .footer-fix,
body.page-id-4720 #ht-ctc-chat,
body.page-id-4720 .trp-floating-switcher,
body.page-id-4720 #cya11y-container,
body.aodson-verify-root .slide-bar,
body.aodson-verify-root .footer-fix,
body.aodson-verify-root #ht-ctc-chat,
body.aodson-verify-root .trp-floating-switcher,
body.aodson-verify-root #cya11y-container {
	display: none !important;
}

.aodson-cert-hero {
	position: relative;
	overflow: hidden;
	min-height: 330px;
	border: 1px solid #d9e3ee;
	border-radius: 8px;
	padding: 46px;
	background:
		linear-gradient(135deg, rgba(9, 30, 54, 0.98) 0%, rgba(25, 66, 96, 0.96) 62%, rgba(238, 243, 248, 0.98) 62%, rgba(255, 255, 255, 0.98) 100%);
	box-shadow: 0 24px 60px rgba(20, 45, 71, 0.15);
}

.aodson-cert-hero::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 43%;
	height: 100%;
	background:
		linear-gradient(90deg, rgba(34, 76, 110, 0.08) 1px, transparent 1px),
		linear-gradient(180deg, rgba(34, 76, 110, 0.08) 1px, transparent 1px);
	background-size: 32px 32px;
	content: "";
	opacity: 0.7;
	pointer-events: none;
}

.aodson-cert-hero::after {
	position: absolute;
	top: 34px;
	right: 42px;
	width: 92px;
	height: 92px;
	border: 1px solid rgba(36, 75, 104, 0.28);
	border-radius: 8px;
	background:
		linear-gradient(90deg, transparent 45%, rgba(36, 75, 104, 0.32) 45%, rgba(36, 75, 104, 0.32) 55%, transparent 55%),
		linear-gradient(180deg, transparent 45%, rgba(36, 75, 104, 0.32) 45%, rgba(36, 75, 104, 0.32) 55%, transparent 55%);
	content: "";
	pointer-events: none;
}

.aodson-cert-eyebrow {
	position: relative;
	z-index: 1;
	margin: 0 0 10px;
	color: #9ec0db;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.aodson-cert-hero h1 {
	position: relative;
	z-index: 1;
	max-width: 640px;
	margin: 0 0 28px;
	color: #ffffff;
	font-size: clamp(34px, 5vw, 54px);
	line-height: 1.06;
	letter-spacing: 0;
}

.aodson-cert-form {
	position: relative;
	z-index: 1;
	max-width: 880px;
}

.aodson-cert-form label {
	display: block;
	margin-bottom: 12px;
	color: #dce9f3;
	font-size: 15px;
	font-weight: 700;
}

.aodson-cert-search-row {
	display: flex;
	gap: 10px;
	align-items: stretch;
	max-width: 920px;
	border: 1px solid rgba(222, 231, 240, 0.88);
	border-radius: 8px;
	padding: 8px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 18px 40px rgba(7, 23, 39, 0.22);
}

.aodson-cert-search-row input {
	width: 100%;
	min-height: 54px;
	border: 1px solid transparent;
	border-radius: 6px;
	padding: 0 16px;
	background: #f7fafc;
	color: #101828;
	font-size: 16px;
	outline: none;
	transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.aodson-cert-search-row input:focus {
	border-color: #2d7fb6;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(45, 127, 182, 0.13);
}

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

.aodson-cert-search-row button,
.aodson-cert-download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	border: 0;
	border-radius: 6px;
	padding: 0 25px;
	background: #246f9f;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	box-shadow: 0 10px 22px rgba(36, 111, 159, 0.24);
	transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

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

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

.aodson-cert-search-row button:hover,
.aodson-cert-download:hover {
	background: #164f73;
	color: #fff;
	box-shadow: 0 14px 28px rgba(22, 79, 115, 0.28);
	transform: translateY(-1px);
}

.aodson-cert-card {
	position: relative;
	overflow: hidden;
	margin-top: 26px;
	border: 1px solid #d9e3ee;
	border-radius: 8px;
	padding: 30px;
	background: #ffffff;
	box-shadow: 0 22px 55px rgba(17, 35, 54, 0.1);
}

.aodson-cert-card::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, #1d5f8c 0%, #6f879a 48%, #1d8f63 100%);
	content: "";
}

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

.aodson-cert-label {
	display: block;
	margin-bottom: 7px;
	color: #62748a;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

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

.aodson-cert-result-badge {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	border-radius: 999px;
	padding: 0 14px;
	font-size: 13px;
	font-weight: 850;
	white-space: nowrap;
}

.aodson-cert-result-valid,
.aodson-cert-result-active {
	border: 1px solid #b9e8ca;
	background: #e8f8ef;
	color: #08733c;
}

.aodson-cert-result-revoked,
.aodson-cert-result-not-found {
	border: 1px solid #f3c5c5;
	background: #fdeaea;
	color: #b42318;
}

.aodson-cert-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid #e4ebf2;
	border-radius: 8px;
	margin-bottom: 24px;
	background: #fbfdff;
}

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

.aodson-cert-detail:nth-child(2n) {
	border-right: 0;
}

.aodson-cert-detail:nth-last-child(-n+2) {
	border-bottom: 0;
}

.aodson-cert-detail span {
	display: block;
	margin-bottom: 6px;
	color: #687b90;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

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

.aodson-cert-not-found p {
	margin: 0;
	color: #44566c;
	font-size: 16px;
	line-height: 1.6;
}

.aodson-cert-stats {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 14px;
	margin: -4px 0 24px;
	border: 1px solid #e4ebf2;
	border-radius: 8px;
	padding: 14px 16px;
	background: #f7fafc;
}

.aodson-cert-stats h3 {
	margin: 0;
	color: #0b1726;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0;
}

.aodson-cert-stats div {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #62748a;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.aodson-cert-stats strong {
	color: #0b1726;
	font-size: 15px;
}

@media (max-width: 900px) {
	.aodson-cert-hero {
		background:
			linear-gradient(135deg, rgba(9, 30, 54, 0.98) 0%, rgba(25, 66, 96, 0.96) 100%);
	}

	.aodson-cert-hero::before,
	.aodson-cert-hero::after {
		display: none;
	}
}

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

	.aodson-cert-hero {
		min-height: 0;
		padding: 30px 18px;
	}

	.aodson-cert-hero h1 {
		font-size: 36px;
	}

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

	.aodson-cert-search-row {
		padding: 7px;
	}

	.aodson-cert-search-row input {
		border-color: #dce6ef;
		background: #ffffff;
	}

	.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: 22px 18px;
	}

	.aodson-cert-stats {
		grid-template-columns: 1fr;
		align-items: start;
	}

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

	.aodson-cert-detail,
	.aodson-cert-detail:nth-child(2n),
	.aodson-cert-detail:nth-last-child(-n+2) {
		border-right: 0;
		border-bottom: 1px solid #e4ebf2;
	}

	.aodson-cert-detail:last-child {
		border-bottom: 0;
	}
}
