.aiwpo-wrap { max-width: 800px; background: #fff; padding: 24px; border-radius: 14px; margin: 0 auto; }
.aiwpo-row { margin-bottom: 22px; }
.required { color: red; }
.aiwpo-outline-tabs { margin-bottom: 10px; }
.aiwpo-tab-btn { margin-right: 8px; padding: 6px 12px; background: #f2f2f2; border: none; border-radius: 5px; cursor: pointer; }
.aiwpo-tab-btn.active { background: #e3f0fc; color:#1a73e8; font-weight: bold; }
.aiwpo-outline-list { margin-bottom: 10px; }
.aiwpo-outline-item { margin-bottom: 4px; display: flex; align-items: center; gap: 6px;}
.aiwpo-outline-item .aiwpo-heading-text { flex: 1 1 auto; }
.aiwpo-outline-item .aiwpo-heading-type { width: 58px;}
.aiwpo-outline-item a { color: #1a73e8; font-size: 13px; margin-left: 4px; cursor: pointer; }
.aiwpo-outline-item .aiwpo-status-added { color: #43a047; font-size: 12px; font-weight: bold; margin-left: 8px;}
.aiwpo-outline-item.added { background: #e8f5e9; border-radius: 4px;}
.aiwpo-outline-edit label { font-weight: bold;}
.aiwpo-outline-edit { margin-top: 8px; }
.aiwpo-note { font-size: 12px; color: #888; }
.aiwpo-loading { color: #888; font-style: italic; }
.aiwpo-error { color: #a00; }
.aiwpo-outline-list-ol { list-style: decimal inside; padding: 0; margin: 0 0 12px 0;}
.aiwpo-outline-list-ol li { padding: 4px 0; background: #f9f9f9; margin-bottom: 4px; border-radius: 3px; display: flex; align-items: center; gap: 5px;}
.aiwpo-outline-list-ol .aiwpo-outline-move { cursor: grab; color: #bbb; font-size: 15px;}
.aiwpo-outline-remove {color: #d32f2f; margin-left: 10px;}
.aiwpo-btn-copy {margin-left: 8px; font-size: 13px; cursor: pointer; background: #f2f2f2; border: 1px solid #e0e0e0; border-radius: 4px; padding: 3px 8px;}
.aiwpo-btn-copy.copied { color: #43a047; background: #e8f5e9;}
.aiwpo-preview-box {border: 1px solid #e0e0e0; background: #fafafa; padding: 16px; border-radius: 6px; margin-top: 10px;}
.aiwpo-warning { color: #ff9800; font-size: 13px; margin-bottom: 8px;}
.aiwpo-outline-edit-input {
    font-size: 14px;
    padding: 2px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 3px;
}
.aiwpo-outline-edit-btn {
    color: #1976d2;
    margin-left: 6px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}
.aiwpo-outline-edit-btn:hover { color: #0d47a1; }