.modal-overlay {
  z-index: 9998;
}

.modal-content {
  background: transparent;
  border-radius: 8px;
  max-height: 90%; 
  overflow-y: auto; /* Enables vertical scrolling if content overflows */
  position: relative; /* Required for positioning close button or other elements inside */
}
