.anmt-social-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.anmt-social-link,
.anmt-copy-link {
	align-items: center;
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
	display: inline-flex;
	font-size: 28px;
	height: 34px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	text-decoration: none;
	transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
	width: 34px;
}

.anmt-site .anmt-social-link,
.anmt-site .anmt-copy-link {
	color: rgba(255, 255, 255, 0.9);
}

.anmt-social-link:hover,
.anmt-social-link:focus-visible,
.anmt-copy-link:hover,
.anmt-copy-link:focus-visible {
	color: #6F898B;
	opacity: 0.86;
	transform: translateY(-2px);
}

.anmt-site .anmt-social-link:hover,
.anmt-site .anmt-social-link:focus-visible,
.anmt-site .anmt-copy-link:hover,
.anmt-site .anmt-copy-link:focus-visible {
	color: #FFFFFF;
}

.anmt-social-link:focus-visible,
.anmt-copy-link:focus-visible {
	outline: 2px solid #6F898B;
	outline-offset: 5px;
}

.anmt-social-link span {
	font-family: var(--anmt-font-heading);
	font-size: 13px;
	font-weight: 800;
	margin-left: 8px;
	text-transform: uppercase;
}

.anmt-follow-section,
.anmt-site .et_pb_section.anmt-follow-band {
	background: transparent;
	text-align: center;
}

.anmt-follow-band,
.anmt-site .et_pb_section.anmt-follow-band {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	padding: 58px 0 52px;
}

.anmt-follow-section {
	margin-inline: auto;
	max-width: 760px;
}

.anmt-follow-section h2 {
	font-size: clamp(24px, 3vw, 34px);
	margin-bottom: 12px;
	text-transform: uppercase;
}

.anmt-follow-section p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	margin: 0 auto 26px;
	max-width: 560px;
}

.anmt-follow-section .anmt-social-links {
	margin-bottom: 18px;
}

.anmt-social-handle {
	color: var(--anmt-white);
	display: block;
	font-family: var(--anmt-font-heading);
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.anmt-follow-section--compact {
	max-width: 520px;
}

.anmt-follow-section--compact h2 {
	font-size: 22px;
}

.anmt-follow-section--compact p {
	font-size: 14px;
	margin-bottom: 20px;
}

.anmt-newsletter-follow {
	margin-top: 18px;
}

.anmt-newsletter-follow p {
	color: rgba(255, 255, 255, 0.78);
	font-family: var(--anmt-font-heading);
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.anmt-social-links--newsletter {
	gap: 14px;
	justify-content: flex-start;
}

.anmt-social-links--newsletter .anmt-social-link {
	font-size: 18px;
	height: 24px;
	width: 24px;
}

.anmt-footer-social-block {
	margin-top: 24px;
}

.anmt-footer-social-block p {
	color: #FFFFFF;
	font-family: var(--anmt-font-heading);
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.anmt-global-footer .anmt-social-links {
	gap: 20px;
	justify-content: flex-start;
}

.anmt-global-footer .anmt-social-link {
	color: rgba(255, 255, 255, 0.82);
	font-size: 28px;
	height: 34px;
	width: 34px;
}

.anmt-global-footer .anmt-social-link:hover,
.anmt-global-footer .anmt-social-link:focus-visible {
	color: #6F898B;
}

.anmt-social-editorial,
.anmt-site .et_pb_section.anmt-social-editorial {
	background: linear-gradient(180deg, rgba(111, 137, 139, 0.98), rgba(35, 73, 76, 0.98));
	padding: 64px 0;
}

.anmt-social-editorial .anmt-follow-section {
	text-align: center;
}

.anmt-product-share {
	align-items: center;
	border-top: 1px solid var(--anmt-border-soft);
	display: flex;
	gap: 22px;
	justify-content: center;
	margin: 12px auto 52px;
	max-width: var(--anmt-container);
	padding-top: 28px;
	width: calc(100% - (var(--anmt-gutter) * 2));
}

.anmt-product-share__label {
	color: var(--text-primary);
	font-family: var(--anmt-font-heading);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.anmt-product-share__links {
	align-items: center;
	display: flex;
	gap: 18px;
}

.anmt-product-share .anmt-social-link,
.anmt-product-share .anmt-copy-link {
	font-size: 20px;
	height: 28px;
	width: 28px;
}

@media (max-width: 980px) {
	.anmt-social-link,
	.anmt-copy-link {
		font-size: 24px;
		height: 30px;
		width: 30px;
	}

	.anmt-social-links,
	.anmt-social-links--newsletter,
	.anmt-global-footer .anmt-social-links {
		justify-content: center;
	}
}

@media (max-width: 560px) {
	.anmt-social-link,
	.anmt-copy-link {
		font-size: 22px;
		height: 28px;
		width: 28px;
	}

	.anmt-social-links {
		gap: 18px;
	}

	.anmt-product-share {
		align-items: center;
		flex-direction: column;
		text-align: center;
	}
}
