.market-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.market-badge {
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 8px;
    box-sizing: border-box;
    border: 1px solid #cbd3dc;
    border-radius: 5px;
    color: #25303b;
    background: #f7f9fb;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
}

.market-badge img {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    object-fit: contain;
    image-rendering: auto;
}

.market-badge-game {
    border-color: #e0b90f;
    color: #3b3100;
    background: #fff8d7;
}

.market-badge-server {
    border-color: #a8b7e8;
    color: #253774;
    background: #f1f4ff;
}

.market-context-line {
    color: #59636e;
    font-size: 13px;
}
