/**
 * ASCII bytes PIXEL - WordPress Plugin Iframe Styles
 * 
 * @package ASCII_Bytes_Pixel
 * @author VILAAN
 * @copyright Copyright (c) 2025 VILAAN
 */

.ascii-bytes-pixel-wrapper {
  width: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.ascii-bytes-pixel-iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ascii-bytes-pixel-wrapper {
    min-height: 500px;
    border-radius: 0;
  }
}
