.wlt-FooterActions {
  justify-content: center;

  gap: 15px;

  display: flex;
  margin-top: 26px;
}

@media only screen and (min-width: 768px) {
  .wlt-FooterActions {
    display: none;
  }
}

.wlt-FooterActions_Action {
  font-weight: 300;
  text-decoration: underline;

  cursor: pointer;
}
