<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.chatvideo-maindiv {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.chatvideo-video {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}

.chatvideo-note {
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}

.chatvideo-text {
	text-align: left;
	width: 100%;
}

@media (min-width: 768px) {
	.chatvideo-maindiv {
		flex-direction: row;
	}

	.chatvideo-video,
	.chatvideo-text {
		flex-basis: 50%;
	}

	.chatvideo-video {
		margin-right: 20px;
		margin-bottom: 0;
	}

	.chatvideo-text {
		width: auto;
	}
}</pre></body></html>