/* Force the modal to full screen */
#feature-picker-modal .modal__container {
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
  top: 0 !important;
  left: 0 !important;
  position: fixed !important;
}

/* Ensure overlay covers everything */
#feature-picker-modal .modal__overlay {
  width: 100vw !important;
  height: 100vh !important;
  top: 0;
  left: 0;
}
