/* Sed Workspace — Mobile */

@media (max-width: 900px) {
    .workspace {
        flex-direction: column;
        height: auto;
        min-height: calc(100vh - 57px);
    }

    .sidebar {
        width: 100%;
        border-left: none;
        border-top: 1px solid var(--sed-border);
        max-height: 50vh;
    }

    .chat-panel {
        min-height: 50vh;
    }

    .message {
        max-width: 95%;
    }
}
