.ig_toast.ig_announce.ig_container {
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 0 6px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(35, 47, 64, 0.2);
	background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 105, 0) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 105, 0) 100%);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 105, 0) 100%);
	background-color: rgba(255, 255, 105, 0.95) !important;
	color: rgba(67, 76, 89, 0.9) !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}

.ig_toast.ig_announce.ig_container:hover {
	border-color: rgba(0, 0, 0, 1);
}

.ig_toast.ig_announce .ig_wrapper {
	@apply border-none;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.ig_toast.ig_announce .ig_content {
	@apply border-none;
	@apply bg-transparent !important;
	border-radius: 4px;
	color: rgba(67, 76, 89, 0.9) !important;
	box-shadow: inset 0 -3px 2px rgba(58, 71, 89, 0.04);
}

.ig_toast.ig_announce .ig_headline {
	color: rgba(67, 76, 89, 0.9);
}