#ai-content-writer-auth-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 800px;
  height: 80vh;
  background: #fff;
  z-index: 9999;
}

#ai-content-writer-auth-popup .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10000;
}

#ai-content-writer-auth-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#debug-result {
  margin-top: 10px;
  padding: 10px;
  background: #f0f0f0;
  display: none;
}
