/* Staging-environment warning banner.
   Reuses the PatternFly v5 inline warning alert markup; this only tweaks spacing
   and emphasises the left border so it clearly stands out from normal messages. */
.ngft-staging-warning {
	margin-bottom: 1.25rem;
	border: 1px solid #f0ab00;
	border-left-width: 4px;
	background-color: #fdf7e7;
}

.ngft-staging-warning .pf-v5-c-alert__title {
	color: #795600;
}
