.cookiebar {
  /* prettier-ignore */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
  font-family: Raleway, sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  padding: 20px 25px;
  z-index: 999999;
}

.cookiebar::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.98;
}

.cookiebar .card {
  background-color: transparent;
  border: none;
  position: relative;
  z-index: 2;
}

.cookiebar .card p {
  font-weight: 300;
  margin-bottom: 1rem;
}

.cookiebar .card a,
.cookiebar .card label {
  font-weight: 600;
}

.cookiebar .card p,
.cookiebar .card a,
.cookiebar .card label {
  color: #1b1817;
  font-size: 13px;
  line-height: 1.62;
  text-align: justify;
}

.cookiebar .card-title {
  color: #1b1817;
  font-size: 18px;
}

.cookiebar .card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cookiebar button:focus {
  outline: none;
  border: none;
}

.cookiebar .btn {
  width: 200px !important;
  display: block;
  margin: 0;
}

.card-info {
  border: 1px solid #d8d8d8;
  padding: 1rem 1rem 0 1rem;
  border-radius: 6px;
  width: 100%;
}

.cookiebar .card-check label {
  cursor: pointer;
  font-weight: 16px !important;
}

.cookiebar .card-content b,
.cookiebar .card-content a {
  font-weight: 600;
}

.cookiebar .card-info {
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .cookiebar {
    padding: 30px 40px;
  }

  .cookiebar .card p,
  .cookiebar .card a,
  .cookiebar .card label {
    font-size: 14px;
  }
}

.cookiebar .c-btn:hover {
  background-color: var(--color-secondary);
}