body {
  min-height: 100vh;
}
body > .wp-site-blocks {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body > .wp-site-blocks > .wp-block-group:last-of-type {
  flex-grow: 1;
}
body footer {
  margin-top: 2rem;
  margin-bottom: 0;
}

.wp-block-navigation__responsive-container-content a.active {
  font-weight: 500;
}

.wp-block-navigation__responsive-container-content a.active:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: rgb(26, 115, 232);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  top: calc(100% + 0.5rem - 2px);
}

figure > figcaption {
  display: none;
}

.gbg-nga5-post-image-copyright {
  display: flex;
  transform: translateY(-100%);
  background: #2b2b2b;
  right: 0;
  left: 0;
  width: calc(100% - 1rem);
  font-size: 0.9rem;
  padding: 0.5rem;
  opacity: 0.3;
  color: white;
}
.gbg-nga5-post-image-copyright a {
  color: white;
  text-decoration: none;
}
.gbg-nga5-post-image-copyright a:hover, .gbg-nga5-post-image-copyright a:active, .gbg-nga5-post-image-copyright a:focus, .gbg-nga5-post-image-copyright a:focus-within {
  text-decoration: underline;
}
.gbg-nga5-post-image-copyright:hover, .gbg-nga5-post-image-copyright:active, .gbg-nga5-post-image-copyright:focus, .gbg-nga5-post-image-copyright:focus-within {
  opacity: 1;
}

.wp-site-blocks > .wp-block-group {
  position: relative;
}
.wp-site-blocks > .wp-block-group .gbg-nga5-post-image + .wp-block-post-title {
  position: absolute;
  color: white;
  left: 10%;
  top: calc(10% + 1rem);
  width: 80%;
  text-align: center;
}
.wp-site-blocks > .wp-block-group .gbg-nga5-post-image + .wp-block-post-title + .gbg-nga5-publication-info {
  justify-content: center;
}
.wp-site-blocks > .wp-block-group .gbg-nga5-post-image + .wp-block-post-title + .gbg-nga5-publication-info {
  position: absolute;
  color: white;
  top: 5%;
  left: 10%;
  width: 80%;
  text-align: center;
}

.taxonomy-post_tag a {
  font-size: inherit;
}

.group-query-loop-lmous .wp-block-post > .wp-block-group > h2 a {
  text-wrap: auto;
}

/*# sourceMappingURL=gbg-nga-common.css.map */
