/*------------------------------------*\
: styles for footer cookie button
: styled like .l-footer-nav-item a
\*------------------------------------*/
button.footer-cookies {
  cursor: pointer;
  touch-action: manipulation;
  background: 0 0;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  position: relative;
  overflow: visible;
}
button.footer-cookies {
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  padding: 15px 0;
}
button.footer-cookies:hover {
  color: #0fda52;
}
@media (min-width: 0px) and (max-width: 1023px) {
  button.footer-cookies {
    padding: 8px 0;
  }
}