.wp-block-group.is-style-footer p {
  margin-block-start: 0px;
  padding-bottom: 1rem;
}
.wp-block-group.is-style-footer .wp-block-group {
  margin-block-start: 0px;
}
@media (max-width: 768px) {
  .wp-block-group.is-style-footer .has-grey-background-color {
    padding-top: 4rem;
  }
  .wp-block-group.is-style-footer .wp-block-columns {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .wp-block-group.is-style-footer .wp-block-columns p {
    margin-block-start: 0;
    text-align: center;
    margin-right: auto;
    margin-left: auto !important;
  }
  .wp-block-group.is-style-footer .wp-block-columns p.is-style-h4 {
    margin-top: 0.5rem;
  }
  .wp-block-group.is-style-footer .wp-block-columns ul {
    text-align: center;
  }
}
.wp-block-group.is-style-footer .is-style-h4 {
  border-bottom: 1px solid var(--wp--preset--color--white);
  padding-bottom: 1em;
  margin-bottom: 1em;
  width: 60%;
  margin-left: 0 !important;
}
.wp-block-group.is-style-footer a {
  text-decoration: none !important;
}
.wp-block-group.is-style-footer a:hover {
  text-decoration: underline !important;
}
.wp-block-group.is-style-footer ul {
  list-style: none;
}
.wp-block-group.is-style-footer ul li {
  padding-bottom: 1em;
}
.wp-block-group.is-style-footer .wp-block-buttons {
  padding-bottom: 1em;
}
.wp-block-group.is-style-footer .wp-block-buttons .wp-block-button__link.wp-element-button:hover {
  cursor: pointer;
  border: 2px solid var(--wp--preset--color--quaternary);
  color: var(--wp--preset--color--quaternary);
  text-decoration: none !important;
}
.wp-block-group.is-style-footer a {
  text-decoration: none !important;
  transition: color 0.5s ease;
}
.wp-block-group.is-style-footer a:hover {
  color: var(--wp--preset--color--secondary);
}
.wp-block-group.is-style-footer .mentions {
  justify-content: center;
  border-top: 0;
  position: relative;
  padding-top: 2rem !important;
}
.wp-block-group.is-style-footer .mentions p {
  text-align: center;
}
@media (min-width: 968px) {
  .wp-block-group.is-style-footer .mentions p:last-child {
    margin-left: auto;
  }
}
.wp-block-group.is-style-footer .mentions:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 92%;
  background-color: var(--wp--preset--color--quaternary);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .wp-block-group.is-style-footer .mentions:before {
    width: 60%;
    max-width: 300px;
  }
}