/* Notice Boxes for Elementor */
.nbfe-box {
	border: 1px solid;
	border-left-width: 4px;
	border-radius: 6px;
	padding: 16px 20px;
	margin: 0;
	line-height: 1.6;
}

.nbfe-box > :first-child { margin-top: 0; }
.nbfe-box > :last-child  { margin-bottom: 0; }

.nbfe-box--info {
	background: #eef5fc;
	border-color: #2b7de9;
	color: #1b3a5c;
}

.nbfe-box--success {
	background: #ecf8f0;
	border-color: #2ea25f;
	color: #1d4a30;
}

.nbfe-box--warning {
	background: #fdf6e7;
	border-color: #e0a106;
	color: #5a4504;
}

.nbfe-box--error {
	background: #fdeeee;
	border-color: #d9362c;
	color: #5c1714;
}

.nbfe-box--neutral {
	background: #f4f4f5;
	border-color: #9ca3af;
	color: #3f3f46;
}
