.dobyte-cookie-consent {
  position: fixed;
  right: 24px;
  bottom: 92px;
  z-index: 99999;
  width: min(600px, calc(100vw - 48px));
  box-sizing: border-box;
  padding: 20px;
  color: #171717;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.18);
  font-family: Arial, Helvetica, sans-serif;
}

.dobyte-cookie-consent__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}

.dobyte-cookie-consent__link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dobyte-cookie-consent__actions {
  display: flex;
  justify-content: flex-end;
}

.dobyte-cookie-consent__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  padding: 0 18px;
  color: #ffffff;
  background: #000000;
  border: 0;
  border-radius: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}

.dobyte-cookie-consent__button:hover,
.dobyte-cookie-consent__button:focus-visible {
  background: #242424;
}

.dobyte-cookie-consent__button:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 3px;
}

@media screen and (max-width: 479px) {
  .dobyte-cookie-consent {
    right: 16px;
    bottom: 84px;
    width: calc(100vw - 32px);
    padding: 18px;
  }

  .dobyte-cookie-consent__actions {
    justify-content: stretch;
  }

  .dobyte-cookie-consent__button {
    width: 100%;
  }
}
