.wsbtm-wrap{max-width:1100px;margin:30px auto;padding:24px;background:#fff;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.06);font-family:inherit}.wsbtm-brand{text-align:left;margin-bottom:20px}.wsbtm-brand a,.wsbtm-footer a{color:inherit;text-decoration:none}.wsbtm-brand img{max-height:42px;vertical-align:middle;margin-right:10px}.wsbtm-input,.wsbtm-textarea{width:100%;box-sizing:border-box;border:1px solid #ddd;border-radius:12px;padding:14px;margin:8px 0 18px}.wsbtm-textarea{min-height:180px}.wsbtm-textarea.small{min-height:100px}.wsbtm-textarea.article{min-height:360px}.wsbtm-row{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin:15px 0}.wsbtm-btn{background:#111;color:#fff;border:0;border-radius:999px;padding:12px 20px;font-weight:700;cursor:pointer}.wsbtm-btn.light{background:#f1f5f5;color:#111}.wsbtm-btn.publish{background:#0fc878}.wsbtm-btn:hover{opacity:.88}.wsbtm-media{background:#f8f8f8;border-radius:14px;padding:16px;margin:16px 0}.wsbtm-seo,.wsbtm-preview-box,#wsbtm-output{background:#f8fbfb;border:1px solid #e7eeee;border-radius:14px;padding:18px;margin-top:18px}.wsbtm-footer{text-align:center;margin-top:35px;color:#555}.wsbtm-footer img{max-height:55px;display:block;margin:0 auto 8px}.wsbtm-cta{text-align:center;background:#f8f8f8;border-radius:14px;padding:25px;margin-top:35px}.wsbtm-cta-btn{display:inline-block;background:#ffa800;color:#fff!important;border-radius:999px;padding:13px 26px;text-decoration:none;font-weight:700}.wsbtm-cta-btn:hover{background:#006573;color:#fff!important}#wsbtm-loader{display:none;position:fixed;inset:0;background:rgba(255,255,255,.86);z-index:999999;align-items:center;justify-content:center;flex-direction:column}.spinner{width:48px;height:48px;border:5px solid #eee;border-top-color:#0fc878;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:700px){.wsbtm-row{flex-direction:column}.wsbtm-btn{width:100%}}

/* Praktijk-inzicht blokken in gegenereerde blogs */
.wsbtm-practice-insight,
.wp-block-quote.wsbtm-practice-insight,
blockquote.wsbtm-practice-insight {
    border-left: 5px solid #006573;
    padding: 16px 20px;
    margin: 24px 0;
    background: #f7fbfc;
    border-radius: 0 12px 12px 0;
    font-style: normal;
}
.wsbtm-practice-insight p {
    margin: 0;
}
