/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 28 2025 | 15:16:02 */
@media only screen and (max-width: 600px) {

  ._custom-news-archive {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  a._custom-news-post {
    width: 100%!important;
  }

  ._custom-news-filters {
    margin-top: 40px!important;
    display: flex!important;
    flex-wrap: nowrap!important;
    overflow-x: auto!important;
    -webkit-overflow-scrolling: touch;
    gap: 12px!important;
  }

  ._custom-news-filter {
    flex: 0 0 auto!important;
    display: flex!important;
    align-items: center!important;
    white-space: nowrap!important;
    padding: 8px 12px!important;
    border-radius: 999px!important;
  }

  ._custom-news-filter img,
  ._custom-news-filter i {
    margin-right: 8px!important;
    flex-shrink: 0!important;
  }
}

@media only screen and (max-width: 600px) {
  ._custom-news-filters {
    scrollbar-width: none!important;
  }
  ._custom-news-filters::-webkit-scrollbar {
    display: none!important;
  }
}
