#cookies-eu-banner {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
}

.cookies-overlay {
  background: #1e1e1e;
  color: #fff;
  padding: 20px 6px;
  font-size: 14px;
  text-align: center;
  position: fixed;
  margin: 0 auto;
  z-index: 9999;
  max-width: 600px;
  width: 90%;
  min-height: 400px;
  height: auto;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  border-radius: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cookies-overlay p, .cookies-overlay h1 {
  color: #fff;
  padding: 20px;
}
.cookies-overlay h1 {
  font-size: 26px;
  padding: 0;
  margin: 0;
}
.cookies-overlay .buttons {
  display: flex;
  flex-flow: row nowrap;
  gap: 14px;
  justify-content: center;
  padding: 8px;
}

.cookies-banner-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

#cookies-eu-more,
#cookies-eu-accept,
#cookies-eu-reject {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #F0D246;
  color: #000;
  border: 1px solid #F0D246;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  padding: 10px;
}

#cookies-eu-more, #cookies-eu-reject {
  background: #4c4c4c;
  color: #fff;
  border: 1px solid #4c4c4c;
}

#cookies-eu-more:hover,
#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
  background: #fff;
  color: #222;
}

#cookies-eu-reject {
  height: 40px;
  background: none;
  font-weight: normal;
  color: #ccc;
  cursor: pointer;
  border: 1px solid transparent;
}

#cookies-eu-reject:hover,
#cookies-eu-reject:focus {
  border: 1px solid #fff;
  background: #222;
  color: #fff;
}
/*# sourceMappingURL=cookies-eu-banner.default.css.map */
