.maku-logistica-widget {
	display: flex;
	flex-direction: column;
	gap: 2px;
	background: #edeffc;
	border-radius: 16px;
	padding: 12px;
	margin: 16px 0;
}

.maku-logistica-widget__item {
	display: flex;
	align-items: center;
	gap: 16px;
}

.maku-logistica-widget__badge {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	flex-shrink: 0;
}

.maku-logistica-widget__badge-shape {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	fill: #ffffff;
	stroke: #6c7cfa3d;
	stroke-width: 3;
}

.maku-logistica-widget__badge-emoji {
	position: relative;
	font-size: 26px;
	line-height: 1;
}

.maku-logistica-widget__text {
	display: flex;
	flex-direction: column;
	line-height: 1.35;
	min-width: 0;
}

.maku-logistica-widget__label {
	font-size: 0.875rem;
	color: #6b7280;
}

.maku-logistica-widget__value {
	font-size: 1.125rem;
	font-weight: 700;
	color: #111827;
}

.maku-logistica-widget__arrow {
	font-size: 1.25rem;
	line-height: 1;
	color: #111827;
	padding-left: 32px; /* centrado aprox. bajo el badge de 64px de ancho */
}

@media (max-width: 480px) {
	.maku-logistica-widget {
		padding: 16px;
	}

	.maku-logistica-widget__badge {
		width: 52px;
		height: 52px;
	}

	.maku-logistica-widget__badge-emoji {
		font-size: 22px;
	}

	.maku-logistica-widget__arrow {
		padding-left: 26px;
	}
}
