.mobile-pwa-hero{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:1rem;
	padding:1rem;
	background:#fff;
	border:1px solid var(--erp-border,#e4e8ef);
	border-radius:12px;
	box-shadow:0 10px 24px rgba(15,23,42,.05);
}
.mobile-pwa-hero h5{
	margin:0;
	font-weight:800;
}
.mobile-pwa-hero small{
	color:#64748b;
}
@media (max-width:768px){
	.mobile-pwa-hero{
		align-items:flex-start;
		flex-direction:column;
	}
}
