/**
 * Native Ads Styling
 * Placeholder for native advertising components
 * Generated: 2025-11-09 (BUILD-001 fix)
 * UPDATED: 2025-11-09 - ALL NATIVE ADS DISABLED
 */

/* ========================================
   AD DISABLING - ALL NATIVE ADS HIDDEN
   ======================================== */
.native-ad,
.native-ad-container,
.native-ad-banner,
.native-ad-inline,
.native-ad-placeholder,
.native-ad-wrapper,
[class*="native-ad"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Native Ad Container */
.native-ad-container {
  margin: 1em 0;
  padding: 1em;
  background: transparent;
}

/* Prevent layout shift */
.native-ad-placeholder {
  min-height: 100px;
  display: block;
}

/* Add specific styling as needed */
