#hrw-cookie-dialog {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  max-height: 80vh;
  overflow: scroll;
  box-sizing: border-box;
  padding: 10px;
  background: #fff !important;
  box-shadow: 0px -10px 20px 1px rgb(0 0 0 / 30%);
  color: #000 !important;
  font-size: 18px !important;
}

#hrw-cookie-dialog * {
  box-sizing: border-box;
}

#hrw-cookie-dialog a {
  color: #0071ce !important;
}

#hrw-cookie-dialog__text {
  flex: 1 0 60%;
}

#hrw-cookie-dialog__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

#hrw-cookie-dialog__accept,
#hrw-cookie-dialog__decline,
#hrw-cookie-dialog__save {
  background-color: #0071ce;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 20px;
  border: 0;
  cursor: pointer;
}
#hrw-cookie-dialog__accept:hover,
#hrw-cookie-dialog__decline:hover {
  text-decoration: underline;
}

a#hrw-cookie-dialog__otherlink,
#hrw-cookie-dialog__otherbutton {
  white-space: nowrap;
  background: #eee;
  color: #000 !important;
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
}
#hrw-cookie-dialog__otherlink:hover,
#hrw-cookie-dialog__otherbutton:hover {
  text-decoration: underline;
}

#hrw-cookie-dialog__other {
  display: none;
}
#hrw-cookie-dialog__other.open {
  display: block;
}

#hrw-cookie-dialog__categories {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #hrw-cookie-dialog__categories {
    display: flex;
  }
}

.hrw-cookie-dialog__category {
  position: relative;
  padding: 10px 10px 10px 50px;
  border: 1px solid #5e5e5e;
}

.hrw-cookie-dialog__category input {
  position: absolute;
  margin-left: -20px;
}

.hrw-cookie-dialog__category label {
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  #hrw-cookie-dialog {
    padding: 10px calc((100vw - 1180px) / 2);
  }
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
