.autordr-wrap {
	max-width: 1200px;
}

.autordr-hero {
	align-items: center;
	background: linear-gradient(135deg, #111827, #2563eb);
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
	padding: 26px 30px;
}

.autordr-hero h1 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 8px;
}

.autordr-hero p {
	font-size: 15px;
	margin: 0;
	max-width: 680px;
	opacity: 0.9;
}

.autordr-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
}

.autordr-card {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	padding: 24px;
}

.autordr-card h2 {
	font-size: 20px;
	margin: 0 0 18px;
}

.autordr-card h3 {
	font-size: 15px;
	margin-top: 24px;
}

.autordr-main-card .form-table th {
	width: 210px;
}

.autordr-test-result {
	font-weight: 600;
	margin-top: 10px;
}

.autordr-test-result.is-success {
	color: #008a20;
}

.autordr-test-result.is-error {
	color: #b32d2e;
}

.autordr-status-list {
	margin: 0 0 22px;
}

.autordr-status-list li {
	align-items: center;
	display: flex;
	gap: 8px;
	margin-bottom: 10px;
}

.autordr-status-list li::before {
	border-radius: 50%;
	color: #fff;
	content: '!';
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	height: 18px;
	justify-content: center;
	line-height: 18px;
	width: 18px;
}

.autordr-status-list li.is-ok::before {
	background: #008a20;
	content: '✓';
}

.autordr-status-list li.is-bad::before {
	background: #d63638;
}

.autordr-notice-box {
	background: #f6f7f7;
	border-left: 4px solid #2563eb;
	margin-top: 24px;
	padding: 14px 16px;
}

.autordr-notice-box p:last-child {
	margin-bottom: 0;
}

@media (max-width: 960px) {
	.autordr-hero,
	.autordr-grid {
		display: block;
	}

	.autordr-hero .button {
		margin-top: 18px;
	}

	.autordr-card {
		margin-bottom: 20px;
	}
}
