/*
  Ad styles - reduced banner height by 50%
  Banner yüksekliği %50 azaltıldı
*/

/* Reduce banner height by 50% (assuming default ~120px -> 60px) */
.ad-banner,
.ad-banner-wide,
.ad-container {
    max-height: 60px !important;
    overflow: hidden !important;
}

/* Ensure ad labels remain visible */
.ad-label {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Sticky bottom ad adjustments */
.ad-sticky-bottom {
    max-height: 60px !important;
    overflow: hidden !important;
}
