.wpext-duplicate-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:100000;display:flex;align-items:center;justify-content:center;animation:.15s ease-out wpext-modal-fade-in}@keyframes wpext-modal-fade-in{from{opacity:0}to{opacity:1}}.wpext-duplicate-modal{background:#fff;border-radius:8px;padding:0;min-width:420px;max-width:500px;box-shadow:0 8px 30px rgba(0,0,0,.2);animation:.15s ease-out wpext-modal-slide-in;overflow:hidden}@keyframes wpext-modal-slide-in{from{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.wpext-duplicate-modal__header{padding:20px 24px 16px;border-bottom:1px solid #e0e0e0}.wpext-duplicate-modal__title{font-size:16px;font-weight:600;margin:0 0 4px;color:#1e1e1e;line-height:1.4}.wpext-duplicate-modal__description{color:#757575;font-size:13px;margin:0;line-height:1.4}.wpext-duplicate-modal__body{padding:8px 24px;max-height:340px;overflow-y:auto}.wpext-duplicate-modal__toggle-all{display:flex;justify-content:flex-end;padding:8px 0 4px}.wpext-duplicate-modal__select-toggle{font-size:12px;color:#2271b1;cursor:pointer;background:0 0;border:none;padding:0}.wpext-duplicate-modal__select-toggle:hover{color:#135e96;text-decoration:underline}.wpext-duplicate-modal__select-toggle:focus-visible{outline:#2271b1 solid 2px;outline-offset:2px}.wpext-duplicate-modal__element{display:flex;align-items:center;padding:10px 0;border-bottom:1px solid #f0f0f0}.wpext-duplicate-modal__element:last-child{border-bottom:none}.wpext-duplicate-modal__element input[type=checkbox]{margin:0;width:16px;height:16px;flex-shrink:0}.wpext-duplicate-modal__element label{margin-left:10px;cursor:pointer;font-size:13px;color:#1e1e1e;line-height:1.4;user-select:none}.wpext-duplicate-modal__footer{display:flex;justify-content:flex-end;gap:8px;padding:16px 24px;border-top:1px solid #e0e0e0;background:#f6f7f7}.wpext-duplicate-modal__footer .button{min-width:80px;text-align:center}