.cookie-text {
  color: white;
  text-align: left;
  line-height: 1.15em;
}

#sharer-cookie-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
  background: transparent;
}

.banner-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 20%;
  opacity: 1;
}

.banner-bar:nth-child(1) {
  background: #5e4f4c;
  top: 0;
}

.banner-bar:nth-child(2) {
  background: #cca903;
  top: 20%;
}

.banner-bar:nth-child(3) {
  background: #bf3326;
  top: 40%;
}

.banner-bar:nth-child(4) {
  background: #010002;
  top: 60%;
}

.banner-bar:nth-child(5) {
  background: #3e9eb4;
  top: 80%;
}

#sharer-cookie-banner .cookie-content {
  position: relative;
  z-index: 10;
  color: #222;
  border-radius: 8px;
  text-align: center;
  max-width: 1300px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  width: 95%;
  padding: 0 5%;
  margin: -10vh 0 0 0;
}

#sharer-cookie-banner .cookie-buttons {
  margin: 30px auto 0;
}

#sharer-cookie-banner button {
  padding: 1em 0;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  display: block;
  margin: 20px auto;
  min-width: 13em;
  font-weight: 100;
}

#sharer-cookie-banner button.accept {
  background: transparent;
  color: #fff;
}

#sharer-cookie-banner button.reject {
  background: transparent;
  color: #fff;
  opacity: 0.7;
}

@media (max-width: 999px) {
  #sharer-cookie-banner .cookie-content {
    width: 98%;
  }
}
