/**
 * استایل پیام‌های وضعیت تخفیف در صفحه سبد خرید و پرداخت.
 */

.bxgcf-notice {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	margin-bottom: 16px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.6;
}

.bxgcf-notice__free-items {
	flex-basis: 100%;
	width: 100%;
	margin: 8px 0 0;
	padding: 8px 0 0 0;
	list-style: none;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.bxgcf-notice__free-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3px 0;
	font-size: 13px;
}

.bxgcf-notice__free-item::before {
	content: '\2713';
	margin-inline-end: 6px;
	color: #46b450;
}

.bxgcf-notice__free-item-name {
	flex: 1;
}

.bxgcf-notice__free-item-qty {
	background: #46b450;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	padding: 2px 8px;
	border-radius: 3px;
	margin-inline-start: 8px;
	white-space: nowrap;
}

.bxgcf-notice--pending {
	background: #fff8e5;
	border: 1px solid #f0c33c;
	color: #6b5300;
}

.bxgcf-notice--success {
	background: #edfaef;
	border: 1px solid #46b450;
	color: #1e5c2b;
}

.bxgcf-notice__icon {
	font-size: 16px;
	line-height: 1;
}

.bxgcf-free-badge {
	display: inline-block;
	background: #46b450;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	padding: 3px 8px;
	border-radius: 3px;
	margin-inline-start: 6px;
	vertical-align: middle;
	white-space: nowrap;
}
