.dseo {
	--dseo-red: #d21418;
	--dseo-red-dark: #ad0b11;
	--dseo-green: #1f8a46;
	--dseo-orange: #d97706;
	--dseo-blue: #0d152c;
	--dseo-muted: #727272;
	--dseo-line: #e6e8ee;
	--dseo-text: #0d152c;
	box-sizing: border-box;
	max-width: 760px;
	padding: 0 0 2rem;
	background: #fff;
	color: var(--dseo-text);
	font-family: inherit;
}

.dseo *,
.dseo *::before,
.dseo *::after {
	box-sizing: border-box;
}

.dseo__label {
	display: block;
	margin-bottom: 0.25rem;
	font-weight: 400;
	font-size: 1rem;
	color: var(--dseo-blue);
}

.dseo__row {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.5rem;
}

.dseo__field {
	width: 100%;
}

.dseo__input {
	width: 100%;
	padding: 20px 0;
	border: 0;
	border-bottom: 1px solid var(--dseo-muted);
	border-radius: 0;
	background: transparent;
	color: #000;
	font: inherit;
	font-weight: 300;
	outline: none;
	box-shadow: none;
	appearance: none;
}

.dseo__input::placeholder {
	color: #000;
	opacity: 1;
}

.dseo__input:focus,
.dseo__input:focus-visible {
	border-bottom-color: var(--dseo-red);
	outline: none;
}

.dseo__fineprint,
.content .dseo p.dseo__fineprint {
	margin: 0.6rem 0 0;
	color: var(--dseo-muted);
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.4;
}

.dseo__button {
	position: relative;
	z-index: 1;
	min-height: 45px;
	height: 45px;
	padding: 0 22px;
	border: 0;
	border-radius: 9999px;
	background: var(--dseo-red);
	color: #fff;
	font: inherit;
	font-weight: 300;
	font-size: 0.9375rem;
	letter-spacing: 0.6px;
	cursor: pointer;
	transition: background-color 0.35s ease, color 0.35s ease;
}

.dseo__button:hover,
.dseo__button:focus-visible {
	background: var(--dseo-red-dark);
	color: #fff;
}

.dseo__button:focus-visible {
	outline: 2px solid var(--dseo-red);
	outline-offset: 4px;
}

.dseo__button:disabled {
	opacity: 0.65;
	cursor: wait;
}

.dseo .btn.dseo__button {
	margin: 0;
	color: #fff;
	background: var(--dseo-red);
}

.dseo .btn.dseo__button::before {
	display: none;
}

@media (min-width: 1024px) {
	.dseo__button {
		font-size: 1.25rem;
		padding: 0 28px;
	}
}

.dseo__status {
	margin: 1.25rem 0 0;
	color: var(--dseo-muted);
	font-weight: 300;
}

.dseo__status[data-state="error"] {
	color: var(--dseo-red);
}

.dseo__status[data-state="loading"] {
	color: var(--dseo-blue);
}

.dseo__result {
	margin-top: 2.5rem;
}

.dseo__summary {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-bottom: 1rem;
}

@media (min-width: 700px) {
	.dseo__summary {
		grid-template-columns: 1fr 1fr;
		gap: 0;
	}

	.dseo__aside {
		padding-left: 2rem;
	}

	.dseo__score {
		padding-right: 2rem;
		border-right: 1px solid #000;
	}
}

.dseo__kicker {
	display: block;
	margin: 0 0 0.35rem;
	color: var(--dseo-muted);
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.dseo__score-value {
	display: block;
	font-size: 2.75rem;
	line-height: 1;
	font-weight: 700;
	color: var(--dseo-blue);
}

.dseo__score-max {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0;
	color: inherit;
	opacity: 0.72;
}

.dseo__score-grade {
	display: block;
	margin-top: 0.45rem;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	color: var(--dseo-blue);
}

.dseo__score[data-level="good"] .dseo__score-value,
.dseo__score[data-level="good"] .dseo__score-grade {
	color: var(--dseo-green);
}

.dseo__score[data-level="ok"] .dseo__score-value,
.dseo__score[data-level="ok"] .dseo__score-grade {
	color: var(--dseo-orange);
}

.dseo__score[data-level="bad"] .dseo__score-value,
.dseo__score[data-level="bad"] .dseo__score-grade {
	color: var(--dseo-red);
}

.dseo__disclaimer,
.content .dseo p.dseo__disclaimer {
	grid-column: 1 / -1;
	margin: 1rem 0 0;
	max-width: 54ch;
	color: var(--dseo-muted);
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.45;
}

.dseo__verdict,
.content .dseo p.dseo__verdict {
	margin: 0 0 2rem;
	max-width: 52ch;
	color: var(--dseo-blue);
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.5;
}

.dseo__verdict[data-level="bad"] {
	color: var(--dseo-red);
}

.dseo__aside strong {
	display: block;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--dseo-blue);
}

.dseo__meta {
	display: block;
	margin-top: 0.5rem;
	color: var(--dseo-muted);
	font-size: 0.9375rem;
	font-weight: 300;
	word-break: break-all;
}

.dseo__groups {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.dseo__group-title,
.content .dseo h2.dseo__group-title {
	margin: 0 0 0.75rem;
	padding: 0;
	color: var(--dseo-muted);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.dseo__list {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--dseo-line);
}

.dseo__item {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid var(--dseo-line);
	border-radius: 0;
	background: transparent;
	list-style: none;
}

.content .dseo ul,
.content .dseo ul.dseo__list,
.content .dseo__list {
	display: block !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0;
	border-top: 1px solid var(--dseo-line);
}

.content .dseo ul li,
.content .dseo ul.dseo__list li,
.content .dseo__list li,
.content .dseo__list li.dseo__item {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	border-bottom: 1px solid var(--dseo-line);
	border-radius: 0;
	background: transparent;
	list-style: none !important;
}

.content .dseo ul li::before,
.content .dseo ul li:before,
.content .dseo ul.dseo__list li::before,
.content .dseo ul.dseo__list li:before,
.content .dseo__list li::before,
.content .dseo__list li:before,
.content .dseo__list li.dseo__item::before,
.content .dseo__list li.dseo__item:before {
	content: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	background: none !important;
}

.dseo__details {
	position: relative;
	padding: 1.25rem 0 1.25rem 1rem;
}

.dseo__details::after {
	content: "";
	position: absolute;
	top: 1.35rem;
	left: 0;
	width: 3px;
	height: 1.15rem;
	background: var(--dseo-muted);
}

.dseo__details[data-status="passed"]::after {
	background: var(--dseo-green);
}

.dseo__details[data-status="info"]::after {
	background: var(--dseo-muted);
}

.dseo__details[data-status="warning"]::after {
	background: var(--dseo-orange);
}

.dseo__details[data-status="failed"]::after {
	background: var(--dseo-red);
}

.dseo__item-head {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.75rem;
	align-items: baseline;
	cursor: pointer;
	list-style: none;
}

.dseo__item-head::-webkit-details-marker {
	display: none;
}

.dseo__item-head::marker {
	content: "";
}

.dseo__item-title,
.content .dseo h3.dseo__item-title {
	margin: 0;
	padding-right: 1.5rem;
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--dseo-blue);
}

.dseo__details[data-status="failed"] .dseo__item-title {
	color: var(--dseo-red);
}

.dseo__item-head::after {
	content: "";
	position: absolute;
	top: 1.55rem;
	right: 0;
	width: 0.45rem;
	height: 0.45rem;
	border-right: 1.5px solid var(--dseo-muted);
	border-bottom: 1.5px solid var(--dseo-muted);
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.dseo__details[open] .dseo__item-head::after {
	top: 1.7rem;
	transform: rotate(225deg);
}

.dseo__badge {
	display: inline-block;
	min-width: 1.25rem;
	padding: 0;
	border-radius: 0;
	background: none;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: none;
	color: var(--dseo-muted);
}

.dseo__details[data-status="passed"] .dseo__badge {
	color: var(--dseo-green);
}

.dseo__details[data-status="warning"] .dseo__badge {
	color: var(--dseo-orange);
}

.dseo__details[data-status="failed"] .dseo__badge {
	color: var(--dseo-red);
}

.dseo__details[data-status="info"] .dseo__badge {
	color: var(--dseo-muted);
}

.dseo__item-body {
	margin-top: 0.75rem;
}

.dseo__item-desc,
.content .dseo p.dseo__item-desc,
.content .dseo__item p {
	margin: 0;
	max-width: 64ch;
	color: #3b4252;
	font-size: 0.96875rem;
	font-weight: 300;
	line-height: 1.5;
}

.dseo__value,
.content .dseo p.dseo__value {
	margin: 0.75rem 0 0;
	padding: 0.75rem 0.9rem;
	max-width: 64ch;
	background: #f6f7f9;
	color: var(--dseo-blue);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.45;
	word-break: break-word;
}

.dseo__values {
	margin: 0.75rem 0 0 !important;
	padding: 0.75rem 0.9rem 0.75rem 1.4rem !important;
	max-width: 64ch;
	background: #f6f7f9;
	border: 0 !important;
}

.content .dseo ul.dseo__values,
.content .dseo .dseo__values {
	display: block !important;
	margin: 0.75rem 0 0 !important;
	padding: 0.75rem 0.9rem 0.75rem 1.4rem !important;
	border: 0 !important;
	list-style: disc !important;
}

.content .dseo ul.dseo__values li,
.content .dseo .dseo__values li {
	margin: 0 0 0.35rem !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: disc !important;
	color: var(--dseo-blue);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.45;
	word-break: break-word;
}

.dseo__details-note,
.content .dseo p.dseo__details-note {
	margin: 0.5rem 0 0;
	color: var(--dseo-muted);
	font-size: 0.8125rem;
	font-weight: 400;
}

.dseo__reco,
.content .dseo p.dseo__reco {
	margin: 0.75rem 0 0;
	max-width: 64ch;
	color: var(--dseo-blue);
	font-size: 0.96875rem;
	font-weight: 400;
	line-height: 1.5;
}

.dseo__cta {
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid var(--dseo-line);
}

.dseo__cta-title,
.content .dseo h2.dseo__cta-title {
	margin: 0 0 0.75rem;
	padding: 0;
	color: var(--dseo-blue);
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.3;
	text-transform: none;
}

.dseo__cta-text,
.content .dseo p.dseo__cta-text {
	margin: 0 0 1.25rem;
	max-width: 54ch;
	color: var(--dseo-blue);
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.4;
}

a.dseo__cta-button,
.content .dseo a.dseo__cta-button,
.content .dseo a.dseo__button.dseo__cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
}

a.dseo__cta-button:hover,
a.dseo__cta-button:focus-visible,
.content .dseo a.dseo__cta-button:hover,
.content .dseo a.dseo__cta-button:focus-visible {
	color: #fff;
	background: var(--dseo-red-dark);
}
