.homelux-pallet-meter {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.homelux-pallet-meter__inner {
	padding: 16px 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.homelux-pallet-meter__header strong {
	display: block;
	font-size: 1rem;
	line-height: 1.2;
}

.homelux-pallet-meter__header span {
	display: block;
	font-size: 0.875rem;
	color: #6c6c6c;
	margin-top: 2px;
}

.homelux-pallet-meter__pallet {
	margin-bottom: 12px;
}

.homelux-pallet-meter__pallet:last-child {
	margin-bottom: 0;
}

.homelux-pallet-meter__pallet-head {
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	margin-bottom: 6px;
}

.homelux-pallet-meter__bar {
	background: rgba(0, 0, 0, 0.08);
	border-radius: 999px;
	height: 8px;
	overflow: hidden;
}

.homelux-pallet-meter__bar span {
	display: block;
	height: 100%;
	background: #1f6feb;
	border-radius: inherit;
	transition: width 0.35s ease;
}

.homelux-pallet-meter__meta {
	font-size: 0.85rem;
	color: #4a4a4a;
	margin-top: 4px;
}

.homelux-pallet-meter__message {
	background: rgba(31, 111, 235, 0.08);
	border-radius: 6px;
	padding: 10px 12px;
	font-size: 0.9rem;
	margin: 0;
}

.homelux-pallet-meter__note {
	color: #6c6c6c;
	font-size: 0.8rem;
	margin: 0;
}

.homelux-pallet-meter__empty,
.homelux-pallet-meter__loading,
.homelux-pallet-meter__error {
	margin: 0;
	font-size: 0.9rem;
	color: #6c6c6c;
}
