﻿/* BunnyPress layout: full-width main, no theme sidebar gap */
body.yws-speed-check-page .inbody{
	padding-top:0 !important;
}

body.yws-speed-check-page .contents.yws-speed-check-page,
body.page-template-template-speed-check .contents {
	box-shadow: none;
    background: none;
	padding-top:0 !important;
	padding-left:15px !important;
	padding-right:15px !important;	
}

/* ==========================================================================
   Landing page (mockup v2)
   ========================================================================== */
html:has(body.yws-speed-check-page) {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html:has(body.yws-speed-check-page) {
		scroll-behavior: auto;
	}
}

#yws-speed-check-form-anchor {
	scroll-margin-top: 24px;
}

.yws-speed-check-app {
	--yws-blue: #1d4ed8;
	--yws-blue-dark: #1e40af;
	--yws-blue-light: #eff6ff;
	--yws-blue-mid: #dbeafe;
	--yws-green-dark: #080;
	--yws-green: #0c6;
	--yws-green-light: #ecfdf3;
	--yws-green-mid: #bbf7d0;
	--yws-text: #0f172a;
	--yws-muted: #172333;
	--yws-border: #e2e8f0;
	--yws-card-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
	color: var(--yws-text) !important;
	line-height: 1.6;
}

.yws-speed-check-app h1,
.yws-speed-check-app h2,
.yws-speed-check-app h3,
.yws-speed-check-app h4,
.yws-speed-check-app h5,
.yws-speed-check-app h6 {
	color: var(--yws-text) !important;
	font-weight: 700 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
}

.yws-speed-check-app ul,
.yws-speed-check-app ol {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.yws-speed-check-app table {
	border-collapse: collapse !important;
	width: 100% !important;
}

.yws-speed-check-app a:hover {
	text-decoration: underline !important;
}

/* FV */
.yws-speed-check-fv {
	width: 100vw;
    margin: 0 calc(50% - 50vw) 40px !important;
	padding: 32px 0 0 !important;
	background: linear-gradient(180deg, #eff6ff 0%, #f8fafc 55%, #f9f9f9 100%) !important;
}

.yws-speed-check-fv__inner {
	max-width: 1200px;
    margin: 0 auto -60px;
	padding:0 5%;
	display: grid !important;
	grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.95fr) !important;
	gap: 20px 32px !important;
	align-items: center !important;
	position: relative;
}

.yws-speed-check-fv__eyebrow {
	margin: 0 0 14px !important;
}

.yws-speed-check-fv__eyebrow-badge {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 999px;
	background: var(--yws-blue-light);
	border: 1px solid var(--yws-blue-mid);
	font-size: 13px;
	font-weight: 700;
	color: var(--yws-blue);
	line-height: 1.4;
}

h1.yws-speed-check-fv__title {
	font-size: clamp(28px, 7.5vw, 52px) !important;
    white-space: nowrap;
    text-align: center;
    overflow: visible!important;
	margin-bottom: .3em !important;
}

.yws-speed-check-fv__lead {
	font-size: 16px !important;
	color: var(--yws-muted) !important;
}


.yws-speed-check-fv__visual {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.yws-speed-check-fv__image {
	display: block !important;
	width: 100% !important;
	max-width: 420px !important;
	height: auto !important;
}

/* Form card */
.yws-speed-check-form-card {
	max-width: 1140px;
	margin: 0 auto 120px!important;
	padding: 24px 35px 20px !important;
	border-radius: 16px !important;
	background: #f0f4fb !important;
	border: 1px solid var(--yws-border) !important;
	box-shadow: var(--yws-card-shadow) !important;
	transform: translateY(90px) !important;
}

.yws-speed-check-form-card__head {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 10px 16px !important;
	margin-bottom: 14px !important;
}

.yws-speed-check-label {
	display: block !important;
	margin: 0 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	color: var(--yws-text) !important;
}

.yws-speed-check-form-badges {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
}

.yws-speed-check-form-badges li {
	padding: 4px 10px !important;
	border-radius: 999px !important;
	background: var(--yws-green-light) !important;
	border: 1px solid var(--yws-green-mid) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: var(--yws-green-dark) !important;
}

.yws-speed-check-form-row {
	display: flex !important;
	align-items: center !important;
	gap: 0 !important;
	margin-bottom: 14px !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 10px !important;
	background: #fff !important;
	overflow: hidden !important;
}

.yws-speed-check-input-icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-shrink: 0 !important;
	width: 44px !important;
	color: #94a3b8 !important;
}

.yws-speed-check-input {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	padding: 17px 16px 17px 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	font-size: 17px !important;
	color: var(--yws-text) !important;
	box-shadow: none !important;
}

.yws-speed-check-input:focus {
	outline: none !important;
}

.yws-speed-check-submit {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	width: 100% !important;
	padding: 15px 20px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: var(--yws-blue) !important;
	color: #fff !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	box-shadow: 0 4px 14px rgba(29, 78, 216, 0.28) !important;
}

.yws-speed-check-submit:hover {
	background: var(--yws-blue-dark) !important;
}

.yws-speed-check-submit__arrow {
	font-size: 18px !important;
	line-height: 1 !important;
}

.yws-speed-check-intro {
	margin-top: 12px !important;
	font-size: 13px !important;
	color: var(--yws-muted) !important;
	text-align: center !important;
}

/* Sections (below FV) */
.yws-speed-check-landing {
	display: flex !important;
	flex-direction: column !important;
	gap: 90px !important;
    padding: 50px 0 50px !important;
}

.yws-speed-check-about__body,.yws-speed-check-compare-note{
	max-width: 880px;
	margin: 0 auto;
	font-size: 15px;
	color: var(--yws-muted);
}

.yws-speed-check-section {
	margin: 0 !important;
	padding: 0 !important;
}

h2.yws-speed-check-section-title {
	margin: 0 0 25px !important;
	font-size: clamp(20px, 2.8vw, 25px) !important;
	font-weight: 700 !important;
	text-align: center !important;
	letter-spacing: 0.01em !important;
}

.yws-speed-check-section-title-sub {
	display: block !important;
	margin-top: 6px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: var(--yws-muted) !important;
}

/* Compare panels */
.yws-speed-check-compare-panels {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) !important;
	gap: 16px !important;
	align-items: stretch !important;
	margin: 0 auto !important;
}

.yws-speed-check-compare-note {
	margin: 24px auto 0;
}

.yws-speed-check-compare-panel {
	overflow: hidden !important;
	border-radius: 16px !important;
	background: #fff !important;
	border: 1px solid #d1d5db !important;
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05) !important;
}

.yws-speed-check-compare-panel--psi {
	border-color: #d1d5db !important;
}

.yws-speed-check-compare-panel--tool {
	border: 2px solid #60a5fa !important;
	box-shadow: 0 8px 28px rgba(29, 78, 216, 0.12) !important;
}

h3.yws-speed-check-compare-panel__title {
	margin: 0 !important;
	padding: 14px 16px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	text-align: center !important;
	border-bottom: 1px solid var(--yws-border) !important;
}

.yws-speed-check-compare-panel--psi .yws-speed-check-compare-panel__title {
	background: #f1f5f9 !important;
	color: #64748b !important;
	border-bottom-color: #e2e8f0 !important;
}

.yws-speed-check-compare-panel--tool .yws-speed-check-compare-panel__title {
	background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%) !important;
	color: var(--yws-blue) !important;
	border-bottom-color: #bfdbfe !important;
}

.yws-speed-check-compare-list {
	padding: 6px 0 !important;
}

.yws-speed-check-compare-list li {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	padding: 14px 18px !important;
	font-size: 15px !important;
	color: var(--yws-muted) !important;
	border-bottom: 1px solid #f1f5f9 !important;
}

.yws-speed-check-compare-list li:last-child {
	border-bottom: 0 !important;
}

.yws-speed-check-compare-list__icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 32px !important;
	height: 32px !important;
	border-radius: 999px !important;
	flex-shrink: 0 !important;
	margin-top: 1px !important;
}

.yws-speed-check-compare-list--bad .yws-speed-check-compare-list__icon {
	background: #f1f5f9 !important;
	color: #94a3b8 !important;
}

.yws-speed-check-compare-list--good .yws-speed-check-compare-list__icon {
	background: var(--yws-green-dark) !important;
	color: #fff !important;
}

.yws-speed-check-compare-list__text {
	flex: 1 !important;
	min-width: 0 !important;
}

.yws-speed-check-compare-list--good .yws-speed-check-compare-list__text {
	color: var(--yws-text) !important;
}

.yws-speed-check-compare-list--good strong {
	color: var(--yws-blue) !important;
	font-weight: 700 !important;
}

.yws-speed-check-compare-arrow {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 32px !important;
	height: 32px !important;
	margin: auto 0 !important;
	flex-shrink: 0 !important;
	color: var(--yws-blue) !important;
}

.yws-speed-check-compare-arrow svg {
	display: block !important;
	fill: currentColor !important;
}

/* Benefits */
ul.yws-speed-check-benefits {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 20px !important;
	margin: 0 auto !important;
}

.yws-speed-check-benefit {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	text-align: center !important;
	padding: 28px 22px 24px !important;
	border-radius: 16px !important;
	background: #fff !important;
	border: 1px solid var(--yws-border) !important;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05) !important;
}

.yws-speed-check-benefit__icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 56px !important;
	height: 56px !important;
	margin-bottom: 16px !important;
	border-radius: 14px !important;
	background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%) !important;
	color: var(--yws-blue) !important;
}

h3.yws-speed-check-benefit__title {
	margin: 0 0 10px !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	color: var(--yws-blue) !important;
}

.yws-speed-check-benefit p {
	font-size: 14px !important;
	color: var(--yws-muted) !important;
}

/* Author */
.yws-speed-check-author-card {
	display: grid !important;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) !important;
	gap: 24px !important;
	padding: 28px !important;
	border-radius: 18px !important;
	background: #fff !important;
	border: 1px solid var(--yws-border) !important;
	box-shadow: var(--yws-card-shadow) !important;
	margin: 0 auto !important;
}

.yws-speed-check-author-card__bio {
	display: flex !important;
	gap: 18px !important;
	align-items: flex-start !important;
}

.yws-speed-check-author-card__avatar {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 80px !important;
	height: 80px !important;
	border-radius: 999px !important;
	flex-shrink: 0 !important;
	overflow: hidden !important;
	background: #f8fafc !important;
	border: 2px solid var(--yws-border) !important;
}

.yws-speed-check-author-card__avatar img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.yws-speed-check-author-card__avatar svg {
	display: block !important;
	width: 100% !important;
	height: auto !important;
}

.yws-speed-check-author-card__body p {
	font-size: 15px !important;
	color: var(--yws-muted) !important;
}

.yws-speed-check-author-card__body strong {
	color: var(--yws-text) !important;
	font-weight: 700 !important;
}

.yws-speed-check-author-card__link {
	margin: 0 !important;
}

.yws-speed-check-author-card__link a {
	font-weight: 700 !important;
	font-size: 15px !important;
}

.yws-speed-check-author-stats {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 12px !important;
	align-items: stretch !important;
}

.yws-speed-check-author-stat {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: flex-start !important;
	min-height: 196px !important;
	padding: 22px 14px 18px !important;
	border-radius: 16px !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	background: #121212 !important;
	text-align: center !important;
	overflow: hidden !important;
}

.yws-speed-check-author-stat::before {
	content: "" !important;
	position: absolute !important;
	top: -28px !important;
	left: 50% !important;
	width: 120px !important;
	height: 120px !important;
	transform: translateX(-50%) !important;
	border-radius: 999px !important;
	pointer-events: none !important;
}

.yws-speed-check-author-stat--track {
	background: linear-gradient(180deg, #1a2f52 0%, #121212 72%) !important;
}

.yws-speed-check-author-stat--track::before {
	background: radial-gradient(circle, rgba(59, 130, 246, 0.38) 0%, rgba(59, 130, 246, 0) 72%) !important;
}

.yws-speed-check-author-stat--coconala {
	background: #161616 !important;
}

.yws-speed-check-author-stat--coconala::before {
	display: none !important;
}

.yws-speed-check-author-stat--score {
	background: linear-gradient(180deg, #152238 0%, #121212 68%) !important;
}

.yws-speed-check-author-stat--score::before {
	background: radial-gradient(circle, rgba(96, 165, 250, 0.42) 0%, rgba(59, 130, 246, 0) 72%) !important;
}

.yws-speed-check-author-stat__icon {
	position: relative !important;
	z-index: 1 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-shrink: 0 !important;
	width: 48px !important;
	height: 48px !important;
	margin-bottom: 12px !important;
	border-radius: 999px !important;
	background: rgba(15, 23, 42, 0.35) !important;
	border: 1.5px solid rgba(255, 255, 255, 0.28) !important;
	color: #fff !important;
	box-shadow: 0 0 22px rgba(59, 130, 246, 0.35) !important;
}

.yws-speed-check-author-stat__icon svg {
	display: block !important;
	width: 28px !important;
	height: 28px !important;
	flex-shrink: 0 !important;
}

.yws-speed-check-author-stat__icon--gold {
	color: #fbbf24 !important;
	border-color: rgba(251, 191, 36, 0.55) !important;
	background: rgba(28, 22, 8, 0.55) !important;
	box-shadow: 0 0 22px rgba(251, 191, 36, 0.28) !important;
}

.yws-speed-check-author-stat__icon--score {
	border-color: rgba(96, 165, 250, 0.55) !important;
	box-shadow: 0 0 26px rgba(59, 130, 246, 0.5) !important;
}

.yws-speed-check-author-stat__heading {
	position: relative !important;
	z-index: 1 !important;
	display: block !important;
	margin-bottom: 8px !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
	color: #94a3b8 !important;
}

.yws-speed-check-author-stat--score .yws-speed-check-author-stat__heading {
	color: #e2e8f0 !important;
}

.yws-speed-check-author-stat__value {
	position: relative !important;
	z-index: 1 !important;
	display: block !important;
	margin-bottom: 2px !important;
	font-size: clamp(18px, 2.2vw, 22px) !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	color: #fff !important;
}

.yws-speed-check-author-stat__value--gold {
	color: #fbbf24 !important;
}

.yws-speed-check-author-stat__note {
	position: relative !important;
	z-index: 1 !important;
	display: block !important;
	margin-bottom: 0 !important;
	font-size: 12px !important;
	line-height: 1.45 !important;
	color: #94a3b8 !important;
}

.yws-speed-check-author-stat__note--light {
	color: #e2e8f0 !important;
	font-weight: 700 !important;
}

.yws-speed-check-author-stat__score-line {
	position: relative !important;
	z-index: 1 !important;
	display: block !important;
}

.yws-speed-check-author-stat__badge {
	position: relative !important;
	z-index: 1 !important;
	display: inline-block !important;
	margin-top: auto !important;
	padding: 5px 12px !important;
	border-radius: 999px !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	color: #cbd5e1 !important;
	background: rgba(51, 65, 85, 0.85) !important;
}

.yws-speed-check-author-stat__badge--gold {
	color: #1c1917 !important;
	background: linear-gradient(180deg, #fbbf24 0%, #d97706 100%) !important;
}

.yws-speed-check-author-stat__badge--outline {
	color: #60a5fa !important;
	background: transparent !important;
	border: 1px solid rgba(96, 165, 250, 0.65) !important;
}

/* FAQ */
.yws-speed-check-faq-grid {
	display: flex !important;
	flex-direction: column !important;
	gap: 15px !important;
	margin: 0 auto !important;
}

.yws-speed-check-legal-section .yws-speed-check-faq-grid {
	margin-top: 0;
}

.yws-speed-check-faq-item {
	border: 1px solid var(--yws-border) !important;
	border-radius: 14px !important;
	background: #fff !important;
	overflow: hidden !important;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04) !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.yws-speed-check-faq-item[open] {
	border-color: #bfdbfe !important;
	box-shadow: 0 4px 16px rgba(29, 78, 216, 0.08) !important;
}

.yws-speed-check-faq-item summary {
	padding: 17px 44px 17px 18px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	color: var(--yws-text) !important;
	cursor: pointer !important;
	list-style: none !important;
	position: relative !important;
	display: flex !important;
	align-items: center !important;
}

.yws-speed-check-faq-item summary::-webkit-details-marker {
	display: none !important;
}

.yws-speed-check-faq-item summary::after {
	content: '' !important;
	position: absolute !important;
	right: 18px !important;
	top: 50% !important;
	width: 9px !important;
	height: 9px !important;
	margin-top: -0.560px !important;
	border-right: 2px solid var(--yws-blue) !important;
	border-bottom: 2px solid var(--yws-blue) !important;
	transform: rotate(45deg) !important;
	transition: transform 0.2s ease, margin-top 0.2s ease !important;
}

.yws-speed-check-faq-item[open] summary::after {
	transform: rotate(-135deg) !important;
	margin-top: -0.16px !important;
}

.yws-speed-check-faq-item p,
.yws-speed-check-faq-item .yws-speed-check-legal-body {
	margin: 0 !important;
	padding: 0 18px 18px !important;
	font-size: 14px !important;
	color: var(--yws-muted) !important;
	border-top: 1px solid #f1f5f9 !important;
	padding-top: 14px !important;
}

.yws-speed-check-legal-body h3 {
	margin: 12px 0 6px !important;
	font-size: 14px !important;
}

.yws-speed-check-legal-body ul {
	margin: 0 0 26px 18px !important;
	padding-left: 18px !important;
	list-style: disc !important;
}

.yws-speed-check-legal-body li {
	margin: 0 0 6px !important;
	font-size: 14px !important;
	color: var(--yws-muted) !important;
	list-style: disc !important;
}

/* Bottom CTA */
.yws-speed-check-bottom-cta {
	display: grid !important;
	grid-template-columns: auto minmax(0, 1fr) auto !important;
	gap: 16px 24px !important;
	align-items: center !important;
	padding: 26px 32px !important;
	border-radius: 18px !important;
	background: linear-gradient(90deg, #eff6ff 0%, #f0f9ff 50%, #f8fafc 100%) !important;
	border: 1px solid #bfdbfe !important;
	box-shadow: 0 6px 24px rgba(29, 78, 216, 0.08) !important;
	margin: 0 auto !important;
}

.yws-speed-check-bottom-cta__icon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 52px !important;
	height: 52px !important;
	border-radius: 12px !important;
	background: #fff !important;
	color: var(--yws-blue) !important;
	flex-shrink: 0 !important;
	box-shadow: 0 2px 8px rgba(29, 78, 216, 0.12) !important;
}

.yws-speed-check-bottom-cta__title {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: var(--yws-text) !important;
}

.yws-speed-check-bottom-cta__text {
	margin: 0 !important;
	font-size: 14px !important;
	color: var(--yws-muted) !important;
}

.yws-speed-check-bottom-cta__button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	padding: 14px 24px !important;
	border: 0 !important;
	border-radius: 12px !important;
	background: var(--yws-blue) !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	white-space: nowrap !important;
	box-shadow: 0 4px 14px rgba(29, 78, 216, 0.35) !important;
	transition: background 0.2s ease, transform 0.15s ease !important;
}

.yws-speed-check-bottom-cta__button:hover {
	background: var(--yws-blue-dark) !important;
	transform: translateY(-1px) !important;
}

.yws-speed-check-bottom-cta__button-arrow {
	font-size: 17px !important;
	line-height: 1 !important;
}

/* Feedback */
.yws-speed-check-feedback__body {
	max-width: 720px;
	margin: 0 auto 20px;
	font-size: 14px;
	color: var(--yws-muted);
	text-align: center;
}

.yws-speed-check-feedback-form {
	max-width: 640px;
	margin: 0 auto;
}

.yws-speed-check-feedback-form__label {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.yws-speed-check-feedback-form__textarea {
	display: block !important;
	width:calc(100% - 34px) !important;
	min-height: 140px !important;
	padding: 14px 16px !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 12px !important;
	background: #fff !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
	color: var(--yws-text) !important;
	resize: vertical !important;
	box-shadow: none !important;
}

.yws-speed-check-feedback-form__textarea:focus {
	outline: none !important;
	border-color: var(--yws-blue) !important;
	box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.12) !important;
}

.yws-speed-check-feedback-form__hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.yws-speed-check-feedback-form__status {
	margin: 0 !important;
	font-size: 14px !important;
	color: var(--yws-muted) !important;
	text-align: center;
}

.yws-speed-check-feedback-form__status:empty {
	display: none !important;
}

.yws-speed-check-feedback-form__status:not(:empty) {
	margin-top: 10px !important;
}

.yws-speed-check-feedback-form__status.is-error {
	color: #b91c1c !important;
}

.yws-speed-check-feedback-form__status.is-success {
	color: var(--yws-green-dark) !important;
}

.yws-speed-check-feedback-form__submit {
	display: block !important;
	width: 100% !important;
	margin-top: 12px !important;
	padding: 14px 20px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: var(--yws-blue) !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	box-shadow: 0 4px 14px rgba(29, 78, 216, 0.24) !important;
}

.yws-speed-check-feedback-form__submit:hover {
	background: var(--yws-blue-dark) !important;
}

.yws-speed-check-feedback-form__submit:disabled {
	opacity: 0.65 !important;
	cursor: not-allowed !important;
}

.yws-speed-check-submit:disabled {
	opacity: 0.6 !important;
	cursor: not-allowed !important;
}

@media (max-width: 960px) {
	.yws-speed-check-fv__eyebrow {
		margin: 0 0 3px !important;
	}
	.yws-speed-check-fv__inner {
		grid-template-columns: 1fr !important;
	}

	.yws-speed-check-compare-panels {
		grid-template-columns: 1fr !important;
		max-width: 100% !important;
	}

	.yws-speed-check-compare-arrow {
		margin: 0 auto !important;
		transform: rotate(90deg) !important;
	}

	ul.yws-speed-check-benefits,
	.yws-speed-check-faq-grid {
		grid-template-columns: 1fr !important;
		max-width: 100% !important;
	}

	.yws-speed-check-author-card {
		grid-template-columns: 1fr !important;
		max-width: 100% !important;
	}

	.yws-speed-check-author-stats {
		grid-template-columns: 1fr !important;
	}

	.yws-speed-check-bottom-cta {
		grid-template-columns: 1fr !important;
		text-align: center !important;
		max-width: 100% !important;
	}

	.yws-speed-check-bottom-cta__icon {
		margin: 0 auto !important;
	}

	.yws-speed-check-bottom-cta__button {
		width: 100% !important;
	}
}

@media (max-width: 768px) {
	.yws-speed-check-fv__image{
		opacity: .1;
    	position: absolute;
    	top: 9em !important;
		right:-15% !important;
	}
	.yws-speed-check-author-card__bio {
		flex-direction: column !important;
		align-items: center !important;
		gap: 14px !important;
	}

	.yws-speed-check-author-stats {
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}

	.yws-speed-check-author-stat {
		height: auto !important;
		min-height: 165px !important;
		max-height: none !important;
		padding: 22px 14px 18px !important;
	}

	.yws-speed-check-author-stat--score .yws-speed-check-author-stat__br-desktop {
		display: none !important;
	}

	.yws-speed-check-author-stat--score .yws-speed-check-author-stat__score-line {
		display: block !important;
		white-space: nowrap !important;
	}

	.yws-speed-check-author-stat--score .yws-speed-check-author-stat__score-line .yws-speed-check-author-stat__value,
	.yws-speed-check-author-stat--score .yws-speed-check-author-stat__score-line .yws-speed-check-author-stat__note {
		display: inline !important;
		margin-bottom: 0 !important;
	}
}

@media (max-width: 640px) {
	.yws-speed-check-landing {
		gap: 48px !important;
	}
	.yws-speed-check-fv__lead,.yws-speed-check-faq-item summary,.yws-speed-check-feedback__body{
		font-size: 14px !important;
	}
}

@media (max-width: 768px) {
	.yws-speed-check-fv {
		padding: 20px 0 0 !important;
	}

	.yws-speed-check-form-card {
		padding: 18px 16px 16px !important;
		margin: 0 20px !important;
		transform: translateY(50px) !important;
	}

	.yws-speed-check-form-card__head {
		flex-direction: column !important;
		align-items: flex-start !important;
	}
	.yws-speed-check-form-badges li{
		padding: 2px 10px !important;
		font-size: 12px !important;
	}
}

/* Loading */
.yws-speed-check-status.is-loading {
	background: #f8f9fa;
	border-color: #dadce0;
	color: #202124;
	padding: 0;
}

.yws-speed-check-loading {
	width: 100%;
	line-height: 1.6;
}

.yws-speed-check-loading-card {
	padding: 20px 24px 24px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(60, 64, 67, 0.12);
}

.yws-speed-check-loading-main {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 16px 20px;
	align-items: center;
	margin-bottom: 14px;
}

.yws-speed-check-loading-progress-block {
	position: relative;
	margin: 0 0 16px;
}

.yws-speed-check-loading-track {
	position: absolute;
	top: 9px;
	left: 12.5%;
	right: 12.5%;
	height: 4px;
	border-radius: 999px;
	background: #e8eaed;
	overflow: hidden;
	z-index: 0;
}

.yws-speed-check-loading-track-fill {
	display: block;
	height: 100%;
	width: 0;
	border-radius: inherit;
	background: linear-gradient(90deg, #1a73e8, #4a90e8);
	transition: width 0.35s ease;
}

.yws-speed-check-loading-progress {
	position: relative;
	width: 144px;
	height: 144px;
	flex-shrink: 0;
}

.yws-speed-check-loading-progress-ring {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: conic-gradient(#1a73e8 0deg, #e8eaed 0deg);
}

.yws-speed-check-loading-progress-ring::after {
	content: '';
	position: absolute;
	inset: 12px;
	border-radius: 50%;
	background: #fff;
}

.yws-speed-check-loading-progress-value {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 500;
	color: #1a73e8;
}

.yws-speed-check-loading-copy {
	min-width: 0;
}

.yws-speed-check-loading-message {
	margin: 0 0 6px;
	font-size: 17px;
	font-weight: 500;
}

.yws-speed-check-loading-hint,
.yws-speed-check-elapsed {
	margin: 0;
	font-size: 14px;
	color: #5f6368;
}

.yws-speed-check-elapsed {
	margin-top: 6px;
}

.yws-speed-check-elapsed strong {
	font-size: 16px;
	color: #1a73e8;
}

.yws-speed-check-loading-illustration {
	width:100%;
	max-width: 300px;
	object-fit: contain;
	justify-self: end;
}

.yws-speed-check-loading-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
}

.yws-speed-check-loading-step {
	position: relative;
	padding-top: 22px;
	text-align: center;
}

.yws-speed-check-loading-step-marker {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 18px;
	height: 18px;
	border: 2px solid #dadce0;
	border-radius: 50%;
	background: #fff;
	z-index: 1;
}

.yws-speed-check-loading-step.is-active .yws-speed-check-loading-step-marker {
	border-color: #1a73e8;
	box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.15);
}

.yws-speed-check-loading-step.is-active .yws-speed-check-loading-step-marker::after {
	content: '';
	position: absolute;
	inset: 3px;
	border-radius: 50%;
	background: #1a73e8;
	animation: yws-speed-check-pulse 1.2s ease-in-out infinite;
}

.yws-speed-check-loading-step.is-done .yws-speed-check-loading-step-marker {
	border-color: #1a73e8;
	background: #1a73e8;
}

.yws-speed-check-loading-step.is-done .yws-speed-check-loading-step-marker::after {
	content: '\2713';
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	animation: none;
}

@keyframes yws-speed-check-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.45; }
}

.yws-speed-check-loading-step-label {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #3c4043;
}

.yws-speed-check-loading-step-sub {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	color: #5f6368;
}

.yws-speed-check-loading-step:not(.is-active):not(.is-done) .yws-speed-check-loading-step-label,
.yws-speed-check-loading-step:not(.is-active):not(.is-done) .yws-speed-check-loading-step-sub {
	color: #9aa0a6;
}

.yws-speed-check-loading-tip {
	display: flex;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 6px;
	background: #fef7e0;
	border: 1px solid #fdd663;
}

.yws-speed-check-loading-tip-icon {
	flex-shrink: 0;
	font-size: 18px;
}

.yws-speed-check-loading-tip-title {
	margin: 0 0 3px;
	padding:0;
	font-size: 14px;
	font-weight: 500;
	color: #3c4043;
}

.yws-speed-check-loading-tip-text {
	margin: 0;
	font-size: 14px;
	color: #5f6368;
}

@media (max-width: 700px) {
	.yws-speed-check-loading-main {
		grid-template-columns: auto 1fr;
	}

	.yws-speed-check-loading-illustration {
		display: none;
	}

	.yws-speed-check-loading-steps {
		grid-template-columns: 1fr 1fr;
		row-gap: 16px;
	}
}

.yws-speed-check-loading-head {
	display: flex;
	align-items: center;
	gap: 12px;
}

.yws-speed-check-spinner {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border: 3px solid #dadce0;
	border-top-color: #1a73e8;
	border-radius: 50%;
	animation: yws-speed-check-spin 0.8s linear infinite;
}

@keyframes yws-speed-check-spin {
	to {
		transform: rotate(360deg);
	}
}

.yws-speed-check-status {
	max-width: 1170px;
    margin: 20px auto !important;
	padding: 16px 20px;
	border-radius: 8px;
	background: #f8f9fa;
	border: 1px solid #dadce0;
}

.yws-speed-check-status.is-error {
	background: #fce8e6;
	border-color: #f6aea9;
	color: #c5221f;
}

.yws-speed-check-result {
	margin-top: 24px;
	max-width: 100%;
	min-width: 0;
	overflow: visible;
}

.is-hidden {
	display: none !important;
}
