.bsl-wrap{margin:24px auto;text-align:center}
.bsl-form{margin-top:16px;text-align:left}
.bsl-form .bsl-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}
.bsl-form label{display:flex;flex-direction:column;flex:1 1 200px}
.bsl-form input[type="text"],.bsl-form input[type="url"],.bsl-form select{padding:6px}
.bsl-actions{margin-top:16px;display:flex;justify-content:flex-end}
.bsl-story-modal__story{line-height:1.6}
.bsl-checkbox-field{flex:1 1 100%}
.bsl-checkbox-label{display:block;font-weight:600;margin-bottom:6px}
.bsl-checkbox-grid{display:flex;flex-wrap:wrap;gap:8px}
.bsl-checkbox{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;border:1px solid #d7dbe5;background:#f6f6fb;font-weight:600;cursor:pointer}
.bsl-checkbox input{margin:0}
.bsl-checkbox input:checked+span{color:#1a6ad8}

.bsl-story-row{cursor:pointer}

#bsl-pay-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:flex-start;justify-content:center;z-index:99999;padding:24px 12px;overflow-y:auto;-webkit-overflow-scrolling:touch}
#bsl-pay-overlay .bsl-pay-box{background:#fff;border-radius:8px;max-width:420px;width:92%;padding:16px;box-shadow:0 10px 30px rgba(0,0,0,.25);max-height:calc(100vh - 64px);overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:12px;box-sizing:border-box}


