/* CardReactor clean-slate eBay offers — existing Browse API, new public presentation. */
.crf-card-image-table--clean { margin-bottom: 0; }
.crf-card-images--clean figure { margin-bottom: 0; }

.crf-ebay-market {
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px solid #D2D2D2;
}
.crf-ebay-market[hidden] { display: none !important; }
.crf-ebay-shop { width: 100%; }
.crf-ebay-shop__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
}
.crf-ebay-shop__title {
  margin: 0;
  color: #242729;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.crf-ebay-shop__ad {
  color: #6c757d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
}
.crf-ebay-shop__grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
}
.crf-ebay-offer {
  display: grid;
  grid-template-columns: 116px minmax(0,1fr);
  min-height: 132px;
  overflow: hidden;
  color: #242729 !important;
  background: #fff;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  text-decoration: none !important;
  box-shadow: 0 1px 2px rgba(0,0,0,.06);
}
.crf-ebay-offer:hover {
  color: #242729 !important;
  background: #FAFAFA;
  border-color: #B8B8B8;
  text-decoration: none !important;
  box-shadow: 0 3px 8px rgba(0,0,0,.12);
}
.crf-ebay-offer__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 130px;
  padding: 7px;
  background: #F7F9F9;
  border-right: 1px solid #E0E0E0;
}
.crf-ebay-offer__visual img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 116px;
  object-fit: contain;
}
.crf-ebay-offer__image-fallback {
  color: #6c757d;
  font-size: 19px;
  font-weight: 700;
}
.crf-ebay-offer__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
  padding: 9px 10px;
}
.crf-ebay-offer__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  min-height: 18px;
}
.crf-ebay-offer__grade {
  display: inline-flex;
  padding: 2px 6px;
  color: #242729;
  background: #E9ECEF;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.2;
}
.crf-ebay-offer__condition {
  overflow: hidden;
  color: #6c757d;
  font-size: 10px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.crf-ebay-offer__title {
  display: -webkit-box;
  overflow: hidden;
  color: #242729;
  font-size: 12px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.crf-ebay-offer__bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
}
.crf-ebay-offer__price {
  color: #111;
  font-size: 16px;
  line-height: 1.1;
}
.crf-ebay-offer__view {
  color: #0d6efd;
  font-size: 11px;
  white-space: nowrap;
}
.crf-ebay-shop__disclosure {
  margin: 8px 0 0;
  color: #6c757d;
  font-size: 11px;
  line-height: 1.35;
}

@media (max-width: 991px) {
  .crf-ebay-offer { grid-template-columns: 92px minmax(0,1fr); }
  .crf-ebay-offer__visual { min-height: 120px; }
  .crf-ebay-offer__visual img { max-height: 104px; }
}

@media (max-width: 767px) {
  .crf-ebay-shop__grid { grid-template-columns: 1fr; }
  .crf-ebay-offer { grid-template-columns: 104px minmax(0,1fr); }
  .crf-ebay-shop__header { align-items: flex-start; }
}

@media (max-width: 430px) {
  .crf-ebay-offer { grid-template-columns: 88px minmax(0,1fr); }
  .crf-ebay-offer__copy { padding: 8px; }
  .crf-ebay-offer__view { display: none; }
}
