/**
 * Endor Elements — Quantity Notice Styles
 *
 * @package Endor_Elements
 */

.endor-quantity-notice {
	background-color: #e8f5e9;
	border: 1px solid #4caf50;
	border-left: 4px solid #4caf50;
	color: #2e7d32;
	padding: 12px 15px;
	margin-bottom: 20px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.5;
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.endor-quantity-notice-icon {
	font-size: 18px;
	font-weight: bold;
	flex-shrink: 0;
}

.endor-quote-link {
	color: #2e7d32;
	text-decoration: underline;
}

.endor-quote-link:hover,
.endor-quote-link:focus {
	color: #1b5e20;
	text-decoration: none;
}
