.wcsn-notices-wrapper {
	margin: 0 0 20px;
}

.wcsn-notice {
	background-color: #fff8e1;
	border-left: 4px solid #f9a825;
	padding: 16px 20px 16px 50px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #333;
	border-radius: 0 4px 4px 0;
	position: relative;
}

.wcsn-notice::before {
	content: "\1F4E6";
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
}

.wcsn-notice:last-child {
	margin-bottom: 0;
}

.wcsn-notice a {
	color: inherit;
	text-decoration: underline;
}
