.ljp-cookie-consent {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 10050;
  width: min(420px, calc(100vw - 24px));
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.ljp-cookie-consent.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.ljp-cookie-consent__panel {
  background: rgba(19, 35, 41, 0.96);
  border: 1px solid rgba(213, 170, 90, 0.42);
  border-radius: 16px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
  color: #ecf3f5;
  padding: 16px 16px 14px;
  backdrop-filter: blur(6px);
}

.ljp-cookie-consent__title {
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f5e2b7;
  margin: 0 0 6px;
  font-weight: 700;
}

.ljp-cookie-consent__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #d6e2e7;
}

.ljp-cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
}

.ljp-cookie-consent__policy {
  color: #d8b776;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-right: auto;
}

.ljp-cookie-consent__policy:hover,
.ljp-cookie-consent__policy:focus {
  color: #f0d7a6;
}

.ljp-cookie-consent__btn {
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 1;
  padding: 9px 14px;
  cursor: pointer;
  transition: transform 0.12s ease, filter 0.12s ease, border-color 0.12s ease;
}

.ljp-cookie-consent__btn:hover,
.ljp-cookie-consent__btn:focus {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.ljp-cookie-consent__btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(216, 183, 118, 0.44);
  color: #f2f5f7;
}

.ljp-cookie-consent__btn--primary {
  background: #d5aa5a;
  border-color: #d5aa5a;
  color: #122329;
  font-weight: 700;
}

@media (max-width: 768px) {
  .ljp-cookie-consent {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
  }

  .ljp-cookie-consent__panel {
    border-radius: 14px;
    padding: 14px 12px 12px;
  }

  .ljp-cookie-consent__actions {
    gap: 7px;
  }

  .ljp-cookie-consent__btn {
    padding: 8px 12px;
    font-size: 11px;
  }
}
