/* Phase 8 — VPS Control Center theme refinements (minimal, scoped) */

:root {
  --cc-radius: 6px;
}

/* Slightly tighter headers for density without clutter */
.widget-header {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.72rem;
  opacity: 0.92;
}

.page-column-small .widget {
  margin-block-end: 0.85rem;
}

/* Status-oriented bookmark descriptions read clearer */
.bookmarks-link-description {
  opacity: 0.78;
  line-height: 1.35;
}

/* Soft frame separation on full column widgets */
.page-column-full .widget-content-frame {
  border-radius: var(--cc-radius);
}

/* Reduce visual noise on empty "#" ops links */
a[href="#"] {
  cursor: default;
}
