/*
 * Người Việt San Jose 4.9.1
 * Universal Interaction Surface Consolidation & Contextual Action Engine
 */
.nvo-social-action-bar {
  grid-template-columns: repeat(var(--nvo-interaction-action-count, 3), minmax(0, 1fr)) !important;
}

.nvo-social-action-bar .nvo-contextual-message-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 44px;
  min-height: 42px;
  padding-inline: 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--ds-muted);
  text-decoration: none;
  cursor: pointer;
}

.nvo-social-action-bar .nvo-contextual-message-action:hover,
.nvo-social-action-bar .nvo-contextual-message-action:focus-visible {
  background: var(--ds-surface-soft);
  color: var(--ds-text);
  text-decoration: none;
}

.nvo-social-action-bar .nvo-contextual-message-action .nvo-interaction-icon {
  font-family: inherit;
  font-weight: 500;
}

/* Standalone commercial CTA is retired when contextual action policy owns messaging. */
.marketplace-cam-card .cam-commerce-strip.message-only:empty {
  display: none !important;
}
