:root {
	--vsp-et-accent: #e4551f;
	--vsp-et-text: #171717;
	--vsp-et-border: #d9d9d9;
	--vsp-et-surface: #fff;
}

.vsp-et-featured-media {
	display: block;
	margin: 0;
	max-width: 100%;
}

.vsp-et-featured-media > img,
.vsp-et-featured-media > a,
.vsp-et-featured-media > a > img {
	display: block;
	max-width: 100%;
}

.vsp-et-featured-caption {
	background: #f6f6f6;
	border-left: 3px solid var(--vsp-et-accent);
	color: #4b4b4b;
	font-size: 13px;
	font-style: normal;
	line-height: 1.45;
	margin: 0 0 18px;
	padding: 8px 11px;
}

.vsp-et-featured-caption__credit {
	font-weight: 600;
}

blockquote.vsp-et-entry {
	background: #f6f6f6;
	border: 0 !important;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
	clear: both;
	color: #343434;
	font-size: clamp(17px, 1.4vw, 20px);
	font-style: italic;
	line-height: 1.55;
	margin: 30px 0;
	padding: 76px 50px 30px;
	position: relative;
	width: 100%;
}

blockquote.vsp-et-entry::before {
	color: #d9dce0;
	content: "“";
	font: 700 78px/1 Georgia, serif;
	left: 48px;
	position: absolute;
	top: 24px;
}

blockquote.vsp-et-entry::after {
	display: none !important;
}

blockquote.vsp-et-entry p {
	color: inherit;
	font: inherit;
	margin: 0;
}

.vsp-et-share {
	background: var(--vsp-et-surface);
	border-bottom: 1px solid var(--vsp-et-border);
	border-top: 1px solid var(--vsp-et-border);
	clear: both;
	color: var(--vsp-et-text);
	margin: 28px 0;
	padding: 15px 0;
	position: relative;
}

.vsp-et-share__label {
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .07em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.vsp-et-share__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	position: relative;
}

.vsp-et-share__button {
	align-items: center;
	background: #f2f2f2;
	border: 1px solid transparent;
	border-radius: 999px;
	box-shadow: none;
	color: #181818;
	cursor: pointer;
	display: inline-flex;
	font: 600 13px/1.1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	gap: 6px;
	justify-content: center;
	margin: 0;
	min-height: 38px;
	padding: 9px 13px;
	text-decoration: none !important;
	transition: transform .15s ease, filter .15s ease;
}

.vsp-et-share__button:hover,
.vsp-et-share__button:focus-visible {
	filter: brightness(.94);
	transform: translateY(-1px);
}

.vsp-et-share__button:focus-visible {
	outline: 2px solid #2271b1;
	outline-offset: 2px;
}

.vsp-et-share__button--facebook { background: #0866ff; color: #fff; }
.vsp-et-share__button--x { background: #000; color: #fff; }
.vsp-et-share__button--whatsapp { background: #25d366; color: #fff; }
.vsp-et-share__button--instagram { background: linear-gradient(135deg, #7b2cff, #ed176f 55%, #ff7a00); color: #fff; }
.vsp-et-share__button--telegram { background: #1da1f2; color: #fff; }
.vsp-et-share__button--linkedin { background: #0a66c2; color: #fff; }
.vsp-et-share__button--bluesky { background: #0085ff; color: #fff; }
.vsp-et-share__button--threads { background: #000; color: #fff; }
.vsp-et-share__button--email { background: #e53935; color: #fff; }

.vsp-et-icon {
	display: block;
	fill: currentColor;
	flex: 0 0 18px;
	height: 18px;
	width: 18px;
}

.vsp-et-share__more {
	display: inline-block;
	position: relative;
}

.vsp-et-share__more > summary {
	list-style: none;
}

.vsp-et-share__more > summary::-webkit-details-marker {
	display: none;
}

.vsp-et-share__menu {
	background: #fff;
	border: 1px solid var(--vsp-et-border);
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .16);
	display: grid;
	gap: 6px;
	left: 0;
	min-width: 180px;
	padding: 8px;
	position: absolute;
	top: calc(100% + 7px);
	z-index: 40;
}

.vsp-et-share__menu-item {
	border-radius: 7px;
	justify-content: flex-start;
	width: 100%;
}

.vsp-et-share__status {
	font-size: 12px;
	font-weight: 600;
	margin: 8px 0 0;
	min-height: 1em;
}

.vsp-et-share--circles .vsp-et-share__buttons > .vsp-et-share__button,
.vsp-et-share--circles .vsp-et-share__buttons > .vsp-et-share__more > summary {
	border-radius: 50%;
	height: 44px;
	min-height: 44px;
	padding: 0;
	width: 44px;
}

.vsp-et-share--circles .vsp-et-share__buttons > .vsp-et-share__button,
.vsp-et-share--circles .vsp-et-share__buttons > .vsp-et-share__more > summary {
	color: #fff !important;
	opacity: 1 !important;
}

.vsp-et-share--circles .vsp-et-share__button--copy,
.vsp-et-share--circles .vsp-et-share__button--print,
.vsp-et-share--circles .vsp-et-share__button--more {
	background: #344054;
}

.vsp-et-share--circles .vsp-et-icon,
.vsp-et-share--circles .vsp-et-icon * {
	color: #fff !important;
	opacity: 1 !important;
}

.vsp-et-share--circles .vsp-et-share__buttons > .vsp-et-share__button:hover,
.vsp-et-share--circles .vsp-et-share__buttons > .vsp-et-share__button:focus-visible,
.vsp-et-share--circles .vsp-et-share__buttons > .vsp-et-share__more > summary:hover,
.vsp-et-share--circles .vsp-et-share__buttons > .vsp-et-share__more > summary:focus-visible {
	filter: brightness(1.08) saturate(1.18);
}

.vsp-et-share--circles .vsp-et-share__buttons > .vsp-et-share__button > span,
.vsp-et-share--circles .vsp-et-share__buttons > .vsp-et-share__more > summary > span {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.vsp-et-share--circles .vsp-et-share__menu-item {
	border-radius: 7px;
	height: auto;
	justify-content: flex-start;
	min-height: 38px;
	padding: 9px 13px;
	width: 100%;
}

.vsp-et-share--circles .vsp-et-share__menu-item > span {
	clip: auto;
	clip-path: none;
	height: auto;
	overflow: visible;
	position: static;
	white-space: normal;
	width: auto;
}

.vsp-et-share-ready.vsp-et-hide-known-native-share.vsp-et-theme-zox .mvp-post-soc-list,
.vsp-et-share-ready.vsp-et-hide-known-native-share.vsp-et-theme-neeon.single-post .share-box-area,
.vsp-et-share-ready.vsp-et-hide-known-native-share.vsp-et-theme-neeon.single-post .entry-footer-meta .post-share,
.vsp-et-share-ready.vsp-et-hide-known-native-share.vsp-et-theme-neeon .rt-post-share,
.vsp-et-share-ready.vsp-et-hide-known-native-share.vsp-et-theme-neeon .entry-share-links {
	display: none !important;
}

@media (max-width: 640px) {
	.vsp-et-share__menu {
		left: auto;
		right: 0;
	}

	.vsp-et-share__menu-item {
		border-radius: 7px;
		height: auto;
		justify-content: flex-start;
		min-height: 38px;
		padding: 9px 13px;
		width: 100%;
	}

	blockquote.vsp-et-entry {
		font-size: 16px;
		padding: 66px 24px 24px;
	}

	blockquote.vsp-et-entry::before {
		left: 22px;
		top: 18px;
	}
}

@media print {
	.vsp-et-share,
	.vsp-et-featured-caption__credit {
		display: none !important;
	}
}
