#cookies-eu-banner {
  display: grid;
  gap: 10px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 20px;
  font-family: inherit;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: auto;
  max-width: 375px;
  z-index: 999;
  -webkit-box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.2);
  -moz-box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.2);
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.2);
  transition: transform 0.2s ease, opacity 0.2s ease !important;
}

#cookies-eu-more {
  color: inherit;
}

#cookies-eu-banner__btns {
  display: flex;
  gap: 10px;
}

#cookies-eu-accept,
#cookies-eu-reject {
  text-decoration: none;
  background: #c5f1de;
  color: #00202f;
  border: none;
  cursor: pointer;
  padding: 8px 20px;
  width: 82px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.2s;
}

#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
  background: #8de3be;
}

#cookies-eu-reject {
  background: none;
  font-weight: normal;
  background-color: #ecedf0;
  color: #7c8d9d;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
}
