/* Плейсхолдер существует только ДО загрузки виджета;
   после гидратации он заменяется нативной вставкой и стили больше не применяются. */
.aigenda-lw {
	position: relative;
	width: 100%;
	margin: 1em 0;
	border: 1px dashed #d3d3d3;
	border-radius: 8px;
	background: #fafafa;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.aigenda-lw__msg {
	padding: 24px 12px;
	color: #8a8a8a;
	font: 13px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	text-align: center;
}

.aigenda-lw__msg a {
	color: #2aabee; /* фирменный telegram-blue */
	text-decoration: none;
}

.aigenda-lw__msg a:hover {
	text-decoration: underline;
}

.aigenda-lw__icon {
	display: inline-block;
	margin-right: 4px;
	color: #2aabee;
}
