
body {
	padding: 0;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
}

h1, h2, h3 {
	margin-top: 0;
}

p {
	color: rgb(107, 114, 128);
	margin-bottom: 10px;
	margin-top: 5px;
}

.card {
	max-width: 620px;
	margin: 0 auto;
	padding: 16px;
	border: 1px solid lightgray;
	border-radius: 16px;
}

.card p:last-child {
	margin-bottom: 0;
}

/* Additional styles for the remote desktop interface */
.desktop-viewer {
	width: 100%;
	height: 500px;
	background: #1a202c;
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
}

.connection-panel {
	background: white;
	border-radius: 0.5rem;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	padding: 1.5rem;
}

@media (min-width: 1024px) {
	.desktop-viewer {
		height: 600px;
	}
}
