.tb-badge {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 10px 22px 10px 10px;
	border-radius: 50px;
	font-family: -apple-system, "Segoe UI", "Noto Sans Bengali", Roboto, Arial, sans-serif;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
	max-width: 100%;
	flex-wrap: wrap;
}

.tb-avatars {
	display: flex;
	align-items: center;
}

.tb-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 3px solid #e8a33d;
	overflow: hidden;
	margin-left: -14px;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	flex-shrink: 0;
}

.tb-avatar:first-child {
	margin-left: 0;
}

.tb-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tb-avatar-placeholder {
	font-size: 13px;
	color: #999;
	padding: 8px 14px;
	border: 1px dashed #ccc;
	border-radius: 20px;
}

.tb-number-circle {
	width: 64px;
	height: 64px;
	min-width: 64px;
	border-radius: 50%;
	border: 3px solid #e8a33d;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.2;
	margin-left: -14px;
}

.tb-text {
	font-weight: 800;
	font-size: 17px;
	line-height: 1.35;
}

@media (max-width: 480px) {
	.tb-badge {
		gap: 8px;
		padding: 8px 14px 8px 8px;
	}
	.tb-avatar {
		width: 34px;
		height: 34px;
	}
	.tb-number-circle {
		width: 50px;
		height: 50px;
		min-width: 50px;
		font-size: 11px;
	}
	.tb-text {
		font-size: 14px;
	}
}
