/* Tenant-wide usage banner (US-141) — full banner + collapsed sliver. */

/* Collapsed state: a thin, full-width severity-coloured line, no icon. The
   colour alone signals the state; clicking re-expands the full banner. */
.usage-banner-sliver {
  display: block;
  width: 100%;
  height: 6px;
  padding: 0;
  border: 0;
  cursor: pointer;
  transition: height 0.1s ease;
}

.usage-banner-sliver:hover {
  height: 10px;
}
