body.focus-mode {
    --right-sidebar-top: 56px;
}

.focus-topbar {
    z-index: 1030;
    min-height: 56px;
}

.container-narrow {
    max-width: 1400px;
}

.focus-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

@media (min-width: 992px) {
    .focus-layout {
        grid-template-columns: minmax(0, 1fr) 420px;
    }
    .focus-aside {
        top: 72px;
        height: calc(100vh - 72px - 1rem - 10px);
    }
}

.discussion-panel-body {
    flex: 1 1 0;
    overflow-y: auto;
    min-height: 0;
}

.focus-attachment-chip {
    font-size: var(--tblr-btn-font-size-sm, 0.875rem);
    line-height: var(--tblr-btn-line-height, 1.4285714);
}

.focus-attachment-chip:hover {
    background-color: #fff;
    border-color: var(--tblr-primary);
}

.focus-attachment-add {
    border-style: dashed;
}

.focus-attachment-add:hover {
    border-style: solid;
}

/* Tabler has a secondary .steps rule that adds a left border + extra
   left padding/margin for its docs-style numbered-list variant. That
   leaks into our horizontal stepper as a stray vertical line on the
   left. Undo those properties so we get the horizontal stepper only. */
.steps {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}
