.mc-web-version {
    position: fixed;
    right: 12px;
    bottom: 10px;
    z-index: 2147483000;
    padding: 4px 8px;
    border: 1px solid rgba(15, 23, 42, 0.16);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.86);
    color: #475569;
    font: 600 11px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    pointer-events: none;
}

@media print {
    .mc-web-version {
        display: none;
    }
}
