.public-business-catalog.is-products .social-feed-body.social-feed-body-counted {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 4px;
  padding: 3px 6px 7px;
}

.public-business-catalog.is-products .business-posted-engagement-row {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 4px;
}

.public-business-catalog.is-products .business-posted-comment-cta {
  width: 100%;
  min-width: 0;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 999px;
  background: #fff4e8;
  color: var(--emy-orange);
  cursor: pointer;
  padding: 4px 2px;
  font: inherit;
  font-size: 10px;
  font-weight: 790;
  white-space: nowrap;
}

.public-business-catalog.is-products .business-posted-comment-cta svg {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.public-business-catalog.is-products .business-posted-comment-cta > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.public-business-catalog.is-products .business-posted-comment-cta > strong {
  flex: 0 0 auto;
  color: currentColor;
  font: inherit;
  white-space: nowrap;
}

.public-business-catalog.is-products .social-feed-body-counted > .business-posted-engagement-row {
  grid-column: 1 / -1;
}

.public-business-catalog.is-products .social-feed-body-counted > .business-posted-engagement-row + .social-feed-time {
  grid-column: 1 / -1;
  width: 100%;
  justify-self: end;
  text-align: right;
}
