/* Binary Calculator styles */

/* Width/overflow note under the result boxes.
   Uses Bootstrap text-muted so it adapts to light/dark via [data-bs-theme].
   No hardcoded background so dark mode keeps working. */
#widthNote {
    min-height: 1.2em;
    line-height: 1.3;
}

#widthNote:not(:empty) {
    font-weight: 600;
}
