.product-card-snap-container {
padding: 0.25rem;
background: #faf9f9;
border: 1px solid #f0efef;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 0.625rem;
border-radius: 0.25rem;
margin-bottom: 0.5rem;
color: #024d36;
font-weight: bold;
}

.product-card-snap-icon {
display: flex;
align-items: center;
justify-content: center;
margin-right: 0.5rem;
}

.product-card-snap-container .product-card-snap-icon img {
height: 1.5rem;
width: auto;
margin-right: 0.25rem;
}