/* =============================================================================
 * Homepage component: News widget sidebar adjustments (#mh_magazine_custom_posts-*, .mh-home-6 .mh-custom-posts-*)
 * Split from homepage.css (Issue #5). Homepage-only; enqueued after km-global.
 * ========================================================================== */

/* -----------------------------------------
   15. News widget sidebar adjustments
   ----------------------------------------- */
#mh_magazine_custom_posts-21 .mh-meta,
#mh_magazine_custom_posts-21 .mh-custom-posts-meta,
.mh-home-6 .mh-custom-posts-meta {
  display: none;
}
#mh_magazine_custom_posts-21 .mh-custom-posts-item,
.mh-home-6 .mh-custom-posts-item {
  border-bottom: 1px solid var(--kunst-lines);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#mh_magazine_custom_posts-21 .mh-custom-posts-item:last-child,
.mh-home-6 .mh-custom-posts-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
