.cookie-manager-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #fff;
  display: none;
  z-index:500;
}

.cookie-settings-toggle, .cookie-popup-close {
  cursor: pointer;
}

.cookie-settings-collapse, .cookie-info-link {
  display: none;
}

.cookie-popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.cookie-status-text {color:#64bc0b}
.disabled .cookie-status-text {color:#e5343e;}
.cookie-settings-item .title {min-width:160px;}