.cookies-accept-widget {
  position: fixed;
  right: 8px;
  bottom: 8px;
  z-index: 500;
  max-width: 285px;
  border-radius: 10px;
  padding: 10px 12px 12px;
  background-color: #efebe6;
  color: #3a3c4d;
  line-height: 1.185;
  text-align: center;
}

@media only screen and (min-width: 576px) {
  .cookies-accept-widget {
    right: 16px;
    bottom: 16px;
    padding: 12px 16px 16px;
  }
}

.cookies-accept-widget__text {
  font-weight: 300;
  text-align: left;
  font-size: 12px;
}

.cookies-accept-widget__text a {
  text-decoration: underline;
}

.cookies-accept-widget__btn-container {
  margin-top: 12px;
  text-align: center;
}

.cookies-accept-widget__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 28px;
  border: 0;
  padding: 0 8px;
  background-color: #e4d5bb;
  border-radius: 4px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
