
.gg-storeInfoCard {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(18, 38, 63, .06);
}

.gg-storeInfoCard__body {
    padding: 16px;
}

.gg-storeInfoCard__header {
    gap: 12px;
}

.gg-storeInfoCard__avatar {
    flex: 0 0 auto;
    margin-right: 12px;
}

.gg-storeInfoCard__avatarImg {
    max-width: 100px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.gg-storeInfoCard__soldBy {
    font-size: 12px;
    color: #6c757d;
    line-height: 1.1;
}

.gg-storeInfoCard__storeName {
    font-size: 14px;
    font-weight: 700;
    color: #1f2d3d;
    line-height: 1.2;
}

.gg-storeInfoCard__storeName a {
    color: inherit;
    text-decoration: none;
}

.gg-storeInfoCard__storeName a:hover {
    text-decoration: underline;
}

.gg-storeInfoCard__storeMeta {
    font-weight: 600;
    color: #6c757d;
}

.gg-storeInfoCard__topInfo {
    min-width: 0;
}

.gg-storeInfoCard__divider {
    margin: 5px 0;
    border-top: 1px solid rgba(0,0,0,.06);
}

.gg-storeInfoCard__metrics {
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: nowrap;
}

.gg-storeInfoCard__metric {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #495057;
    white-space: nowrap;
}

.gg-storeInfoCard__metricValue {
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
}

.gg-storeInfoCard__metricLabel {
    font-size: 12px;
    color: #6c757d;
}

.gg-storeInfoCard__metricSep {
    width: 1px;
    height: 16px;
    background: rgba(0,0,0,.08);
    display: inline-block;
}


.gg-storeInfoCard__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.gg-storeInfoCard__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    color: #2f3b45;
    font-size: 14px;
    white-space: nowrap;
}

.gg-storeInfoCard__check {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(40, 167, 69, .12);
    color: #28a745;
    font-size: 12px;
    flex: 0 0 20px;
}

.gg-storeInfoCard__badge {
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    background: rgba(255, 193, 7, .18);
    color: #8a6d1f;
    border: 1px solid rgba(255, 193, 7, .35);
    white-space: nowrap;
}

.gg-storeInfoCard__badgeIcon {
    font-size: 14px;
    line-height: 1;
}


.gg-storeInfoCard__trust {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(40, 167, 69, .06);
    border: 1px solid rgba(40, 167, 69, .18);
    color: #1f2d3d;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.gg-storeInfoCard__trustIcon {
    font-size: 18px;
    line-height: 1;
}

.gg-storeInfoCard__btn {
    margin-right: 8px;
}

.gg-storeInfoCard__actions {
    display: flex;
    white-space: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
}

@media (max-width: 992px) {
    .gg-storeInfoCard__metrics {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .gg-storeInfoCard__top {
        flex-direction: column;
    }

    .gg-storeInfoCard__actions {
        width: 100%;
        justify-content: flex-start;
    }
}


.gg-storeCard__metricIcon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 14px;
}

.gg-storeCard__metricIcon--sales { background: #edf2ff; color: #2b6cb0; }
.gg-storeCard__metricIcon--star  { background: #fff7df; color: #b7791f; }