.cookie-consent[hidden] {
  display: none !important;
}

.cookie-consent {
  position: fixed;
  z-index: 10020;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 22px;
  color: #f8fafc;
  background: #071228;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(2, 8, 23, .32);
}

.cookie-consent__copy {
  max-width: 650px;
}

.cookie-consent__copy b {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.cookie-consent__copy p {
  margin: 0 0 5px;
  color: #dbe6f7;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-consent__copy a {
  color: #8db5ff;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-consent__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.cookie-consent__actions button {
  min-height: 42px;
  padding: 0 17px;
  border-radius: 11px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.cookie-consent__decline {
  color: #e2e8f0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .28);
}

.cookie-consent__accept {
  color: #fff;
  background: #e52b3f;
  border: 1px solid #e52b3f;
}

.footer-cookie-settings {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-analytics {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line, #e5e7eb);
}

.legal-analytics h2 {
  margin: 0 0 14px;
}

@media (max-width: 760px) {
  .cookie-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: block;
    padding: 18px;
  }

  .cookie-consent__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 14px;
  }

  .cookie-consent__actions button {
    width: 100%;
  }
}
