/* Adsterra Ads Styling */
.adsterra-ad-container {
    margin: 20px 0;
    text-align: center;
    overflow: hidden;
    min-height: 50px;
}

.header-ad, .content-ad, .sidebar-ad, .footer-ad {
    margin: 15px 0;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
    text-align: center;
}

.adsterra-widget {
    margin: 15px 0;
    text-align: center;
}

.ad-title {
    font-size: 14px;
    color: #888;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content-ad-area {
    margin: 30px 0;
    text-align: center;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 5px;
}

/* Responsive ads */
@media (max-width: 768px) {
    .adsterra-ad-container, 
    .header-ad, 
    .content-ad, 
    .sidebar-ad,
    .footer-ad,
    .adsterra-widget {
        margin: 10px 0;
    }
    
    .content-ad-area {
        margin: 20px 0;
    }
}