.ddhy-load-recovery{max-width:560px;margin:15vh auto;padding:42px 28px;text-align:center;background:#fff;border:1px solid #e4ebe8;border-radius:20px;box-shadow:0 18px 52px rgba(27,64,53,.09)}
.ddhy-load-recovery-icon{width:64px;height:64px;margin:0 auto 18px;display:grid;place-items:center;border-radius:18px;background:#0d8a66;color:#fff;font-size:26px;font-weight:700}
.ddhy-load-recovery h1{margin:0 0 10px;font-size:26px}.ddhy-load-recovery p{margin:0;color:#6c7b76;line-height:1.8}
.ddhy-load-recovery-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:24px}
.ddhy-load-recovery-actions button{border:0;border-radius:11px;padding:12px 18px;background:#0d8a66;color:#fff;font:inherit;cursor:pointer}
.ddhy-load-recovery-actions button+button{background:#edf5f2;color:#17654f}
.ddhy-addon-modal .modal-box{max-width:720px;max-height:88vh;overflow:auto}
.ddhy-addon-note{padding:14px 16px;border-radius:12px;background:#f3f8f6;color:#33443e;line-height:1.8;margin-bottom:16px}
.ddhy-evidence-field{grid-column:1/-1}.ddhy-evidence-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:10px;margin:8px 0 12px}
.ddhy-evidence-item{position:relative;aspect-ratio:1;border:1px solid #dfe8e4;border-radius:12px;overflow:hidden;background:#f4f7f6}
.ddhy-evidence-item img{width:100%;height:100%;object-fit:cover}.ddhy-evidence-item button{position:absolute;right:5px;top:5px;width:26px;height:26px;border:0;border-radius:50%;background:rgba(0,0,0,.62);color:#fff;cursor:pointer}
.ddhy-evidence-empty{grid-column:1/-1;padding:18px;border:1px dashed #cbd9d3;border-radius:12px;text-align:center;color:#74827d;background:#fafcfb}
.ddhy-evidence-upload{display:inline-flex;margin-top:2px}.ddhy-resubmit-form .full{grid-column:1/-1}
.ddhy-addon-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}
.ddhy-merchant-status{border-left:4px solid #0d8a66}.ddhy-status-rejected{border-left-color:#d95f59;background:#fff9f8}.ddhy-status-pending{border-left-color:#d29a32;background:#fffaf1}.ddhy-status-suspended{border-left-color:#8f98a3;background:#f7f8f9}
.ddhy-merchant-status h2{margin-top:0}.ddhy-merchant-status p{line-height:1.75}
@media(max-width:640px){.ddhy-load-recovery{margin:12vh 16px}.ddhy-addon-modal .modal-box{width:calc(100% - 24px)}.ddhy-evidence-grid{grid-template-columns:repeat(3,1fr)}}