.review-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.review-actions .approve-button {
  margin-top: 0;
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #b6dfc6;
  border-radius: 8px;
  padding: 8px 11px;
  background: #f1fbf4;
  color: #267a48;
  font-size: 11px;
  font-weight: 850;
}

.whatsapp-button:hover {
  background: #e3f7e9;
}

.whatsapp-mark {
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 11px;
}

.share-note {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.4;
}

@media (max-width: 610px) {
  .review-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }
}
