
/*archive publicadores*/
.marketplace-distinciones {
  gap: .5rem;
  justify-items: center;
  align-items: center;
}

.marketplace-distinciones .marketplace-dist-badge {
  max-height: 21px;
  height: 21px;
  width: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
  margin-right: 0px !important;
}

.single-marketplace .single-mkp-dist-badge{
    height:28px;
    max-height:28px;
    width:auto;
}
.single-marketplace .marketplace_distinciones .d-flex {
    gap: 20px !important;
}