.lsrp-progress {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	pointer-events: none;
	background: rgba(15, 23, 42, .08);
}

.admin-bar .lsrp-progress {
	top: 32px;
}

.lsrp-progress__bar {
	display: block;
	width: 100%;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
	background: linear-gradient(90deg, #2563eb 0%, #7c3aed 52%, #ec4899 100%);
	box-shadow: 0 1px 8px rgba(124, 58, 237, .45);
	will-change: transform;
}

.lsrp-reading-time {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 20px;
	padding: 7px 11px;
	border: 1px solid rgba(100, 116, 139, .18);
	border-radius: 999px;
	color: #475569;
	background: #f8fafc;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}

.lsrp-reading-time svg {
	width: 17px;
	height: 17px;
	fill: #7c3aed;
}

.lsrp-share {
	clear: both;
	margin: 32px 0 8px;
	padding: 20px;
	border: 1px solid rgba(100, 116, 139, .16);
	border-radius: 16px;
	background: linear-gradient(145deg, #fff, #f8fafc);
	box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.lsrp-share__title {
	margin-bottom: 13px;
	color: #0f172a;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
}

.lsrp-share__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.lsrp-share__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 43px;
	height: 43px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	color: #fff !important;
	font: inherit;
	line-height: 1;
	text-decoration: none !important;
	box-shadow: none;
	cursor: pointer;
	transition: transform .16s ease, filter .16s ease, box-shadow .16s ease;
}

.lsrp-share__button:hover,
.lsrp-share__button:focus-visible {
	color: #fff !important;
	filter: brightness(1.06);
	transform: translateY(-1px);
	box-shadow: 0 7px 16px rgba(15, 23, 42, .14);
}

.lsrp-share__button:focus-visible {
	outline: 3px solid rgba(37, 99, 235, .28);
	outline-offset: 2px;
}

.lsrp-share__button svg {
	width: 19px;
	height: 19px;
	flex: 0 0 auto;
	fill: currentColor;
}

.lsrp-share__button--telegram { background: #229ed9; }
.lsrp-share__button--vk { background: #07f; }
.lsrp-share__button--max { background: linear-gradient(145deg, #2864f0, #7048e8); }
.lsrp-share__button--whatsapp { background: #22a559; }
.lsrp-share__button--ok { background: #ee8208; }
.lsrp-share__button--email { background: #475569; }
.lsrp-share__button--copy { background: #64748b; }
.lsrp-share__button--copy.is-copied { background: #16865c; }

@media (max-width: 782px) {
	.admin-bar .lsrp-progress {
		top: 46px;
	}

	.lsrp-share {
		padding: 16px;
		border-radius: 13px;
	}

	.lsrp-share__buttons {
		gap: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lsrp-share__button {
		transition: none;
	}
}
