.av-ship-modal { position: fixed; inset: 0; z-index: 99999; }
.av-ship-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.45); }
.av-ship-modal__dialog {
  position: relative; max-width: 520px; margin: 8vh auto; background: #fff;
  border-radius: 10px; overflow: hidden; box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}
.av-ship-modal__header { display:flex; justify-content:space-between; align-items:center; padding:14px 18px; border-bottom:1px solid #eee; }
.av-ship-modal__close { background:none; border:none; font-size:26px; line-height:1; cursor:pointer; }
.av-ship-modal__body { padding:18px; }
.av-ship-field { margin-bottom:14px; }
.av-ship-field label { display:block; font-weight:600; margin-bottom:6px; }
.av-ship-field input[type="text"] {
  width:100%; padding:10px 12px; border:1px solid #ddd; border-radius:6px; font-size:14px;
}
.av-ship-actions { display:flex; gap:10px; justify-content:flex-end; margin-top:12px; }
.av-ship-btn { padding:10px 14px; border-radius:6px; border:1px solid transparent; cursor:pointer; font-weight:600; }
.av-ship-btn--ghost { background:#f3f4f6; border-color:#e5e7eb; }
.av-ship-btn--primary { background:#111827; color:#fff; }
.av-ship-status { margin-top:10px; font-size:13px; color:#065f46; }
a.addShipping.av-ship-saved { opacity: 0.85; outline: 2px solid #10b981; border-radius: 6px; }
