/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2025 | 04:57:10 */
.blog-query {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 1200px) {
  .blog-query {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 777px) {
  .blog-query {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.post-archive-title a {
  box-shadow: inset 0 0em 0 0 var(--wp--preset--color--primary) !important;
}
