/* Bambu İndirim — ürün sayfası rozeti ([bi_indirim]).
   Tema uyumu için renkler CSS değişkenleriyle ezilebilir:
   .bi-badge { --bi-badge-accent: #c0392b; } */

.bi-badge {
	--bi-badge-accent: #b3261e;
	--bi-badge-accent-soft: #fdf1f0;
	--bi-badge-border: #f3d9d7;
	--bi-badge-text: #5f6368;
	display: flex;
	flex-direction: column;
	gap: 6px;
	max-width: 100%;
	margin: 12px 0;
	padding: 12px 16px;
	background: var(--bi-badge-accent-soft);
	border: 1px solid var(--bi-badge-border);
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.5;
}

.bi-badge__row {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: var(--bi-badge-text);
	font-size: 13px;
}

.bi-badge__row--main {
	color: var(--bi-badge-accent);
	font-size: 15px;
	font-weight: 500;
}

.bi-badge__row strong { font-weight: 700; }

.bi-badge__icon {
	flex: 0 0 auto;
	margin-top: 2px;
	color: currentColor;
}

.bi-badge__date {
	font-weight: 400;
	opacity: .85;
}
