.bs-create-story .cs-row{margin-bottom:12px}
.bs-create-story label{display:block;font-weight:600;margin-bottom:4px}
.bs-create-story input[type="text"],
.bs-create-story select{min-width:240px}
.bs-create-story .cs-actions .button{margin-right:8px}
.bs-create-story .cs-actions .button.is-loading{position:relative;pointer-events:none;opacity:.9}
.bs-create-story .cs-actions .button.is-loading:after{content:"";position:absolute;right:8px;top:50%;width:14px;height:14px;margin-top:-7px;border:2px solid rgba(255,255,255,.6);border-top-color:#fff;border-radius:50%;animation:bs-cs-spin .8s linear infinite}
@keyframes bs-cs-spin{to{transform:rotate(360deg)}}
.bs-create-story .cs-help{background:#f8fafc;border:1px solid #e5edf5;border-radius:6px;padding:10px;margin:10px 0;color:#334155}
.bs-create-story .cs-field-help{color:#6b7280;font-size:12px;margin-top:4px}
.bs-create-story .cs-consent label{display:block;font-weight:400;margin:6px 0}
.bs-create-story .cs-legal-modal{position:fixed;inset:0;display:none;z-index:9999}
.bs-create-story .cs-legal-modal.show{display:block}
.bs-create-story .cs-legal-modal .cs-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5)}
.bs-create-story .cs-legal-modal .cs-dialog{position:absolute;left:50%;top:10%;transform:translateX(-50%);background:#fff;border-radius:8px;max-width:720px;width:90%;box-shadow:0 10px 30px rgba(0,0,0,.2)}
.bs-create-story .cs-legal-modal .cs-dialog-head{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid #eee}
.bs-create-story .cs-legal-modal .cs-body{padding:16px;max-height:60vh;overflow:auto}
.bs-create-story .cs-legal-content{white-space:normal;line-height:1.5}
.bs-create-story .cs-legal-content ul{list-style:disc;margin:.25em 0 .75em 1.25em;padding-left:1.25em}
.bs-create-story .cs-legal-content ol{list-style:decimal;margin:.25em 0 .75em 1.25em;padding-left:1.25em}
.bs-create-story .cs-legal-content li{margin:.25em 0}
.bs-create-story .cs-legal-content li > p{margin:0 !important}
.bs-create-story .cs-legal-content p{margin:.25em 0}

