#tk-consent {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: fixed !important;
  right: 20px !important;
  bottom: 20px !important;
  z-index: 2147483647 !important;
  width: min(360px, calc(100% - 32px)) !important;
  padding: 12px !important;
  background: #ffffff !important;
  color: #222222 !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 10px !important;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .2) !important;
  font: 13px/1.25 Arial, sans-serif !important;
}

#tk-consent p {
  margin: 0 0 8px;
  line-height: 1.25;
}

#tk-consent button {
  margin: 3px 5px 0 0;
  padding: 7px 11px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

#tk-consent-yes {
  background: #357738;
  color: #ffffff;
}

#tk-consent-no,
#tk-consent-close {
  background: #eeeeee;
  color: #222222;
}

#tk-consent-revoke {
  background: #b3261e;
  color: #ffffff;
}

#tk-settings-button {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 99998;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #357738;
  color: #ffffff;
  font-size: 21px;
  cursor: pointer;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .25);
}
