/* Telegram Redirect & SEO Display - frontend styling */

.tsd-cta-wrap {
	margin: 28px 0 8px;
	text-align: center;
}

.tsd-cta-button {
	display: inline-block;
	padding: 14px 32px;
	background: #229ed9; /* Telegram blue */
	color: #fff;
	font-weight: 700;
	font-size: 1.05rem;
	border-radius: 8px;
	text-decoration: none;
	transition: background 0.15s ease-in-out, transform 0.1s ease-in-out;
}

.tsd-cta-button:hover,
.tsd-cta-button:focus {
	background: #1b87ba;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.tsd-cta-button:active {
	transform: translateY(0);
}

/* Extra safety net: hide the featured image from the visible single-post
   body even if a child theme or block template tries to render it. The
   inline <style> injected in wp_head does the same job with a narrower
   selector; this file covers themes that load their own thumbnail markup
   with different class names. */
.single-post .wp-post-image {
	display: none;
}
