/* ==========================================================================
   REGISTRATION.CSS - ACM Collective Intelligence 2026
   Page-specific styles for registration tables, captions, and text layout.
   ========================================================================== */

/* Table Caption & Meta Text */
.table-caption {
    font-size: 0.95rem;
    color: var(--vt-hokie-stone);
    margin-bottom: 0.5rem;
}

/* Utilities for Data Alignment */
.text-center {
    text-align: center;
}

/* Explicit Vertical Rhythm for Note Blocks on this Page */
.highlight-box p {
    margin-bottom: 0.75rem;
}

.highlight-box p:last-child {
    margin-bottom: 0;
}