/* Ad Live Preview Styles */
#adLivePreview {
  display: none;
  position: fixed;
  z-index: 100001;
  pointer-events: none;
}

#adLivePreview * {
  pointer-events: auto;
}

/* Responsive: Hide preview on smaller screens */
@media (max-width: 1400px) {
  #adLivePreview {
    display: none !important;
  }
}

