
	.ad-section {
  max-width: 1000px;
  margin: 60px auto;
  padding: 30px 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(0,0,0,0.15);
  backdrop-filter: blur(6px);
}

.ad-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.ad-title i {
  color: #00b4ff;
  margin-right: 8px;
}

.ad-box {
  display: block;
  width: 100%;
  min-width: 20px; /* <- Google braucht eine Breite */
  min-height: 80px;
  text-align: center;
}
		
.adsbygoogle {
  display: block !important;
  width: 100% !important;
}

.ad-disclaimer {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}

		