.cookie-popup {
  position: fixed;
  bottom: 10px;
  background: #141414b8;
  backdrop-filter: blur(10px);
  left: 10px;
  width: calc(100% - 20px);
  display: none;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  color: white;
  padding: 12px;
  justify-content: space-between;
  z-index: 2147483649;
}
.cookie-popup a {
  color: #ec4e31;
}
.cookie-popup p {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
}
/* .cookie-popup button { */
/*   padding: 12px 16px; */
/*   font-size: 14px; */
/*   background: #ff3a5f; */
/*   color: #fff; */
/*   border-color: #ff3a5f; */
/*   transition: all 0.2s; */
/* } */
/* .cookie-popup button:hover { */
/*   color: #ff3a5f; */
/*   background-color: #fff; */
/*   border-color: #fff; */
/* } */
@media (max-width: 600px) {
  .cookie-popup {
    flex-direction: column;
  }
  .cookie-popup p {
    font-size: 12px;
  }
  .cookie-popup button {
    font-size: 12px;
    padding: 8px 16px;
  }
}
@media (max-width: 500px) {
  .fz-links {
    display: flex;
    flex-direction: column;
  }
  .fz-links span {
    display: none;
  }
}
