.bollsen-pb-box{margin:12px 0 4px;padding:12px 14px;border:1px solid #e4e4e4;border-radius:8px;background:#fafafa}
.bollsen-pb-inner{display:flex;flex-wrap:wrap;align-items:center;gap:10px;justify-content:space-between}
.bollsen-pb-selected{color:#1e1e1e;font-size:.95em;flex:1 1 60%}
.bollsen-pb-empty{color:#a15; font-size:.92em;flex:1 1 60%}
.bollsen-pb-btn{background:#293241;color:#fff;border:0;border-radius:6px;padding:9px 16px;font-weight:600;cursor:pointer}
.bollsen-pb-btn:hover{background:#1e2530}
.bollsen-pb-disabled{opacity:.5;pointer-events:none}
#bollsen-pb-modal{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:999999;display:flex;align-items:center;justify-content:center;padding:16px}
.bollsen-pb-dialog{background:#fff;width:min(920px,96vw);height:min(80vh,720px);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 40px rgba(0,0,0,.3)}
.bollsen-pb-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #eee;font-weight:700;color:#293241}
.bollsen-pb-close{background:none;border:0;font-size:26px;line-height:1;cursor:pointer;color:#666}
.bollsen-pb-widget{flex:1;min-height:0}
.bollsen-pb-widget gls-dpm{display:block;width:100%;height:100%}
