.ads-VendorLogo {
  @apply bg-transparent
    inline-flex
    items-center
    justify-center
    relative
    rounded;
}

.ads-VendorLogo-img {
  @apply block
    max-w-full
    max-h-full
    rounded;
}

.ads-VendorLogo-placeholder {
  @apply rounded
    w-full;
}

.ads-VendorLogo-placeholder {
  @apply bg-gray-200
    h-full
    flex
    items-center
    justify-center
    text-gray-700
    font-medium;
}

.ads-VendorLogo-badge {
  @apply bg-brandGreen-400
    text-white
    absolute
    flex
    items-center
    justify-center
    bottom-0
    right-0
    rounded-full;

  transform: translate(25%, 25%);
  height: 35%;
  width: 35%;
}
