/* Product Card Layout Fixes */
.product-card .card-title,
.product-name,
.latest-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-align: center;
    color: #333;
    line-height: 1.3;
}

.price-action-row {
    width: 100%;
    margin-top: auto;
    padding-top: 0.5rem;
    border-top: 1px solid #e9ecef;
}

.price-action-row .h5,
.product-price,
.latest-price {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
    color: #D4AF37;
}

.price-action-row .btn,
.add-cart-btn,
.quick-add-btn {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
}
