
/* Variante icon-only: espelha o .chat-icon-btn do header do chat pra manter o
   mesmo padrao visual dos demais icons de acao (busca, transferir, etc). */
.outbound-call-button--icon[data-v-3f705015] {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.15s ease;
  flex-shrink: 0;
}
.outbound-call-button--icon[data-v-3f705015]:hover {
  background: #f3f4f6;
  color: #111827;
}
.outbound-call-button--icon[data-v-3f705015]:active {
  background: #e5e7eb;
  transform: scale(0.98);
}
.outbound-call-button--icon[data-v-3f705015]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
@media (max-width: 768px) {
.outbound-call-button--icon[data-v-3f705015] {
    width: 32px;
    height: 32px;
}
}
