#wo-cookie-box {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 22px;
  z-index: 99999;
  max-width: 760px;
  margin: 0 auto;
  background: #ffffff;
  color: #222222;
  padding: 24px 26px;
  border-radius: 22px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #eeeeee;
  box-shadow: 0 18px 50px rgba(0,0,0,0.25);
}

#wo-cookie-box strong {
  display: block;
  font-size: 22px;
  line-height: 26px;
  color: #111111;
  margin-bottom: 8px;
  text-align: center;
}

#wo-cookie-box strong:before {
  content: "🍪 ";
}

#wo-cookie-box p {
  max-width: 620px;
  margin: 0 auto 14px auto;
  color: #666666;
  line-height: 20px;
  text-align: center;
}

#wo-cookie-buttons {
  text-align: center;
  margin-top: 16px;
}

#wo-cookie-buttons button {
  display: inline-block;
  min-width: 170px;
  margin: 6px;
  padding: 12px 22px;
  border-radius: 50px;
  border: 0;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

#wo-cookie-accept {
  background: #ffcc00;
  color: #111111;
}

#wo-cookie-refuse {
  background: #f2f2f2;
  color: #444444;
}

#wo-cookie-custom,
#wo-cookie-save {
  background: #222222;
  color: #ffffff;
}

#wo-cookie-buttons button:hover {
  opacity: 0.88;
}

#wo-cookie-panel {
  display: none;
  max-width: 580px;
  margin: 16px auto 0 auto;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
}

.wo-cookie-line {
  margin: 10px 0;
  color: #333333;
  text-align: left;
}

.wo-cookie-line label {
  cursor: pointer;
}

.wo-cookie-line input {
  margin-right: 7px;
}

#wo-cookie-manage {
  cursor: pointer;
}

/* Mobile */
@media screen and (max-width: 600px) {
  #wo-cookie-box {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 20px 16px;
    border-radius: 18px;
  }

  #wo-cookie-box strong {
    font-size: 19px;
    line-height: 23px;
  }

  #wo-cookie-buttons button {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 8px 0;
  }
}