/* ---------- دکمه آیکون ---------- */
.entshryr-wrapper {
	margin: 16px 0;
	direction: rtl;
	text-align: right;
}

.entshryr-trigger-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #222;
	cursor: pointer;
	transition: color 0.2s ease, transform 0.15s ease;
}

.entshryr-trigger-btn:hover {
	color: #000;
	transform: translateY(-1px);
}

.entshryr-icon {
	display: inline-flex;
	align-items: center;
}

/* ---------- Overlay و مودال ---------- */
.entshryr-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	padding: 16px;
}

.entshryr-overlay[hidden] {
	display: none;
}

.entshryr-modal {
	background: #fff;
	border-radius: 14px;
	max-width: 420px;
	width: 100%;
	padding: 24px;
	position: relative;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
	direction: rtl;
	text-align: right;
	animation: entshryr-pop 0.18s ease;
}

@keyframes entshryr-pop {
	from { transform: scale(0.95); opacity: 0; }
	to   { transform: scale(1); opacity: 1; }
}

.entshryr-close-btn {
	position: absolute;
	top: 10px;
	left: 10px;
	background: transparent;
	border: none;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #888;
}

.entshryr-close-btn:hover {
	color: #222;
}

.entshryr-modal-image-wrap {
	margin-bottom: 14px;
}

.entshryr-modal-image {
	width: 100%;
	border-radius: 10px;
	display: block;
}

.entshryr-modal-title {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
}

.entshryr-modal-summary {
	margin: 0 0 18px;
	font-size: 14px;
	color: #555;
	line-height: 1.7;
}

.entshryr-share-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.entshryr-share-btn {
	flex: 1 1 auto;
	text-align: center;
	padding: 10px 12px;
	border-radius: 8px;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	border: none;
	cursor: pointer;
}

.entshryr-telegram  { background: #229ED9; }
.entshryr-bale      { background: #DA1919; } /* رنگ برند بله */
.entshryr-eitaa     { background: #1AA6B7; } /* رنگ برند ایتا */
.entshryr-whatsapp  { background: #25D366; }
.entshryr-rubika    { background: #F4A100; } /* رنگ برند روبیکا */
.entshryr-twitter   { background: #000000; }
.entshryr-facebook  { background: #1877F2; }
.entshryr-linkedin  { background: #0A66C2; }

.entshryr-share-btn.entshryr-copied {
	background: #16a34a !important;
}

/* دکمه‌ی «ارسال به کانال تلگرام»؛ به‌جای هم‌عرض بودن با بقیه دکمه‌ها،
   کل عرض ردیف (هم‌اندازه مجموع دکمه‌های بالا) را می‌گیرد و در ردیف خودش قرار می‌گیرد */
.entshryr-share-btn.entshryr-share-btn-full {
	flex: 1 1 100%;
}

.entshryr-telegram-publish-front {
	margin-top: 14px;
	text-align: center;
}

/* ---------- بک‌لینک برندینگ ---------- */
.entshryr-backlink {
	margin-top: 26px;
	text-align: center;
}

.entshryr-backlink a {
	color: #9ca3af;
	font-size: 9px !important;
	text-decoration: none;
}

.entshryr-backlink a:hover {
	color: #6b7280;
	text-decoration: underline;
}
