/* ============================================
   BLACK HOLE SIMULATOR — Additional Styles
   Layers on top of style.css
   ============================================ */

/* Highlight color for dilation value */
.bh-highlight {
    color: #ff6600 !important;
    font-size: 15px !important;
}

/* Hide clocks tab panel on desktop (shown by desktop clock-visual instead) */
#clocks-panel { display: none; }

/* Shorter time label for mobile fit */
@media (max-width: 900px) {
    .time-sub { display: none; }
}
