/* Units made on product page */
.suredrop-product-count {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-style: italic;
    color: #555;
    margin: 6px 0 12px 0;
    letter-spacing: 0.5px;
}

.suredrop-product-count::before,
.suredrop-product-count::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #ccc; /* subtle line color */
    margin: 0 10px;         /* spacing between text and lines */
}
