.computer-group {
  display: grid;
  gap: 7px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fafbfc;
}

.computer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 1px 3px 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

.computer-head div { display: grid; gap: 1px; }
.computer-head strong { color: var(--ink); font-size: 13px; }
.computer-head small { font-weight: 550; }
.computer-label { font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.computer-group .printer { border-radius: 8px; background: #fff; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.agent-download {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 9px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 780;
  text-decoration: none;
}

.agent-download span {
  color: #c7cdd9;
  font-size: 11px;
  font-weight: 650;
}

@media (max-width: 760px) {
  .header-actions { align-items: flex-start; flex-direction: column-reverse; margin-top: 18px; }
}
