.suobshteniya-alert {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0 0 16px;
	background: #2b3340;
	border: 1px solid #1b212b;
	border-radius: 5px;
	color: #c3cad3;
	font-family: arial, sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

.entry-header .suobshteniya-alert {
	margin-bottom: 12px;
}

.suobshteniya-alert-inner {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 10px 14px;
}

.suobshteniya-alert-inner::before {
	content: "";
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	color: #f0a020;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M1%2021h22L12%202%201%2021zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M1%2021h22L12%202%201%2021zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.suobshteniya-alert-text {
	flex: 1 1 auto;
}

.suobshteniya-alert p {
	margin: 0;
}

.suobshteniya-alert p + p {
	margin-top: 0.5em;
}

.suobshteniya-alert a {
	color: #e8edf3;
	text-decoration: underline;
}

.suobshteniya-alert a:hover {
	color: #00beff;
}

@media (max-width: 700px) {
	.suobshteniya-alert-inner {
		padding: 9px 12px;
	}
}
