@media (max-width: 480px) {
  .table th.col-location,
  .table td.col-location {
    display: none;
	.machine-meta div {
  margin-bottom: 0.4rem;
}

.timeline {
  position: relative;
  margin: 1rem 0;
  padding-left: 1.2rem;
  border-left: 2px solid rgba(255,255,255,0.1);
}

.timeline-item {
  margin-bottom: 1rem;
  position: relative;
}

.timeline-item .dot {
  width: 10px;
  height: 10px;
  background: var(--accent);
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: 4px;
}

.timeline-content {
  padding-left: 0.5rem;
}

.timestamp {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}
.btn-danger {
  background: var(--danger);
  color: #fff;
  border-color: var(--danger);
}

.btn-danger:hover {
  filter: brightness(1.05);
}

  }
}