/**
 * CSS untuk Widget Network Berita - Mobile Positioning
 * Widget Network akan muncul di dua tempat berbeda:
 * - Desktop: Di sidebar (setelah widget populer)
 * - Mobile: Di konten utama (setelah widget premium)
 */

/* Jarak untuk widget network di mobile (di konten utama) */
.network-widget-mobile-only {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

/* Jarak untuk widget network di desktop (di sidebar) */
@media (min-width: 992px) {
    .network-widget-wrapper {
        margin-bottom: 1rem;
    }
}
