.wdf-footer-sticky-message {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 1003;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--wdf-fsm-bg-color);
  color: var(--wdf-fsm-text-color);
  padding: var(--wdf-fsm-text-padding-block) var(--wdf-fsm-text-padding-inline);
  text-align: var(--wdf-fsm-text-align);
  font-size: var(--wdf-fsm-font-size);
  line-height: var(--wdf-fsm-line-height);
  font-weight: var(--wdf-fsm-font-weight);
}

@media screen and (min-width: {Desktop}) {
  .wdf-footer-sticky-message {
    --wdf-fsm-text-padding-block: 6.25rem;
    --wdf-fsm-text-padding-inline: 6.25rem;
  }
}