/* The sourcepoint overlay uses the max int for its z-index. In order to be able to see
 * the warning message, we force it here to a slightly smaller z-index */
 div[id^="sp_message_container_"] {
    z-index: 999 !important;
   top: 120px !important;
   bottom: 100px !important;
   height: auto !important;
}

#adbwarning_wrapper {
    display:none;
    width:100%;
    z-index: 1000;
    position: fixed;
}


#adbwarning_wrapper ol li {
    text-align: left;
}

/* common css for all drupal brands */
.footer-consent {
  height: 100px !important;
}

.footer-consent__list li {
  display: block !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
  margin-bottom: 10px !important;
}

@media (min-width: 600px) {

  div[id^="sp_message_container_"] {
    bottom: 58px !important;
  }

  .footer-consent {
    height: 58px !important;
  }

  .footer-consent__list li {
    display: inline !important;
    margin-bottom: 0;
  }
}