/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2025 | 07:33:46 */
.blog-query {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1200px) {
  .blog-query {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 777px) {
  .blog-query {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.post-info-group {
  padding: var(--wp--preset--spacing--10) !important;
}
.post-archive-title a {
  box-shadow: inset 0 0em 0 0 var(--wp--preset--color--primary) !important;
}
.blog-query li.wp-block-post {
  background: var(--wp--preset--color--custom-light-color);
  border-radius: 15px;
}
