.legacy-cookie {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 9999;
    color: #ffffffb8;
}

.legacy-cookie > div {
    width: 100%;
    padding: 12px 8px 20px;
    background: rgb(0 0 0 / 78%);
    font-size: 14px!important;
    line-height: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px 6px 0 0;
    color: #f1f1f1!important;
}

.legacy-cookie img {
    margin-left: 8px;
    margin-top: 3px;
    margin-bottom: 2px;
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.legacy-cookie .button {
    text-transform: uppercase;
    font-size: .8em;
    background: #0000007a;
    padding: 2px 7px;
    border-radius: 4px;
    margin-left: 6px;
    cursor: pointer;
    user-select: none;
}

.legacy-cookie .button:hover {
    background: #899c83;
}

.legacy-cookie img:hover {
    opacity: .8
}

.legacy-cookie a {
    text-decoration: none;
}

.legacy-cookie {
  bottom: 20px;
  right: 0;
  width: 460px;
}

.legacy-cookie > div {
  border-radius: 10px;
  position: relative;
  display: flex;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  background: rgba(255, 255, 255, 0.85);
  color: #333 !important;
  margin: 30px;
  font-size: 15px;
  width: 420px;
  padding: 20px;
  align-items: baseline;
  flex-direction: column;
}
.legacy-cookie__text {
  margin-bottom: 15px;
}

.legacy-cookie a {
  text-decoration: none;
}

.legacy-cookie .button {
  padding: 5px 11px;
  border-radius: 5px;
  color: #ffffff;
  background: #70826A;
}

@media (min-width: 540px) {
    .legacy-cookie br {
        display: none;
    }
}

@media (min-width: 640px) {
    .legacy-cookie {
        bottom: 7px
    }
    
}

@media (max-width: 767px) {
    .legacy-cookie--d-mob-none {
        display: none;
    }
	.legacy-cookie > div {
        width: initial;
        border-radius: 6px;
        padding: 6px 9px 6px;
    }
}
