#section-sticky-config-simple {
  display: block;
}

.sticky-config-simple {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.sticky-config-simple.sticky-dark {
  background-color: #333;
  color: #fff;
}

.sticky-dark button.button--green {
  background-color: #009900;
  color: #fff;
}

#section-sticky-config-simple {
  font-family: "VodafoneRegular", arial, sans-serif;
}

#section-sticky-config-simple {
  background-color: #333;
  z-index: 7;
}

.sticky-config-simple a {
  display: block;
  width: 100%;
  text-align: center;
}

a.button--green {
  color: white;
}

.sticky-dark a.button--green {
  background-color: var(--color--green);
}

@media screen and (min-width: 1024px) {
  #section-sticky-config-simple.disabled {
    display: none;
  }
  #section-sticky-config-simple {
    display: none;
  }
}
