.eq-table tbody tr.eq-row-link {
  cursor: pointer;
}

.eq-table td.eq-actions {
  white-space: nowrap;
}

.eq-action-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.eq-consult,
.eq-wa {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.eq-consult {
  background: #fff;
  color: #00a659;
  border: 2px solid #00a659;
}

.eq-consult:hover,
.eq-consult:focus {
  background: #00a659;
  color: #fff;
}

.eq-wa {
  background: #25d366;
  color: #fff;
  border: 2px solid #25d366;
}

.eq-wa:hover,
.eq-wa:focus {
  background: #1da851;
  border-color: #1da851;
  color: #fff;
}

.eq-noresult-consult {
  margin: 12px 0 0;
}

@media (max-width: 768px) {
  .eq-action-group {
    flex-direction: column;
    align-items: stretch;
  }
}
