<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-gallery-zone {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  width: 100%;
}
.blog-gallery-zone section {
  min-height: unset;
}
.blog-gallery-zone .main-zone {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  width: 100%;
  justify-self: center;
}
.blog-gallery-zone .list {
  width: 100%;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.blog-gallery-zone .select-zone {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 3rem auto 6rem auto;
}
.blog-gallery-zone .select-zone .select-container {
  width: -moz-fit-content;
  width: fit-content;
  grid-template-columns: 1fr;
}
.blog-gallery-zone .button-control {
  justify-self: center;
}
.blog-gallery-zone .blog .card-zone {
  display: none;
}
.blog-gallery-zone .blog .card-zone.active {
  display: grid;
}
.blog-gallery-zone .button-control {
  display: flex;
}
.blog-gallery-zone .button-control.active {
  display: none;
}/*# sourceMappingURL=blog-gallery.css.map */</pre></body></html>