.request-pop-modal { display: none; position: fixed; inset: 0; z-index: 9999; }
.request-pop-modal[style*="block"] { display: flex !important; }
.request-pop-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.6); }
.request-pop-content {
  margin: auto; background: white; border-radius: 12px; max-width: 500px; width: 90%;
  position: relative; max-height: 90vh; overflow-y: auto;
}
.request-pop-header { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.5rem; border-bottom: 1px solid #eee; }
.request-pop-body { padding: 1.5rem; }
.request-pop-close { background:none; border:none; font-size:1.5rem; cursor:pointer; }
