.lq-seo-share {
	--lq-share-bg: #1877f2;
	--lq-share-text: #ffffff;
	--lq-share-hover-bg: #145dbf;
	--lq-share-gap: 8px;
	box-sizing: border-box;
}

.lq-seo-share *,
.lq-seo-share *::before,
.lq-seo-share *::after {
	box-sizing: border-box;
}

.lq-seo-share__title {
	margin: 0 0 12px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
	color: #1d2327;
}

.lq-seo-share__list {
	display: flex;
	flex-wrap: wrap;
	gap: var(--lq-share-gap);
	margin: 0;
	padding: 0;
	list-style: none;
}

.lq-seo-share--inline {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #dcdcde;
}

.lq-seo-share--floating {
	position: fixed;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	gap: var(--lq-share-gap);
	max-width: calc(100vw - 32px);
}

.lq-seo-share--floating .lq-seo-share__list {
	flex-direction: column;
}

.lq-seo-share--bottom-left {
	bottom: 24px;
	left: 24px;
}

.lq-seo-share--bottom-right {
	bottom: 24px;
	right: 24px;
}

.lq-seo-share--middle-left {
	top: 50%;
	left: 24px;
	transform: translateY(-50%);
}

.lq-seo-share--middle-right {
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
}

.lq-seo-share__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	border: 0;
	background: var(--lq-share-bg);
	color: var(--lq-share-text);
	text-decoration: none;
	cursor: pointer;
	font: inherit;
	line-height: 1;
	transition: background-color 0.15s ease, transform 0.15s ease;
}

.lq-seo-share__button:hover,
.lq-seo-share__button:focus {
	background: var(--lq-share-hover-bg);
	color: var(--lq-share-text);
	text-decoration: none;
	outline: 2px solid #2271b1;
	outline-offset: 2px;
}

.lq-seo-share__button:focus:not(:focus-visible) {
	outline: none;
}

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

.lq-seo-share__icon {
	display: block;
	width: 1.15em;
	height: 1.15em;
	flex: 0 0 auto;
	fill: currentColor;
}

.lq-seo-share__label {
	font-size: 0.875rem;
	font-weight: 600;
	white-space: nowrap;
}

.lq-seo-share--size-small .lq-seo-share__button {
	min-width: 36px;
	min-height: 36px;
	padding: 8px;
	font-size: 0.8125rem;
}

.lq-seo-share--size-medium .lq-seo-share__button {
	min-width: 44px;
	min-height: 44px;
	padding: 10px;
	font-size: 0.875rem;
}

.lq-seo-share--size-large .lq-seo-share__button {
	min-width: 52px;
	min-height: 52px;
	padding: 12px;
	font-size: 0.9375rem;
}

.lq-seo-share--style-icon-circle .lq-seo-share__button {
	border-radius: 999px;
}

.lq-seo-share--style-icon-square .lq-seo-share__button {
	border-radius: 6px;
}

.lq-seo-share--style-text-icon .lq-seo-share__button {
	border-radius: 999px;
	padding-left: 14px;
	padding-right: 16px;
}

.lq-seo-share--style-minimal .lq-seo-share__button {
	background: transparent;
	color: #1d2327;
	border: 1px solid #c3c4c7;
}

.lq-seo-share--style-minimal .lq-seo-share__button:hover,
.lq-seo-share--style-minimal .lq-seo-share__button:focus {
	background: #f6f7f7;
	color: #1d2327;
}

.lq-seo-share--color-brand .lq-seo-share__button[data-network="facebook"] {
	--lq-share-bg: #1877f2;
	--lq-share-hover-bg: #145dbf;
}

.lq-seo-share--color-brand .lq-seo-share__button[data-network="twitter"] {
	--lq-share-bg: #000000;
	--lq-share-hover-bg: #333333;
}

.lq-seo-share--color-brand .lq-seo-share__button[data-network="linkedin"] {
	--lq-share-bg: #0a66c2;
	--lq-share-hover-bg: #084d92;
}

.lq-seo-share--color-brand .lq-seo-share__button[data-network="whatsapp"] {
	--lq-share-bg: #25d366;
	--lq-share-hover-bg: #1da851;
}

.lq-seo-share--color-brand .lq-seo-share__button[data-network="email"],
.lq-seo-share--color-brand .lq-seo-share__button[data-network="copy"] {
	--lq-share-bg: #6b7280;
	--lq-share-hover-bg: #4b5563;
}

.lq-seo-share--color-monochrome .lq-seo-share__button {
	--lq-share-bg: #1d2327;
	--lq-share-hover-bg: #3c434a;
}

.lq-seo-share--color-monochrome.lq-seo-share--style-minimal .lq-seo-share__button {
	background: transparent;
	color: #1d2327;
	border-color: #1d2327;
}

.lq-seo-share__status {
	display: block;
	margin-top: 8px;
	font-size: 0.8125rem;
	color: #008a20;
	min-height: 1.2em;
}

.lq-seo-share__status:empty {
	display: none;
}

/* -------------------------------------------------------------------------
   EC theme — Energy Composites branding (scoped; Default unchanged)
   ------------------------------------------------------------------------- */
.lq-seo-share--ec {
	--lq-share-bg: #10283d;
	--lq-share-text: #ffffff;
	--lq-share-hover-bg: #c4d82e;
	--lq-share-gap: 10px;
}

.lq-seo-share--ec.lq-seo-share--color-brand .lq-seo-share__button[data-network],
.lq-seo-share--ec.lq-seo-share--color-monochrome .lq-seo-share__button,
.lq-seo-share--ec.lq-seo-share--color-custom .lq-seo-share__button,
.lq-seo-share--ec .lq-seo-share__button {
	--lq-share-bg: #10283d;
	--lq-share-text: #ffffff;
	--lq-share-hover-bg: #c4d82e;
}

.lq-seo-share--ec .lq-seo-share__button {
	width: 42px;
	height: 42px;
	min-width: 42px;
	min-height: 42px;
	padding: 0;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--lq-share-bg);
	color: var(--lq-share-text);
	border: 1px solid rgba(196, 216, 46, 0.55);
	box-shadow: none;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.lq-seo-share--ec.lq-seo-share--style-text-icon .lq-seo-share__button {
	width: auto;
	min-width: 42px;
	padding: 0 14px;
	border-radius: 999px;
}

.lq-seo-share--ec.lq-seo-share--style-minimal .lq-seo-share__button {
	background: #10283d;
	color: #ffffff;
	border: 1px solid rgba(196, 216, 46, 0.55);
}

.lq-seo-share--ec .lq-seo-share__button:hover,
.lq-seo-share--ec .lq-seo-share__button:focus {
	background: #c4d82e;
	color: #10283d;
	border-color: #c4d82e;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(16, 40, 61, 0.18);
	outline: none;
}

.lq-seo-share--ec .lq-seo-share__button:focus-visible {
	outline: 2px solid #c4d82e;
	outline-offset: 3px;
}

.lq-seo-share--ec .lq-seo-share__icon {
	width: 19px;
	height: 19px;
	fill: currentColor;
	color: currentColor;
}

.lq-seo-share--ec .lq-seo-share__label {
	color: currentColor;
}

.lq-seo-share--ec .lq-seo-share__status {
	color: #10283d;
	background: #c4d82e;
	display: inline-block;
	margin-top: 8px;
	padding: 4px 10px;
	border-radius: 999px;
	font-weight: 600;
}

.lq-seo-share--ec .lq-seo-share__status:empty {
	display: none;
	padding: 0;
	background: transparent;
}

.lq-seo-share--ec.lq-seo-share--size-small .lq-seo-share__button {
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	padding: 0;
	font-size: 0.8125rem;
}

.lq-seo-share--ec.lq-seo-share--size-medium .lq-seo-share__button {
	width: 42px;
	height: 42px;
	min-width: 42px;
	min-height: 42px;
	padding: 0;
}

.lq-seo-share--ec.lq-seo-share--size-large .lq-seo-share__button {
	width: 48px;
	height: 48px;
	min-width: 48px;
	min-height: 48px;
	padding: 0;
}

.lq-seo-share--ec.lq-seo-share--size-small.lq-seo-share--style-text-icon .lq-seo-share__button,
.lq-seo-share--ec.lq-seo-share--size-medium.lq-seo-share--style-text-icon .lq-seo-share__button,
.lq-seo-share--ec.lq-seo-share--size-large.lq-seo-share--style-text-icon .lq-seo-share__button {
	width: auto;
	padding: 0 14px;
}

@media (max-width: 782px) {
	.lq-seo-share--ec .lq-seo-share__button {
		width: 40px;
		height: 40px;
		min-width: 40px;
		min-height: 40px;
	}

	.lq-seo-share--ec.lq-seo-share--style-text-icon .lq-seo-share__button {
		width: auto;
		min-width: 40px;
		padding: 0 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lq-seo-share--ec .lq-seo-share__button {
		transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	}

	.lq-seo-share--ec .lq-seo-share__button:hover,
	.lq-seo-share--ec .lq-seo-share__button:focus {
		transform: none;
	}
}

@media (max-width: 782px) {
	.lq-seo-share--floating {
		bottom: 16px;
		left: 16px;
		right: auto;
		top: auto;
		transform: none;
	}

	.lq-seo-share--floating.lq-seo-share--bottom-right,
	.lq-seo-share--floating.lq-seo-share--middle-right {
		left: auto;
		right: 16px;
	}

	.lq-seo-share--floating .lq-seo-share__list {
		flex-direction: row;
		flex-wrap: wrap;
		max-width: calc(100vw - 32px);
	}

	.admin-bar .lq-seo-share--floating.lq-seo-share--bottom-left,
	.admin-bar .lq-seo-share--floating.lq-seo-share--bottom-right {
		bottom: 56px;
	}
}
