.wxpn-host-page {
	background: #fff;
	color: #111;
}

.wxpn-host-page__wrap {
	width: min(100%, 1200px);
	margin: 0 auto;
	padding: 0 25px 56px;
}

.wxpn-host-page__header {
	padding: 0 0 40px;
	margin-top: 40px;
}

.wxpn-host-page__title {
	margin: 0;
	font-family: var(--font-figtree), sans-serif;
	font-size: 48px;
	line-height: 1;
	font-weight: 700;
	color: #202124;
}

.wxpn-host-page__subtitle {
	margin-top: 1rem;
	font-family: var(--font-figtree), sans-serif;
	font-size: 25px;
	line-height: 1.2;
	font-weight: 700;
	color: #202124;
}

.wxpn-host-page__layout {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 35px;
	align-items: start;
}

.wxpn-host-page__main {
	width: 70%;
	min-width: 0;
}

.wxpn-host-page__sidebar {
	width: 30%;
	max-width: 350px;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.wxpn-host-page__profile {
	display: flex;
	column-gap: 40px;
	width: 100%;
}

.wxpn-host-page__media {
	width: 40%;
	margin-right: 20px;
	flex: 0 0 auto;
}

.wxpn-host-page__media img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-bottom: 7px solid #d96e1b;
	margin-bottom: 15px;
}

.wxpn-host-page__copy {
	width: 60%;
	font-family: var(--font-figtree), sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #111;
}

.wxpn-host-page__copy > :first-child,
.wxpn-host-page__copy p:first-child,
.wxpn-host-page__description > :first-child,
.wxpn-host-page__description p:first-child {
	margin-top: 0;
}

.wxpn-host-page__copy p:first-child {
	margin-top: 0;
}

.wxpn-host-page__sidebar > * {
	width: 100%;
}

@media (max-width: 980px) {
	.wxpn-host-page__layout {
		flex-direction: column;
	}

	.wxpn-host-page__main,
	.wxpn-host-page__sidebar {
		width: 100%;
		max-width: 100%;
	}

	.wxpn-host-page__sidebar {
		margin-top: 35px;
	}
}

@media (max-width: 760px) {
	.wxpn-host-page__wrap {
		padding: 0 18px 42px;
	}

	.wxpn-host-page__header {
		padding: 28px 0 20px;
	}

	.wxpn-host-page__title {
		font-size: 2.25rem;
	}

	.wxpn-host-page__subtitle {
		font-size: 1.5rem;
	}

	.wxpn-host-page__profile {
		flex-direction: column;
		gap: 24px;
	}

	.wxpn-host-page__media,
	.wxpn-host-page__copy {
		width: 100%;
		margin-right: 0;
	}
}
