.proebo-pictos {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.proebo-picto {
    height: 40px;
    object-fit: contain;
}
.proebo-picto-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.proebo-picto-item {
    display: flex;
    align-items: center;
    /* background: #fff; */
    /* border: 1px solid #ddd; */
    padding: 0 10px;
    /* border-radius: 6px; */
}

.proebo-picto-img img {
    height: 40px;
    width: auto;
}

.proebo-picto-img {
    width: 60px;
    text-align: center;
}

.proebo-picto-infos {
    flex: 1;
    padding: 0 10px;
}

.proebo-picto-feature {
    font-weight: 600;
}

.proebo-picto-value {
    font-size: 12px;
    color: #666;
}

.proebo-picto-actions a {
    color: #c00;
}