/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2026 | 13:15:53 */
@charset "UTF-8";
/* Queryloop - tilpasset antal kolonner pr. række */
@media only screen and (max-width: 1000px) {
  .blog-post-archive .wp-container-core-post-template-is-layout-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 500px) {
  .blog-post-archive .wp-container-core-post-template-is-layout-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.blog-post-archive .type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-uncategorized {
  background: var(--wp--preset--color--tertiary) !important;
  border-radius: 16px;
}
.titel-blog-post.wp-block-post-title {
  min-height: 66px;
}
.wp-block-post-excerpt__excerpt {
  min-height: 40px;
}
