.mmc-activity-identity { align-items: center; color: var(--mmc-color-primary-dark); display: inline-flex; gap: var(--mmc-space-xs); max-width: 100%; min-width: 0; position: relative; text-decoration: none; z-index: 3; }
.mmc-activity-identity__icon { align-items: center; background: var(--mmc-color-surface); border: 1px solid var(--mmc-color-border); border-radius: 10px; color: var(--mmc-color-primary); display: flex; flex: 0 0 auto; justify-content: center; }
.mmc-activity-identity__icon svg { fill: none; height: 56%; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 56%; }
.mmc-activity-identity__name { font-weight: 600; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mmc-activity-identity--product-card { gap: 8px; min-height: 36px; }
.mmc-activity-identity--product-card .mmc-activity-identity__icon { height: 30px; width: 30px; }
.mmc-activity-identity--product-card .mmc-activity-identity__name { font-size: 13px; }
.mmc-activity-identity--single-product { gap: 10px; min-height: 44px; }
.mmc-activity-identity--single-product .mmc-activity-identity__icon { height: 38px; width: 38px; }
.mmc-activity-identity--single-product .mmc-activity-identity__name { font-size: 15px; }
.mmc-activity-identity--compact .mmc-activity-identity__icon { height: 28px; width: 28px; }
.mmc-activity-identity--default .mmc-activity-identity__icon { height: 34px; width: 34px; }
.mmc-activity-identity:focus-visible { color: var(--mmc-color-primary); }
.mmc-activity-identity:focus-visible .mmc-activity-identity__icon { background: var(--mmc-color-primary-soft); border-color: var(--mmc-color-primary); }
.mmc-activity-identity:focus-visible { outline: 2px solid var(--mmc-color-primary); outline-offset: 2px; }

@media (hover: hover) and (pointer: fine) {
    .mmc-activity-identity:hover { color: var(--mmc-color-primary); }
    .mmc-activity-identity:hover .mmc-activity-identity__icon { background: var(--mmc-color-primary-soft); border-color: var(--mmc-color-primary); }
}

/* Card Marketplace: identità attività su una riga autonoma e interamente cliccabile. */
.mmc-activity-identity--marketplace{
    display:flex;
    gap:8px;
    min-height:30px;
    width:100%;
}
.mmc-activity-identity--marketplace .mmc-activity-identity__icon{
    border-radius:8px;
    height:26px;
    width:26px;
}
.mmc-activity-identity--marketplace .mmc-activity-identity__name{
    flex:1;
    font-size:12.5px;
    font-weight:750;
}
.mmc-activity-identity--marketplace::after{
    color:var(--mmc-color-primary-dark);
    content:'\203A';
    flex:0 0 auto;
    font-size:20px;
    font-weight:800;
    line-height:1;
    margin-left:auto;
}
