/* MAWO Document Flow basic styles */
.mawo-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:16px;margin-bottom:24px;}
.mawo-table{width:100%;border-collapse:collapse;background:#fff;}
.mawo-table th,.mawo-table td{border:1px solid #eee;padding:8px;text-align:left;}
.mawo-table th{background:#fafafa;}
.mawo-btn{display:inline-block;padding:8px 14px;border-radius:6px;border:1px solid #2271b1;background:#2271b1;color:#fff;text-decoration:none;cursor:pointer;}
.mawo-admin-table .mawo-field[disabled]{background:#f8f8f8;opacity:.9;}
/* Modal */
#mawo-preview-modal{display:none;position:fixed;z-index:100000;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.65);}
#mawo-preview-modal .mawo-preview-box{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:90%;max-width:1200px;background:#fff;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.4);}
#mawo-preview-modal .mawo-preview-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #eee;}
#mawo-preview-modal .mawo-preview-content{padding:0 16px 16px 16px;max-height:80vh;overflow:auto;}
.mawo-ul{list-style:disc;margin-left:18px;}
