.zii_editable_text { cursor: text; outline: 1px dashed #14b8a6; padding: 2px; }
.zii_editable_text:focus { outline: 3px solid #14b8a6 !important; }
.zii_editable_image { outline: 2px dashed #14b8a6; cursor: pointer; }
.zii-pro-toolbar { position: absolute; z-index: 999999; background: #fff; width: 220px; box-shadow: 0 10px 20px rgba(0,0,0,0.3); padding: 10px; border-radius: 8px; }
.zii-toolbar-header { display: flex; justify-content: space-between; margin-bottom: 10px; font-weight: bold; }
.zii-tabs { display: flex; gap: 5px; margin-bottom: 10px; }
.zii-tab-btn { flex: 1; padding: 5px; border: 1px solid #ddd; background: #f9f9f9; cursor: pointer; }
.zii-tab-btn.active { background: #14b8a6; color: #fff; }
.zii-tab-content { display: none; flex-direction: column; gap: 5px; }
.zii-tab-content.active { display: flex; }
label { font-size: 10px; font-weight: bold; text-transform: uppercase; margin-top: 5px; }
input, select { width: 100%; padding: 4px; box-sizing: border-box; }
button { cursor: pointer; border: none; padding: 6px; border-radius: 4px; background: #eee; }