.toolbar-popup__button{display:flex;align-items:center;vertical-align:middle;justify-content:center;height:30px;width:30px;border:0;background:none;border-radius:4px;cursor:pointer;padding:0}.toolbar-popup__button.spaced{margin-right:2px}.toolbar-popup__button.active{background-color:var(--color-base-100)}.toolbar-popup__button.active .icon{opacity:1}.toolbar-popup__button.disabled{cursor:not-allowed}.toolbar-popup__button.disabled .icon{opacity:.2}.toolbar-popup__button:hover:not([disabled]){background-color:var(--color-base-100)}.toolbar-popup__dropdown{display:flex;align-items:center;vertical-align:middle;justify-content:center;height:30px;border:0;background:none;border-radius:4px;cursor:pointer;position:relative;padding:0 10px}.toolbar-popup__dropdown-label{color:var(--color-base-600);padding:0 10px}.toolbar-popup__dropdown:disabled{cursor:not-allowed}.toolbar-popup__dropdown:disabled .icon{opacity:.2}.toolbar-popup__dropdown .active,.toolbar-popup__dropdown:hover:not([disabled]){background-color:var(--color-base-100)}.toolbar-popup__dropdown .active .toolbar-popup__dropdown-caret:after{transform:rotate(0deg)}.toolbar-popup__dropdown-caret:after{transform:rotate(180deg);content:" ";position:absolute;top:13px;width:7px;height:4px;opacity:.3;background-image:url(/_next/static/media/index.adb15e43.svg);background-position-y:0;background-position-x:0}.toolbar-popup__dropdown-items{position:absolute;background:var(--color-base-0);border-radius:4px;min-width:132.5px;max-width:200px;z-index:100}.toolbar-popup__dropdown-items .toolbar-popup__dropdown-item{all:unset;cursor:pointer;color:var(--color-base-900);padding-left:6.25px;padding-right:6.25px;width:100%;height:30px;border-radius:4px;box-sizing:border-box;display:flex;align-items:center;gap:6.25px}.toolbar-popup__dropdown-items .toolbar-popup__dropdown-item .text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.toolbar-popup__dropdown-items .toolbar-popup__dropdown-item.active,.toolbar-popup__dropdown-items .toolbar-popup__dropdown-item:hover:not([disabled]){background-color:var(--color-base-100)}.toolbar-popup__dropdown-items .toolbar-popup__dropdown-item .icon{min-width:20px;height:20px;color:var(--color-base-600)}html[data-theme=light] .toolbar-popup__dropdown-items{position:absolute;box-shadow:0 0 30px 0 rgba(0,2,4,.12),0 30px 25px -8px rgba(0,2,4,.1)}html[data-theme=dark] .fixed-toolbar__dropdown-items{background:var(--theme-elevation-0)}html[data-theme=dark] .fixed-toolbar__dropdown-items .toolbar-popup__dropdown-item{color:var(--theme-elevation-900)}html[data-theme=dark] .fixed-toolbar__dropdown-items .toolbar-popup__dropdown-item.active,html[data-theme=dark] .fixed-toolbar__dropdown-items .toolbar-popup__dropdown-item:hover:not([disabled]){background-color:var(--theme-elevation-100)}html[data-theme=dark] .fixed-toolbar__dropdown-items .toolbar-popup__dropdown-item .icon{color:var(--theme-elevation-600)}html[data-theme=dark] .fixed-toolbar .toolbar-popup__button.active,html[data-theme=dark] .fixed-toolbar .toolbar-popup__button:hover:not([disabled]),html[data-theme=dark] .fixed-toolbar .toolbar-popup__dropdown:hover:not([disabled]){background-color:var(--theme-elevation-100)}html[data-theme=dark] .fixed-toolbar .toolbar-popup__dropdown-caret:after{filter:invert(1)}html[data-theme=dark] .fixed-toolbar .toolbar-popup__dropdown-label{color:var(--theme-elevation-750)}.fixed-toolbar.fixed-toolbar--hide{visibility:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fixed-toolbar{display:flex;flex-wrap:wrap;align-items:center;padding:calc(var(--base)/4);vertical-align:middle;position:-webkit-sticky;position:sticky;z-index:2;top:var(--doc-controls-height);border:1px solid var(--theme-elevation-150);transform:translateY(1px)}.fixed-toolbar:after,.fixed-toolbar:before{content:" ";position:absolute;top:0;right:0;bottom:0;left:0}.fixed-toolbar:before{background:var(--theme-elevation-0);opacity:.75}.fixed-toolbar:after{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.fixed-toolbar__group{display:flex;align-items:center;gap:2px;z-index:1}.fixed-toolbar__group .icon{min-width:20px;height:20px;color:var(--theme-elevation-600)}.fixed-toolbar__group .divider{width:1px;height:15px;background-color:var(--theme-elevation-100);margin:0 6.25px}.fixed-toolbar .toolbar-popup__button,.fixed-toolbar .toolbar-popup__dropdown{border-radius:0}.fixed-toolbar+.editor-container>.editor-scroller>.editor>.ContentEditable__root{padding-top:calc(var(--base)*1.25)}.fixed-toolbar+.editor-container>.editor-placeholder{top:calc(var(--base)*1.25)}.rich-text-lexical--show-gutter .fixed-toolbar+.editor-container>.editor-scroller>.editor>.ContentEditable__root:before{top:calc(var(--base)*1.25)!important;height:calc(100% - var(--base)*1.25 - 8px)!important}