.sales-activity {
  display: grid;
  margin-top: 14px;
}

.sale-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.sale-row:last-child { border-bottom: 0; }
.sale-row strong, .sale-row small { display: block; }
.sale-row strong { font-size: 12px; }
.sale-row small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.sale-row b { white-space: nowrap; color: var(--green); font-size: 11px; }
.danger-link { color: #c74747; }
.view > .section-heading .eyebrow { display: none; }

.details-image.no-image { place-content: center; justify-items: center; gap: 6px; color: #777788; }
.details-image.no-image span { font-size: 35px; line-height: 1; }
.details-image.no-image small { color: inherit; font: 600 12px Manrope, system-ui, sans-serif; }
.dark .details-image.no-image { color: #b8c3d3; }
