/****************
  * FOOTER REGION
  ***************/
.region-footer {
  margin: 2em 0 0 0;
  padding: 10px 10px 16px 10px;
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-flow: row wrap;
  justify-content: space-between;
  background-color: #444;
  color: #ccc;
  font-size: 0.8rem;
  line-height: 1.4;
}
.region-footer .menu--footer,
.region-footer .block-pwa-a2hs {
  flex: 0 0 15%;
  min-width: fit-content;
}
.region-footer a {
  color: #ccc;
  text-decoration: none;
}
.region-footer a:after {
  text-decoration: none !important;
}
.region-footer a:hover {
  text-decoration: underline;
}
.region-footer > * {
  margin: 0;
}
.region-footer .block-social-media-links {
  flex: 0 0 70%;
  position: relative;
  text-align: center;
  min-width: fit-content;
}
.region-footer .block-social-media-links .social-media-links-follow-label {
  /* Position the "Follow us" text absolutely so it may be shown or hidden
      without affecting the position of the share buttons. */
  position: absolute;
  width: 100%;
  white-space: nowrap;
}
.region-footer .block-social-media-links ul.platforms {
  display: block;
  margin-top: 2em;
}
.region-footer .block-pwa-a2hs {
  text-align: end;
}
.region-footer .block-pwa-a2hs button {
  margin: 1em;
}
.region-footer ul.menu a.is-active {
  color: inherit;
  opacity: 0.75;
}
/*  RESPONSIVE  */
@media (max-width: 479px) {
  .region-footer .block-social-media-links,
  .region-footer .block-pwa-a2hs {
    text-align: start;
  }
  .social-media-links-follow-label {
    padding: 0 1em;
  }
}
