/* WC Archived Products — frontend styles */

.wcap-discontinued-notice {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 14px 18px;
	margin-bottom: 24px;
	background: #fff8e6;
	border: 1px solid #f5c842;
	border-left: 4px solid #e6a817;
	border-radius: 4px;
	font-size: 0.95em;
	line-height: 1.5;
	color: #5a3e00;
}

.wcap-discontinued-notice__icon { flex-shrink: 0; font-size: 1.1em; margin-top: 1px; }

.wcap-discontinued-notice__text a {
	color: inherit;
	font-weight: 600;
	text-decoration: underline;
}
.wcap-discontinued-notice__text a:hover { text-decoration: none; }
