table caption {
  text-align: center;
  font-weight: bold;
}

.microsite-header__logo a {
  display: block;
}

.lgd-region--content-bottom {
  background-color: var(--color-accent);
  color: white;
  padding: var(--spacing);
}

.lgd-region--content-bottom h2 {
  color: white;
}


.block-gtranslate {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.block-gtranslate select {
  border-color: white;
}

@media screen and (min-width: 768px) {
  .block-gtranslate {
    flex-direction: row;
    align-items: baseline;
  }
}
/* crazy gtranslate widget be gone */
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
  display: none;
}