.ebay-shopping-box {
  display: grid;
  gap: 9px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid #cbdcd1;
  border-radius: 9px;
  background: #f4f8f5;
}

.ebay-shopping-box .cta {
  justify-self: start;
  margin: 0;
}

.ebay-shopping-box small {
  display: block;
  color: #5c6b62;
  font-size: .7rem;
  line-height: 1.5;
}

.ebay-shopping-box small a {
  font-weight: 800;
}

.price-watch-card > .ebay-shopping-box,
.guide-pick > .ebay-shopping-box {
  margin-top: 18px;
}

.ebay-card-action {
  display: grid;
  gap: 6px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #dce5df;
}

.ebay-card-action .cta {
  justify-self: start;
  margin: 0;
}

.ebay-card-action small {
  color: #5c6b62;
  font-size: .68rem;
  line-height: 1.45;
}

.ebay-card-action small a {
  font-weight: 800;
}
