.webixso-notice {
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 10px 14px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background: linear-gradient(135deg, #0f172a 0%, #020617 40%, #020617 100%);
	color: #e5e7eb;
}

.webixso-notice img {
	flex-shrink: 0;
}

.webixso-notice p {
	display: flex;
	gap: 8px;
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
}

.webixso-notice a {
	color: #4f46e5;
	font-weight: 500;
	text-decoration: none;
}

.webixso-notice a:hover {
	color: #6366f1;
	text-decoration: underline;
}

.webixso-notice-warning {
	border-color: rgba(249, 115, 22, 0.45);
}

.webixso-notice-error {
	border-color: rgba(239, 68, 68, 0.45);
}

.webixso-notice-success {
	border-color: rgba(34, 197, 94, 0.45);
}

@media (max-width: 600px) {
	.webixso-notice p {
		flex-direction: column;
	}
}
