/* A handful of rules on top of Bootstrap. Anything longer than this belongs
   in a proper stylesheet, but an admin console does not need one. */

.table-sm td, .table-sm th { vertical-align: middle; }

.stat-card .stat-number { font-size: 2rem; font-weight: 600; line-height: 1; }
.stat-card .stat-label { font-size: .8rem; text-transform: uppercase;
                         letter-spacing: .04em; opacity: .7; }

/* Sync detail and error text is written as plain lines and should stay that
   way rather than reflowing into a paragraph. */
.pre-wrap { white-space: pre-wrap; font-family: var(--bs-font-monospace);
            font-size: .85rem; }

.certificate-id { font-family: var(--bs-font-monospace); letter-spacing: .08em; }

.scroll-list { max-height: 26rem; overflow-y: auto; }
