@media print {
    body * {
        visibility: hidden;
    }
    .glass-panel, .glass-panel * {
        visibility: visible;
    }
    .glass-panel {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: white !important;
        box-shadow: none !important;
        border: 1px solid #ccc !important;
    }
    #bfTabs, #bfForm, .btn {
        display: none !important;
    }
}

.text-xs {
    font-size: 0.75rem;
}
.tracking-wider {
    letter-spacing: 0.1em;
}
.x-small {
    font-size: 0.7rem;
}
.bg-white.p-3.rounded.shadow-sm {
    overflow-x: auto;
    max-width: 100%;
}
.formula-callout {
    overflow-x: auto;
}
