/* 2026-08-27 v1.2
 * - Added a 40% light-yellow notification background.
 * - Used the current content colour for notification text.
 */
p.important {
	background-color: rgba(236, 228, 174, 0.4);
	
	display: block;
	padding: 0px 5px;
	color: currentColor!important;
	border-radius: 5px;
	font-family: sans-serif;
	font-weight: 300;
	font-size: 13.3333px;
	line-height: 24px;
	
	border-bottom: 2px solid color-mix(in srgb, #E7E7D9, transparent 80%);
	padding-top: 2px;
}
p.important a {
	color:currentColor;	
}
form p.important {
    max-width: 100%!important;
}
p.important:not(:hover) .silent-mes-backtrace {
	opacity: 0;
}

div:is(div[style*="flex"], div[style*="center"]) > p.important {
	margin: auto;
}
