.ch-cookie-consent {
    background-color: #fff;
    color: #000;
    width: 100%;
    z-index: 99990;
    padding: 10px 15px;
}

.ch-cookie-consent__title {
    color: #000;
    margin-top: 0;
}

.ch-cookie-consent__intro{
  margin-bottom: 0;
  display: inline-block;
}

.ch-cookie-consent__read-more {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    display: inline-block;
}
.ch-cookie-consent__category-group{
    display: none;
}

.ch-cookie-consent__btn-group{
    float: right;
}

.ch-cookie-consent__btn-wrapper{
    display: inline-block;
    margin: 5px;
}