.tws-telegram-btn {
	display: inline-block;
	background: #229ED9;
	color: #fff !important;
	padding: 12px 22px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	line-height: 1.2;
	transition: background 0.15s ease;
}

.tws-telegram-btn:hover,
.tws-telegram-btn:focus {
	background: #1c86bd;
	color: #fff !important;
}

.tws-telegram-link {
	color: #229ED9;
	text-decoration: underline;
	font-weight: 600;
}

.tws-telegram-link:hover,
.tws-telegram-link:focus {
	color: #1c86bd;
}

.tws-admin-notice {
	color: #b32d2e;
	font-size: 13px;
	border: 1px dashed #b32d2e;
	padding: 8px 12px;
	border-radius: 4px;
	display: inline-block;
}
