.scm-skm-form-wrap,
.scm-skm-panel {
	box-sizing: border-box;
}

body.scm-skm-survey-page .elementor-location-header,
body.scm-skm-survey-page .site-header,
body.scm-skm-survey-page #masthead,
body.scm-skm-survey-page .main-header-bar,
body.scm-skm-survey-page .ast-primary-header-bar,
body.scm-skm-survey-page .top-bar,
body.scm-skm-survey-page .topbar,
body.scm-skm-survey-page .navbar,
body.scm-skm-survey-page .entry-header,
body.scm-skm-survey-page .page-header,
body.scm-skm-survey-page .entry-title,
body.scm-skm-survey-page .page-title {
	display: none !important;
}

body.scm-skm-survey-page {
	background: #f8fafc;
}

.scm-skm-simple-header {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	max-width: 860px;
	margin: 20px auto 22px;
	padding: 14px 18px;
	border: 1px solid #d9e2ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}

.scm-skm-simple-header-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	max-width: 100%;
	color: #06436b;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.scm-skm-simple-header-logo:hover,
.scm-skm-simple-header-logo:focus {
	color: #06436b;
	text-decoration: none;
}

.scm-skm-simple-header-logo img {
	display: block;
	width: auto;
	max-width: min(260px, 100%);
	max-height: 54px;
	object-fit: contain;
}

.scm-skm-simple-header-title {
	display: block;
	color: #06436b;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0;
}

.scm-skm-simple-header-text {
	display: block;
	font-size: 18px;
	letter-spacing: 0;
}

.scm-skm-form-wrap {
	max-width: 860px;
	margin: 0 auto;
	color: #122033;
	font-size: 16px;
	line-height: 1.55;
}

.scm-skm-panel {
	margin: 0 0 16px;
	padding: 22px 24px;
	border: 1px solid #d9e2ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

.scm-skm-panel h2,
.scm-skm-panel h3 {
	margin-top: 0;
	margin-bottom: 12px;
	letter-spacing: 0;
	color: #06436b;
	line-height: 1.18;
}

.scm-skm-panel h2 {
	font-size: 32px;
}

.scm-skm-panel h3 {
	font-size: 24px;
}

.scm-skm-intro {
	padding-top: 26px;
	padding-bottom: 26px;
	border-left: 5px solid #064b73;
}

.scm-skm-intro h2 {
	font-size: 30px;
}

.scm-skm-description {
	color: #42526a;
	font-size: 15px;
}

.scm-skm-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.scm-skm-fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.scm-skm-form label,
.scm-skm-question legend,
.scm-skm-fieldset legend {
	display: block;
	font-weight: 700;
	color: #0f2f4c;
	font-size: 15px;
}

.scm-skm-form input,
.scm-skm-form select,
.scm-skm-form textarea {
	width: 100%;
	max-width: 100%;
	min-height: 46px;
	margin-top: 7px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	padding: 10px 13px;
	background-color: #fff;
	color: #122033;
	box-shadow: none;
	font: inherit;
}

.scm-skm-form select {
	-webkit-appearance: menulist;
	appearance: menulist;
	height: 46px;
	line-height: 1.2;
	padding-right: 38px;
	background-color: #fff;
	color: #122033;
}

.scm-skm-form select option {
	background: #fff;
	color: #122033;
}

.scm-skm-choice-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 7px;
}

.scm-skm-choice-option {
	display: flex !important;
	align-items: center;
	gap: 9px;
	min-height: 46px;
	margin: 0;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	padding: 10px 12px;
	background: #fff;
	color: #122033;
	font-weight: 700;
	cursor: pointer;
}

.scm-skm-choice-option input[type="radio"] {
	flex: 0 0 auto;
	width: 18px;
	max-width: 18px;
	min-height: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	accent-color: #064b73;
	box-shadow: none;
}

.scm-skm-choice-option span {
	color: #122033;
	line-height: 1.25;
}

.scm-skm-choice-option input[type="radio"]:checked + span {
	color: #06436b;
}

.scm-skm-form input:focus,
.scm-skm-form select:focus,
.scm-skm-form textarea:focus {
	border-color: #0b6fa4;
	outline: 2px solid rgba(11, 111, 164, .18);
	outline-offset: 1px;
}

.scm-skm-question {
	padding: 16px 0;
	border-top: 1px solid #e6edf5;
}

.scm-skm-question:first-of-type {
	border-top: 0;
}

.scm-skm-question fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.scm-skm-help {
	margin: 6px 0 10px;
	color: #64748b;
}

.scm-skm-options {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.scm-skm-options label {
	padding: 12px;
	border: 1px solid #d9e2ee;
	border-radius: 8px;
	background: #f8fafc;
	font-weight: 600;
}

.scm-skm-options input {
	width: auto;
	margin-right: 6px;
}

.scm-skm-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.scm-skm-consent label {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-weight: 600;
}

.scm-skm-consent input {
	width: auto;
	margin-top: 3px;
}

.scm-skm-errors {
	margin: 12px 0;
	padding: 12px 14px;
	border-left: 4px solid #b91c1c;
	background: #fef2f2;
	color: #7f1d1d;
}

.scm-skm-actions,
.scm-skm-step-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.scm-skm-submit,
.scm-skm-next,
.scm-skm-prev {
	border: 0;
	border-radius: 6px;
	padding: 12px 20px;
	background: #064b73;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.scm-skm-prev {
	background: #475569;
}

.scm-skm-submit:disabled,
.scm-skm-next:disabled,
.scm-skm-prev:disabled {
	opacity: .6;
	cursor: not-allowed;
}

.scm-skm-success {
	border-color: #bbf7d0;
	background: #f0fdf4;
}

.scm-skm-result {
	display: inline-flex;
	flex-direction: column;
	gap: 6px;
	padding: 18px;
	border: 1px solid #d9e2ee;
	border-radius: 8px;
	background: #fff;
}

.scm-skm-result-score span {
	display: block;
	font-size: 42px;
	line-height: 1;
	font-weight: 800;
	color: #064b73;
}

@media (max-width: 720px) {
	.scm-skm-simple-header {
		margin: 12px 14px 16px;
		padding: 12px 14px;
	}

	.scm-skm-simple-header-logo img {
		max-height: 46px;
	}

	.scm-skm-simple-header-logo {
		flex-wrap: wrap;
		text-align: center;
	}

	.scm-skm-simple-header-title {
		font-size: 17px;
	}

	.scm-skm-grid,
	.scm-skm-choice-row,
	.scm-skm-options {
		grid-template-columns: 1fr;
	}

	.scm-skm-panel {
		padding: 16px;
	}

	.scm-skm-panel h2,
	.scm-skm-intro h2 {
		font-size: 24px;
	}

	.scm-skm-panel h3 {
		font-size: 21px;
	}
}
