/* Pinned link banners (Quick Add) - scoped to the pinned slots only. */
.dv-promo-slot-text { margin: 0 0 18px; }
.dv-promo-slot-text .dv-promo-slot-inner { display: grid; gap: 10px; }

.dv-pinned-banner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  border: 1px solid #d8e2f0;
  border-left: 4px solid #1d4ed8;
  border-radius: 10px;
  background: #f5f8fd;
}

.dv-pinned-copy { flex: 1 1 auto; min-width: 0; }

.dv-pinned-title {
  display: block;
  margin: 0 0 3px;
  color: #0f2447;
  font: 700 16px/1.3 inherit;
}

.dv-pinned-body {
  margin: 0;
  color: #40536f;
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.dv-pinned-body p { margin: 0 0 4px; }
.dv-pinned-body p:last-child { margin-bottom: 0; }
.dv-pinned-body a { color: #1d4ed8; text-decoration: underline; }

.dv-pinned-cta {
  flex: 0 0 auto;
  padding: 9px 16px;
  border-radius: 8px;
  background: #1d4ed8;
  color: #fff;
  font: 600 14px/1.2 inherit;
  text-decoration: none;
  white-space: nowrap;
}
.dv-pinned-cta:hover { background: #17409f; }

.dv-pinned-dismiss {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #7c8ba1;
  font: 400 16px/1 sans-serif;
  cursor: pointer;
}
.dv-pinned-dismiss:hover { background: #e4eaf3; color: #24324a; }

@media (max-width: 640px) {
  .dv-pinned-banner { flex-direction: column; align-items: flex-start; gap: 10px; }
  .dv-pinned-cta { width: 100%; text-align: center; }
}

/* Pinned badge on listing cards. */
.dv-pinned-chip {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #fff4d6;
  color: #7a5300;
  border: 1px solid #f0d79a;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.dv-pinned-chip-card {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
}
.deal-card { position: relative; }
