.squiz {
	max-width: 920px;
	margin: 0 auto 2rem;
	font-family: inherit;
}
.squiz .lq-hidden {
	display: none !important;
}
.squiz .quiz-container {
	max-width: 760px;
	margin: 0 auto;
}
.squiz .progress-wrap {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 0.8rem 1rem;
	margin-bottom: 1rem;
}
.squiz .progress-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.92rem;
	margin-bottom: 0.4rem;
}
.squiz .progress-bar {
	background: #edf2f7;
	height: 8px;
	border-radius: 999px;
	overflow: hidden;
}
.squiz .progress-fill {
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, #0f766e, #14b8a6);
	transition: width 0.25s ease;
}
.squiz .q-card,
.squiz .contact-card,
.squiz .results-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 1.15rem;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
	display: block;
}
.squiz .q-number {
	color: #6b7280;
	font-size: 0.88rem;
	margin-bottom: 0.5rem;
}
.squiz .q-text {
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 0.8rem;
}
.squiz .q-options {
	display: grid;
	gap: 0.55rem;
}
.squiz .q-opt {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	width: 100%;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	padding: 0.62rem 0.75rem;
	text-align: left;
	cursor: pointer;
}
.squiz .q-opt.selected {
	border-color: #0f766e;
	background: #f0fdfa;
}
.squiz .q-opt-letter {
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 999px;
	background: #f3f4f6;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}
.squiz .q-opt-check {
	margin-left: auto;
	opacity: 0;
	color: #0f766e;
	font-weight: 700;
}
.squiz .q-opt.selected .q-opt-check {
	opacity: 1;
}
.squiz .q-nav {
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
	gap: 0.6rem;
}
.squiz .btn-back,
.squiz .btn-next,
.squiz .btn-submit-big {
	border: 0;
	border-radius: 10px;
	padding: 0.65rem 1rem;
	font-weight: 700;
	cursor: pointer;
}
.squiz .btn-back {
	background: #eef2ff;
	color: #312e81;
}
.squiz .btn-next,
.squiz .btn-submit-big {
	background: #d90429;
	color: #fff;
}
.squiz .btn-next[disabled] {
	opacity: 0.55;
	cursor: not-allowed;
}
.squiz .btn-submit-big.lq-btn-loading {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	opacity: 0.95;
	cursor: wait;
}
.squiz .lq-spinner {
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255, 255, 255, 0.45);
	border-top-color: #fff;
	border-radius: 50%;
	animation: squiz-spin 0.75s linear infinite;
}
@keyframes squiz-spin {
	to {
		transform: rotate(360deg);
	}
}
.squiz .cf {
	display: block;
	width: 100%;
	margin: 0.55rem 0;
	padding: 0.62rem 0.7rem;
	border: 1px solid #d1d5db;
	border-radius: 10px;
}
.squiz .lq-field {
	margin-bottom: 0.2rem;
}
.squiz .lq-field-error {
	min-height: 1rem;
	color: #b42318;
	font-size: 0.82rem;
	line-height: 1.2;
	margin-top: -0.2rem;
	margin-bottom: 0.35rem;
}
.squiz .lq-invalid {
	border-color: #b42318 !important;
	background: #fff5f5;
}
.squiz .upload-label {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 13px 16px;
	border: 1.5px dashed #d1d5db;
	border-radius: 8px;
	font-size: 14.5px;
	color: #111827;
	background: #f9fafb;
	cursor: pointer;
	margin: 0.4rem 0 0.9rem;
	font-weight: 600;
}
.squiz .upload-label:hover {
	border-color: #1d4ed8;
}
.squiz .upload-label input {
	display: none;
}
.squiz .score-ring {
	position: relative;
	width: 130px;
	height: 130px;
	margin: 0 auto 0.85rem;
}
.squiz .score-ring-bg {
	fill: none;
	stroke: #e5e7eb;
	stroke-width: 8;
}
.squiz .score-ring-fill {
	fill: none;
	stroke: #16a34a;
	stroke-width: 8;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
	transition: stroke-dashoffset 0.4s ease;
}
.squiz .score-num {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.squiz .score-pct {
	font-size: 1.7rem;
	font-weight: 700;
}
.squiz .score-label {
	font-size: 0.85rem;
	color: #6b7280;
}
.squiz .results-title {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}
.squiz .results-sub {
	text-align: center;
	color: #4b5563;
	margin-top: 0.45rem;
}
.squiz .result-restart {
	margin-top: 1rem;
	text-align: center;
	color: #1d4ed8;
	cursor: pointer;
}
.squiz .squiz-loading {
	margin-top: 0.8rem;
	color: #4b5563;
}
.squiz .squiz-error {
	color: #842029;
	background: #f8d7da;
	padding: 0.75rem;
	border-radius: 8px;
}
