/* FileGuard Pro - Queue widget styles */

.fgq-widget button,
.fgq-modal button {
  cursor: pointer;
}

.fgq-item.downloading {
  background-color: #3e3e00;
}

.fgq-item.downloaded {
  background-color: #003a00;
  color: #50ff50;
}

.fgq-item.failed {
  background-color: #4d0000;
  color: #ff5555;
}
