.dp-notification-box {
	display: flex;
	align-items: center;
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 20px;
}

.dp-notification-icon {
	width: 24px;
	height: 24px;
	background: #3b82f6;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	margin-right: 16px;
	flex-shrink: 0;
}

.dp-notification-text {
	font-size: 14px;
	color: #3b82f6;
	font-weight: 500;
}