#CookielawBanner {
    background: orange;
    padding: 15px 15px;
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
    z-index: 999;
}

.high-contrast #CookielawBanner {
    color: yellow !important;
    background-color: #1f1f1f !important;
  }

.delete {
    background-color: red !important;
}

.high-contrast .delete {
    background-color: red !important;
}