/* Step 82: لوگو و کاور در کارت‌های عمومی دو جای مستقل دارند */
.local-store-title-row,
.search-v2-store-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 6px;
}

.local-store-inline-logo,
.search-v2-store-inline-logo {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px;
    border-radius: 12px;
    border: 1px solid #e9e2ee;
    background: #fff;
    object-fit: contain !important;
    padding: 3px;
    box-shadow: 0 4px 12px rgba(31, 20, 42, .07);
}

.local-store-title-row h3,
.search-v2-store-title-row h3 {
    margin: 0 !important;
    min-width: 0;
}

.local-store-media > img:first-child,
.search-v2-store-media > img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* هیچ لوگویی دیگر به صورت لایه روی کاور قرار نمی‌گیرد */
.local-store-media .store-logo-overlay,
.search-v2-store-media .store-logo-overlay {
    display: none !important;
}

@media (max-width: 650px) {
    .local-store-inline-logo,
    .search-v2-store-inline-logo {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px;
        border-radius: 10px;
    }

    .local-store-title-row,
    .search-v2-store-title-row {
        gap: 7px;
        margin-top: 7px;
    }
}
