.advisor-preview {
	margin: 0;
	min-height: 100vh;
	background: #f6f4f0;
}

.advisor-preview--iframe {
	overflow: hidden;
	background: #f6f4f0;
}

.website-preview {
	min-height: 100vh;
	font-family: Arial, Helvetica, sans-serif;
	color: #1b1a17;
	background: #fff;
}

.website-preview__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 68px;
	border-bottom: 1px solid #ded6cb;
	padding: 0 max(24px, calc((100vw - 1120px) / 2));
}

.website-preview__content {
	width: min(1120px, calc(100vw - 48px));
	margin: 0 auto;
	padding: 72px 0;
}

.website-preview__content h1 {
	margin: 0;
	font-size: 36px;
}

.website-preview__content p {
	color: #666158;
	font-size: 18px;
}
