.ucl-preview {
	max-width: 920px;
}

.ucl-intro {
	margin-bottom: 30px;
}

.ucl-panel {
	padding: clamp(22px, 5vw, 44px);
	border: 1px solid rgba(75, 98, 110, .09);
	border-radius: 24px;
	background: #fffefa;
	box-shadow: 0 12px 36px rgba(67, 57, 40, .055);
}

.ucl-diagram {
	display: grid;
	grid-template-columns: minmax(115px, 1fr) minmax(140px, 1.15fr) minmax(115px, 1fr);
	align-items: center;
	gap: 18px;
	max-width: 690px;
	margin: 0 auto 34px;
	color: #315f70;
	text-align: center;
}

.ucl-device {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	font-size: 17px;
	font-weight: 700;
}

.ucl-device svg {
	display: block;
	width: min(150px, 100%);
	height: 112px;
	fill: #eef4f4;
	stroke: #315f70;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ucl-device svg .ucl-screen {
	fill: #fffefa;
	stroke-width: 2;
}

.ucl-device small {
	color: #69747a;
	font-size: 13px;
	font-weight: 600;
}

.ucl-link {
	min-width: 0;
	color: #426d80;
	font-size: 14px;
	font-weight: 650;
}

.ucl-link svg {
	display: block;
	width: 100%;
	height: 36px;
	margin-top: 7px;
	fill: none;
	stroke: #426d80;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ucl-copy {
	max-width: 650px;
	margin: 0 auto 25px;
	color: #35434a;
	font-size: 16px;
	line-height: 1.65;
}

.ucl-copy p {
	margin: 0 0 13px;
}

.ucl-copy .ucl-important {
	padding: 13px 16px;
	border-radius: 12px;
	background: #f1f6f7;
}

.ucl-copy .ucl-reassurance {
	color: #69747a;
	font-size: 14px;
}

.ucl-continue {
	display: block;
	min-height: 54px;
	margin: 0 auto;
	padding: 14px 25px;
	border: 0;
	border-radius: 12px;
	background: #315f70;
	color: #fff;
	font: inherit;
	font-size: 17px;
	font-weight: 700;
	cursor: pointer;
}

.ucl-continue:hover {
	background: #274f5d;
}

.ucl-continue:focus-visible {
	outline: 3px solid #426d80;
	outline-offset: 4px;
}

.ucl-confirmation {
	margin: 20px 0 0;
	color: #315f70;
	font-size: 17px;
	font-weight: 650;
	text-align: center;
}

.ucl-recommendation-item {
	min-width: 0;
}

.ucl-recommendation-item[hidden],
.ucl-final-step[hidden] {
	display: none !important;
}

.ucl-final-step {
	margin-top: 18px;
	padding: 18px;
	border-radius: 14px;
	background: #fffefa;
	color: #35434a;
	text-align: center;
}

.ucl-final-step p {
	margin: 6px 0;
}

.ucl-final-connection {
	color: #315f70;
	font-size: 18px;
	font-weight: 750;
}

.ucl-final-step .ucl-final-explanation {
	color: #69747a;
	font-size: 14px;
}

.ucl-confirm-monitor {
	display: block;
	margin: 16px auto 0;
}

.ucl-recommendation-grid.is-selection {
	grid-template-columns: minmax(0, 1fr);
	justify-content: center;
}

.ucl-recommendation-grid.is-selection .ucl-recommendation-item {
	width: min(100%, 420px);
	justify-self: center;
}

@media (max-width: 600px) {
	.ucl-preview {
		width: min(100% - 32px, 520px);
		padding-top: 38px;
	}

	.ucl-intro {
		margin-bottom: 24px;
	}

	.ucl-panel {
		padding: 20px 16px 24px;
		border-radius: 18px;
	}

	.ucl-diagram {
		grid-template-columns: minmax(78px, 1fr) minmax(92px, 1fr) minmax(78px, 1fr);
		gap: 8px;
		margin-bottom: 25px;
	}

	.ucl-device {
		font-size: 14px;
	}

	.ucl-device svg {
		height: 82px;
	}

	.ucl-device small {
		font-size: 11px;
	}

	.ucl-link {
		font-size: 11px;
	}

	.ucl-copy {
		font-size: 15px;
	}
}
