
.vet-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);display:none;align-items:center;justify-content:center;z-index:9999;padding:16px}
.vet-overlay.show{display:flex}
.vet-modal{max-width:min(860px,96vw);width:100%}
.vet-modal-content{background:#fff;border-radius:14px;box-shadow:0 30px 80px rgba(0,0,0,.25);padding:18px 18px 14px}
.vet-modal h3{margin:0 0 8px 0;font-size:20px;line-height:1.3}
.vet-scroll{max-height:50vh;overflow:auto;border:1px solid rgba(0,0,0,.08);border-radius:10px;padding:12px;background:#fafafa}
.vet-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:12px}
.vet-btn{padding:10px 16px;border-radius:10px;border:1px solid rgba(0,0,0,.15);background:#fff;cursor:pointer}
.vet-btn.vet-accept{background:#10b981;color:#fff;border-color:#10b981}
.vet-btn.vet-decline{background:#fff;color:#111}
@media (max-width:640px){
  .vet-modal-content{padding:14px}
  .vet-scroll{max-height:58vh}
}
