/* ========================================
   HOST UTILIZATION COLUMN
   Compact ring gauge for the admin hosts index Util. column
   ======================================== */

.host-util-gauge {
  display: flex;
  align-items: center;
  gap: var(--arp-space-2);
}

/* Shrink the shared ring SVG (60px) to fit a table cell */
.host-util-gauge .bw-ring-svg {
  width: 28px;
  height: 28px;
}

.host-util-percent {
  font-size: var(--bulma-size-7);
  font-weight: 600;
  color: var(--arp-text-primary);
}

/* De-emphasize the gauge for hosts that cannot take new VMs (provisioning off) */
.host-util-gauge.is-muted {
  opacity: 0.45;
}
