/* Share-result safety, visible action menu, and live transfer indicators. */
.file-storage-prototype .file-storage-tabs > button{display:inline-flex;align-items:center;gap:5px;position:relative}
.file-storage-prototype .fs-transfer-badge{display:inline-flex;align-items:center;min-height:18px;padding:0 5px;border-radius:10px;background:#eaf7f3;color:#008b68;font-size:10px;font-style:normal;font-weight:800;letter-spacing:.1px;line-height:18px;white-space:nowrap}
.file-storage-prototype .file-storage-tabs > button.active .fs-transfer-badge{background:#00966f;color:#fff}
.fs-context{width:190px;max-height:calc(100vh - 24px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;z-index:2400!important}
.fs-context button{min-height:38px;height:auto;padding-top:7px;padding-bottom:7px;white-space:nowrap}
.fs-context .fs-svg{flex:0 0 auto}
.file-storage-prototype .file-storage-actions{position:relative}
@media(max-width:780px){.file-storage-prototype .fs-transfer-badge{padding:0 4px;font-size:9px}}
