/**
 * KB Discount Badge Core CSS
 * সম্পূর্ণ লাইটওয়েট এবং এলিমেন্টর ফ্রেন্ডলি রিসেট স্টাইল
 */

.kb-discount-badge-container {
	display: block;
	width: 100%;
	line-height: 1;
}

.kb-discount-badge-render {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	line-height: 1;
	white-space: wrap;
  width: 100%;
}