.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;
}

@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;
	}
}
