/* ============================================================================
 * shared/devoxx/02-just-in-time/style.css
 * ───────────────────────────────────────────────────────────────────────────
 * Module-specific sizing only. Role colors, state classes, label fade,
 * terminal styling are all inherited from the zen framework.
 * ============================================================================ */

/* 4 boxes on the horizontal axis — same row y=38%. All roughly equal width. */
#box-user,
#box-auth,
#box-slack,
#box-approver { width: 15%; }

#term {
    width: 28%;
    height: 26%;
}

/* Approval stamp — bigger, green, attention-grabbing on beat 3 */
#lbl-approved {
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 8px 18px;
    border-width: 2px;
    text-shadow: 0 0 12px rgba(52, 211, 153, 0.4);
}

/* Slash command — looks like a Slack input preview */
#lbl-slash {
    font-family: 'Courier New', monospace;
    font-size: 0.82rem;
    padding: 4px 12px;
}
