.hafijur-hf-product-card {
    text-align: left;
    margin: 0;
    padding: 0;
    font-family: inherit;
}

/* Title */
.hf-product-title {
    font-size: 15px;
    font-weight: 500;
    margin: 6px 0 4px;
    line-height: 1.35;
    color: #111;
}
.hf-product-title a {
    color: inherit;
    text-decoration: none;
}

/* Price */
.hf-product-price {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #000;
}


/* Reduce extra gaps that some themes add around loop items */
.hafijur-hf-product-card,
.hafijur-hf-product-card * {
    box-sizing: border-box;
}

/* Small responsiveness: keep things compact on narrow screens */
@media (max-width: 480px) {
    .hf-product-title { font-size: 14px; }
    .hf-product-price { font-size: 15px; }
}
