{"version":3,"file":"sidebar/index.css","mappings":";;;AAAA;;EAEE;;AAEF,uEAAuE;;AACvE;CACC,aAAa;CACb,sBAAsB;AACvB;;AAEA;CACC,UAAU;AACX;;AAEA;;qEAEqE;;AAErE;CACC,oBAAoB;CACpB,mBAAmB;CACnB,QAAQ;CACR,eAAe;CACf,gBAAgB;CAChB,oCAAoC;CACpC,gBAAgB;CAChB,mBAAmB;CACnB,8EAA8E;CAC9E,oFAAoF;AACrF;;AAEA;CACC,UAAU;CACV,WAAW;CACX,kBAAkB;CAClB,yCAAyC;CACzC,qBAAqB;AACtB;;AAEA,wCAAwC;;AACxC;CACC,oBAAoB;CACpB,mBAAmB;CACnB,QAAQ;CACR,gBAAgB;AACjB;;AAEA;CACC,eAAe;CACf,gBAAgB;CAChB,oCAAoC;CACpC,8EAA8E;CAC9E,oFAAoF;CACpF,gBAAgB;CAChB,mBAAmB;CACnB,sBAAsB;AACvB;;AAEA;;qEAEqE;;AAErE;CACC,kBAAkB;AACnB;;AAEA;CACC,eAAe;CACf,iBAAiB;CACjB,YAAY;CACZ,UAAU;AACX;;AAEA;CACC,aAAa;CACb,mBAAmB;CACnB,8BAA8B;CAC9B,gBAAgB;CAChB,kBAAkB;CAClB,wDAAwD;AACzD;;AAEA;CACC,kBAAkB;CAClB,cAAc;AACf;;AAEA;CACC,gBAAgB;CAChB,uBAAuB;CACvB,mBAAmB;AACpB;;AAEA;CACC,cAAc;CACd,gBAAgB;CAChB,cAAc;AACf;;AAEA;CACC,kBAAkB;CAClB,WAAW;CACX,QAAQ;CACR,2BAA2B;AAC5B;;AAEA;;qEAEqE;;AAErE;CACC,WAAW;CACX,aAAa;CACb,sBAAsB;CACtB,QAAQ;AACT;;AAEA;CACC,uBAAuB;CACvB,WAAW;AACZ;;AAEA;CACC,mBAAmB;CACnB,qBAAqB;AACtB;;AAEA;;qEAEqE;;AAErE;CACC,eAAe;AAChB;;AAEA;CACC,eAAe;CACf,eAAe;CACf,gBAAgB;CAChB,yBAAyB;CACzB,cAAc;AACf;;AAEA;CACC,aAAa;CACb,mBAAmB;CACnB,yBAAyB;CACzB,kBAAkB;CAClB,gBAAgB;CAChB,gBAAgB;AACjB;;AAEA;CACC,OAAO;CACP,YAAY;CACZ,cAAc;CACd,YAAY;CACZ,iBAAiB;CACjB,eAAe;CACf,cAAc;CACd,qBAAqB;CACrB,gBAAgB;CAChB,uBAAuB;CACvB,mBAAmB;CACnB,cAAc;AACf;;AAEA;CACC,cAAc;CACd,8BAA8B;CAC9B,gBAAgB;CAChB,WAAW;CACX,eAAe;CACf,YAAY;CACZ,UAAU;CACV,aAAa;CACb,mBAAmB;CACnB,uBAAuB;CACvB,cAAc;AACf;;AAEA;CACC,0BAA0B;CAC1B,sBAAsB;CACtB,uBAAuB;AACxB;;AAEA;CACC,cAAc;AACf;;AAEA;CACC,sBAAsB;AACvB","sources":["webpack://jumplinks-editorial-workflow/./src/sidebar/index.css"],"sourcesContent":["/**\n * Flow Editorial Workflow — editor sidebar styles.\n */\n\n/* Main Review panel — stays at the bottom of the sidebar panels list */\n.interface-complementary-area .components-panel {\n\tdisplay: flex;\n\tflex-direction: column;\n}\n\n.interface-complementary-area .components-panel__body.flow-ew-review-panel {\n\torder: 100;\n}\n\n/* ----------------------------------------------------------------\n * Status badge (used in panel title and inline)\n * ---------------------------------------------------------------- */\n\n.flow-ew-badge {\n\tdisplay: inline-flex;\n\talign-items: center;\n\tgap: 5px;\n\tfont-size: 12px;\n\tfont-weight: 600;\n\tcolor: var(--flow-badge-color, #666);\n\tpadding: 2px 8px;\n\tborder-radius: 12px;\n\tbackground: color-mix(in srgb, var(--flow-badge-color, #666) 10%, transparent);\n\tborder: 1px solid color-mix(in srgb, var(--flow-badge-color, #666) 33%, transparent);\n}\n\n.flow-ew-badge__dot {\n\twidth: 7px;\n\theight: 7px;\n\tborder-radius: 50%;\n\tbackground: var(--flow-badge-color, #666);\n\tdisplay: inline-block;\n}\n\n/* Panel title badge — smaller variant */\n.flow-ew-panel-title {\n\tdisplay: inline-flex;\n\talign-items: center;\n\tgap: 6px;\n\tline-height: 1.4;\n}\n\n.flow-ew-panel-title__badge {\n\tfont-size: 10px;\n\tfont-weight: 500;\n\tcolor: var(--flow-badge-color, #999);\n\tbackground: color-mix(in srgb, var(--flow-badge-color, #999) 15%, transparent);\n\tborder: 1px solid color-mix(in srgb, var(--flow-badge-color, #999) 47%, transparent);\n\tpadding: 1px 6px;\n\tborder-radius: 10px;\n\tvertical-align: middle;\n}\n\n/* ----------------------------------------------------------------\n * Reviewer field\n * ---------------------------------------------------------------- */\n\n.flow-ew-label-row {\n\tmargin-bottom: 6px;\n}\n\n.flow-ew-link-btn {\n\tfont-size: 11px;\n\tmin-height: unset;\n\theight: auto;\n\tpadding: 0;\n}\n\n.flow-ew-reviewer-card {\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: space-between;\n\tpadding: 6px 8px;\n\tborder-radius: 3px;\n\tbackground: var(--wp-components-color-gray-100, #f0f0f0);\n}\n\n.flow-ew-avatar {\n\tborder-radius: 50%;\n\tflex-shrink: 0;\n}\n\n.flow-ew-truncate {\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\twhite-space: nowrap;\n}\n\n.flow-ew-remove-btn {\n\tflex-shrink: 0;\n\tmargin-left: 4px;\n\tcolor: #cc1818;\n}\n\n.flow-ew-spinner-overlay {\n\tposition: absolute;\n\tright: 32px;\n\ttop: 50%;\n\ttransform: translateY(-50%);\n}\n\n/* ----------------------------------------------------------------\n * Action buttons\n * ---------------------------------------------------------------- */\n\n.flow-ew-actions {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tgap: 8px;\n}\n\n.flow-ew-actions__btn {\n\tjustify-content: center;\n\twidth: 100%;\n}\n\n.flow-ew-actions__btn--approve {\n\tbackground: #43a047;\n\tborder-color: #43a047;\n}\n\n/* ----------------------------------------------------------------\n * Revision share bar\n * ---------------------------------------------------------------- */\n\n.flow-ew-share-bar {\n\tmargin-top: 4px;\n}\n\n.flow-ew-share-bar__label {\n\tmargin: 0 0 6px;\n\tfont-size: 11px;\n\tfont-weight: 600;\n\ttext-transform: uppercase;\n\tcolor: #757575;\n}\n\n.flow-ew-share-bar__row {\n\tdisplay: flex;\n\talign-items: center;\n\tborder: 1px solid #949494;\n\tborder-radius: 2px;\n\toverflow: hidden;\n\tbackground: #fff;\n}\n\n.flow-ew-share-bar__link {\n\tflex: 1;\n\tmin-width: 0;\n\tpadding: 0 8px;\n\theight: 28px;\n\tline-height: 28px;\n\tfont-size: 12px;\n\tcolor: #1e1e1e;\n\ttext-decoration: none;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\twhite-space: nowrap;\n\tdisplay: block;\n}\n\n.flow-ew-share-bar__copy.components-button {\n\tflex-shrink: 0;\n\tborder-left: 1px solid #949494;\n\tborder-radius: 0;\n\twidth: 28px;\n\tmin-width: 28px;\n\theight: 28px;\n\tpadding: 0;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\tcolor: #1e1e1e;\n}\n\n.flow-ew-share-bar__copy .dashicons {\n\tfont-size: 14px !important;\n\twidth: 14px !important;\n\theight: 14px !important;\n}\n\n.flow-ew-share-bar__copy--done {\n\tcolor: #46b450;\n}\n\n.components-checkbox-control__help {\n\tmargin-inline-start: 0;\n}\n"],"names":[],"sourceRoot":""}