/* Fix image rendering on public/uploads paths */
.ko-store-card__cover,
.ko-product-card__image,
.blanjego-food-store-cover {
    position: relative;
    overflow: hidden;
}

.ko-store-card__cover > img,
.ko-product-card__image > img,
.blanjego-food-store-cover > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.blanjego-home-store-logo,
.blanjego-food-store-logo {
    position: absolute;
    left: 11px;
    bottom: 10px;
    z-index: 3;
    width: 42px !important;
    height: 42px !important;
    overflow: hidden;
    display: grid !important;
    place-items: center;
    padding: 0 !important;
    border: 2px solid rgba(255,255,255,.85);
    border-radius: 13px;
    background: #17131c;
    box-shadow: 0 7px 18px rgba(0,0,0,.28);
}

.blanjego-home-store-logo img,
.blanjego-food-store-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blanjego-food-store-cover {
    min-height: 150px;
}

.blanjego-food-store-card .status-pill.is-closed {
    background: rgba(239,68,68,.12);
    color: #fca5a5;
}

@media (max-width: 700px) {
    .blanjego-home-store-logo,
    .blanjego-food-store-logo {
        width: 36px !important;
        height: 36px !important;
        border-radius: 11px;
    }

    .blanjego-food-store-cover {
        min-height: 120px;
    }
}
