.col-12-cookie {
  flex: 0 0 auto;
  width: 100%;
}

.cookie {
  /* font-family: "Lexend Deca", "Noto Sans TC", sans-serif; */
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, 100%);
  transition: transform 0.3s ease-out;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  border-radius: 24px;
  border: solid 2px #89bfe5;
  width: 95%;
  left: 50%;
}

.cookie-show {
  display: block;
  transform: translate(-50%, -5%);
}

.cookie-close {
  color: #006fbc;
  font-size: 20px;
  font-weight: 800;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.cookie-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  width: 100%;
  margin: 0 auto;
}

.cookie-box a {
  text-decoration: none;
  color: #2e8aca;
}

.cookie-text {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding-right: 10%;
}

.cookie-text p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cookie-btn {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 50px;
  background: #006fbc;
  color: #fff;
  border: medium none;
  cursor: pointer;
  border-radius: 48px;
}
.cookie-btn:hover {
  opacity: 0.8;
  color: #fff;
  border: medium none;
  cursor: pointer;
}

@media (max-width: 992px) {
  .cookie-text {
    padding-left: 10%;
  }
}

@media (min-width: 992px) {
  .col-lg-7-cookie {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
