.tb-9484-container {
	display: inline-block;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	text-align: center;
	min-width: 250px;
}

.tb-9484-body {
	padding: 15px 20px;
}

.tb-9484-top {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 10px;
}

.tb-9484-stars {
	display: flex;
	gap: 2px;
}

.tb-9484-star svg {
	fill: #000;
}

.tb-9484-rating {
	font-size: 20px;
	font-weight: 700;
	color: #0f172a;
}

.tb-9484-count-wrap {
	font-size: 22px;
	color: #334155;
}

.tb-9484-count {
	color: #0f172a;
	font-weight: 800;
}

.tb-9484-footer {
	background: #333333;
	color: #ffffff;
	padding: 8px;
	font-size: 13px;
	letter-spacing: 0.5px;
}