/*
Theme Name: ExpertHive Child
Theme URI: https://hivepress.io/themes/experthive
Template: experthive
Author: HivePress
Author URI: https://hivepress.io
Description: A multipurpose WordPress theme that allows you to build an on-demand services marketplace.
Tags: left-sidebar,custom-colors,custom-menu,custom-logo,featured-images,footer-widgets,theme-options,threaded-comments,translation-ready
Version: 1.0.6.1763550738
Updated: 2025-11-19 11:12:18

*/
/* Portfolio inside left vendor card */
.alhire-vendor-portfolio--card {
    margin-top: 16px;
}

.alhire-vendor-portfolio__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.alhire-vendor-portfolio__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 8px;
}

.alhire-vendor-portfolio__item img {
    width: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}
