/* Keys + Logs screens. Owned by those views — nothing else appends here. */

/* Click-to-copy uuid previews (subject, gateway key id). No inline `style=`
   attribute anywhere — CSP style-src 'self' would reject it — so the affordance
   lives here as a class. */
.copyable { cursor: pointer; text-decoration: underline dotted; text-underline-offset: 2px; }
.copyable:hover { color: var(--accent); }

#view .page-head input[type="search"] { min-width: 260px; }

/* Logs filter bar: subject/department text inputs plus two date pickers. */
.row input[type="date"] { min-width: 0; }

/* Keys action column: keep Rotate/Revoke on one line without stretching the row. */
td .row { flex-wrap: nowrap; }

