.panel-social {
	margin: 25px auto 42px;
	background-color: var(--green-lush);
	padding-top: 30px;
	padding-bottom: 20px;
	position: relative;
}

.panel-social::before {
	content: '';
	height: 66px;
	width: 188px;
	display: block;
	background-image: url(/includes/public/assets/shared/social-shape-sm.png);
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	right: 0;
	top: -36px;
	pointer-events: none;
}

.panel-social h2.title {
	font-size: 1.375rem;
	font-weight: 500;
	font-family: var(--font-display);
	line-height: 1;
	color: var(--blue-chapel-3);
}

.panel-social h5.hashtag {
	font-size: var(--text-2xl);
	letter-spacing: .04em;
	font-weight: 700;
	font-family: var(--font-body);
	text-transform: uppercase;
}

.panel-social .description {
	font-size: var(--text-lg);
	font-weight: 600;
	line-height: 1.45;
	color: var(--gray);
	max-width: 55ch;
	margin-inline: auto;
}

.panel-social .title-container {
	text-align: center;
	border-bottom: 2px solid var(--green-lush);
	padding-bottom: var(--space-2);
	margin-bottom: var(--space-4);
}

.panel-social .embed-placeholder {
	aspect-ratio: 335 / 335;
	background-color: lightgray;
	height: 100%;
	width: 100%;
}

.panel-social .social-links {
	gap: 4px;
	margin: 0 auto;
	background-color: var(--blue-chapel-4);
	width: calc(100% - 40px);
	border-radius: 6px 6px 0 0;
}

.panel-social .social-links a {
	font-size: 1.75rem;
	width: 56px;
	height: 56px;
	border-radius: unset;
}

.panel-social .header-container {
	padding: var(--space-5);
	text-align: center;
	margin-bottom: var(--space-3);
	position: relative;
}
.panel-social .header-container::after {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/includes/public/assets/shared/social-content-bg.png);
	opacity: 0.8;
	z-index: -1;
}

.panel-social .content-cont {
	padding: 0 var(--space-5);
}

@media (min-width: 64em) {
	.panel-social .social-links {
		gap: var(--space-3);
		width: 100%;
		height: 100%;
		border-radius: 6px 0 0 6px;
		display: flex;
		flex-direction: column;
	}

	.panel-social {
		margin: 63px auto 150px;
		padding-top: var(--space-10);
		padding-bottom: var(--space-10);
		position: relative;
		display: grid;
		margin-top: 63px;
		grid-template-columns: 378fr 88px 900fr;
		align-items: center;
	}

	.panel-social .embed-placeholder {
		aspect-ratio: 900 / 700;
		height: 100%;
		width: 100%;
	}

	.panel-social .content-cont {
		padding: 0;
		padding-right: 53px;
		z-index: 1;
	}

	.panel-social .social-container {
		display: flex;
		width: 100%;
		height: 100%;
		align-items: stretch;
		z-index: 1;
	}

	.panel-social .contentRender_name_plugins_collections_template_custom_social_links {
		width: 100%;
	}

	.panel-social .social-links a {
		font-size: 1.75rem;
		width: 88px;
		height: 88px;
	}

	.panel-social h2.title {
		font-size: 2.125rem;
		line-height: 1.3;
	}
	
	.panel-social h5.hashtag {
		font-size: 2rem;
	}

	.panel-social .description {
		line-height: 1.6;
		padding-inline: 6px;
	}

	.panel-social .header-container {
		padding: 52px var(--space-10) 52px;
		margin-bottom: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.panel-social .title-container {
		text-align: center;
		border-bottom: 2px solid var(--green-lush);
		padding-bottom: var(--space-6);
		margin-bottom: var(--space-8);
		position: relative;
		z-index: 1;
	}

	.panel-social::before {
		height: 468px;
		width: 358px;
		background-image: url(/includes/public/assets/shared/social-shape.png);
		top: -63px;
		z-index: 0;
	}

	.panel-social::after {
		content: '';
		height: 307px;
		width: 423px;
		display: block;
		background-image: url(/includes/public/assets/shared/social-flowers.png);
		background-repeat: no-repeat;
		background-position: bottom left;
		position: absolute;
		left: 0;
		bottom: 0;
		pointer-events: none;
	}
}