/*
Theme Name: apandainik epaper
Theme URI: https://apandainik.com/
Author: Protech Nepal
Author URI: protech.org.np
Description: Theme for apandainik epaper
Version: 1.5.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: apandainik epaper
Tags: Newspaper, Blog, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Home sidebar ads full-width */
.home-sidebar-ads-full {
    width: 100%;
}

.home-sidebar-ads-full img,
.home-sidebar-ads-full iframe {
    width: 100%;
    height: auto;
    display: block;
}

/* Ensure multiple ads stack with spacing, not overlap */
.home-sidebar-ads-full>* {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.home-sidebar-ads-full>*:last-child {
    margin-bottom: 0;
}