.ebay-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, 280px);
  justify-content: space-evenly;
  margin-top: 1rem;
  grid-gap: 10px;
}
.ebay-wrap .api-widget, .ebay-wrap div[data-widget-slot], .ebay-wrap #paid-content-frame {
  grid-column: 1/-1;
}
.ebay-wrap .api-widget, .ebay-wrap #paid-content-frame, .ebay-wrap div[data-widget-slot] > div {
  margin-top: 2rem;
}

.ebay-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}
.ebay-item h3 {
  color: black !important;
  width: 100%;
  margin: 0.3rem 0 0 0;
  padding: 0;
  font-size: 0.85rem;
  font-weight: bold;
}
.ebay-item h3 a {
  height: 3.7rem;
  color: black !important;
}
.ebay-item strong {
  font-size: 1rem;
}
.ebay-item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
}
.ebay-item .image a {
  position: relative;
}
.ebay-item .image a .logo {
  position: absolute;
  top: 10px;
  right: 10px;
}
.ebay-item .text {
  width: 100%;
}
.ebay-item .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.ebay-item .ellipsis.nowrap {
  white-space: nowrap;
}

.image-link {
  margin: 0;
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: brightness(0.95);
  border-radius: 10px;
  background-color: white;
}
.image-link .main-image {
  max-height: 100%;
  max-width: 100%;
  border-radius: 10px;
}

/*# sourceMappingURL=ebay.css.map */
