/* =follow along, =socials */
.block-follow-along {
}

.block-follow-along__title {
	text-align: center;
}

.block-follow-along__social-links {
}

.block-follow-along__social-links a {
	display: flex;
	align-items: center;
	line-height: 0;
	text-decoration: none;
	color: black;

}

.block-follow-along__social-icon-container {
	background-color: var(--wp--preset--color--denary-bright);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.block-follow-along__social-network-name {
	font-size: 1.0625rem;
	font-weight: 900;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {

	.block-follow-along__social-links {
		margin-bottom: 30px;
		display: grid;
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
		grid-column-gap: 12px;
		grid-row-gap: 12px;
	}

	.block-follow-along__social-icon-container {
		margin-right: 8px;
		width: 48px;
		height: 48px;
	}

	.block-follow-along__social-icon-container svg {
		width: 24px;
		height: 24px;
	}
}


@media only screen and (max-width: 374px) {
	.block-follow-along__social-links {
		grid-template-columns: repeat( 1, minmax( 0, 1fr ) );
	}
}

@media only screen and (min-width: 768px) {

	.block-follow-along__social-links {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 32px;
		margin-bottom: 45px;
	}

	.block-follow-along__social-icon-container {
		margin-right: 14px;
		width: 54px;
		height: 54px;
	}

	.block-follow-along__social-icon-container svg {
		width: 27.5px;
		height: 27.5px;
	}
}
