.aoc-btn.whatsapp {
  background: #25d366;
  color: #073b1f;
}
.aoc-btn:disabled {
  cursor: wait;
  opacity: .65;
}
.aoc-list-heading {
  align-items: end;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 18px 0 8px;
}
.aoc-list-heading b { font-size: 20px; }
.aoc-list-heading small { color: #64748b; }
.aoc-actions {
  align-items: center;
  display: flex;
  gap: 6px;
}
@media (max-width: 620px) {
  .aoc-list-heading { display: block; }
  .aoc-list-heading small { display: block; margin-top: 4px; }
  .aoc-table td[data-label]::before {
    color: #64748b;
    content: attr(data-label) ': ';
    font-weight: 700;
  }
  .aoc-actions {
    display: grid !important;
    gap: 7px;
    grid-template-columns: 1fr 1fr;
  }
  .aoc-actions::before { display: none; }
  .aoc-actions .aoc-btn { width: 100%; }
}
