/* Product Page Vendor and Category Styles */
.product-footer-meta p {
    margin-bottom: 12px;
    line-height: 1.8;
}

.product-footer-meta span {
    font-weight: 600;
    color: #333;
    margin-right: 8px;
}

.product-footer-meta a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-footer-meta a:hover {
    color: #ff6600;
    text-decoration: underline;
}

.product-footer-meta p:last-child {
    margin-bottom: 0;
}
