.privacy-consent-root {
  position: fixed !important;
  left: 16px !important;
  right: auto !important;
  top: auto !important;
  bottom: 16px !important;
  inset: auto auto 16px 16px !important;
  z-index: 3000 !important;
  display: block !important;
  align-items: normal !important;
  justify-content: normal !important;
  width: min(400px, calc(100vw - 32px)) !important;
  padding: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
}

.privacy-consent-panel {
  box-sizing: border-box;
  width: 100%;
  max-height: calc(100vh - 32px);
  overflow: auto;
  padding: 18px 20px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  color: #0f172a;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
  pointer-events: auto;
}

.privacy-consent-panel:focus {
  outline: none;
}

.privacy-consent-panel h2 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}

.privacy-consent-panel p {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.55;
}

.privacy-consent-panel a {
  color: #2563eb;
  text-decoration: none;
}

.privacy-consent-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.privacy-consent-button {
  width: 100%;
  min-height: 44px;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
}

.privacy-consent-actions .privacy-consent-button:first-child {
  border: 1px solid #e5e7eb;
  color: #111827;
  background: #ffffff;
}

.privacy-consent-actions .privacy-consent-button:last-child {
  border: 1px solid #3f63f4;
  color: #ffffff;
  background: #3f63f4;
}

.foot {
  box-sizing: border-box;
  width: 100%;
}

.foot .main-content {
  width: 100%;
  max-width: 1180px;
  box-sizing: border-box;
}

.cookie-policy-main {
  min-height: 100%;
  background: #f7f8fa;
}

.cookie-policy-page {
  padding: 45px 0 64px;
}

.cookie-policy-hero {
  padding: 58px 0 28px;
}

.cookie-policy-eyebrow {
  color: #ff614f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.cookie-policy-hero h1 {
  margin-top: 8px;
  color: #1f2937;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
}

.cookie-policy-updated {
  margin-top: 12px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
}

.cookie-policy-article {
  box-sizing: border-box;
  padding: 36px 42px 42px;
  border: 1px solid #eef0f3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
}

.cookie-policy-article section + section {
  margin-top: 30px;
}

.cookie-policy-article h2 {
  color: #1f2937;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.cookie-policy-article p,
.cookie-policy-article li {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.9;
}

.cookie-policy-article p {
  margin-top: 10px;
}

.cookie-policy-article ul {
  margin-top: 12px;
  padding-left: 20px;
}

.cookie-policy-article li {
  list-style: disc;
  margin-top: 6px;
}

.cookie-policy-article a {
  color: #2563eb;
  word-break: break-word;
}

@media (max-width: 768px) {
  .privacy-consent-root {
    left: 10px !important;
    bottom: 10px !important;
    inset: auto auto 10px 10px !important;
    width: min(400px, calc(100vw - 20px)) !important;
  }

  .privacy-consent-panel {
    max-height: calc(100vh - 20px);
  }

  .cookie-policy-page {
    padding: 24px 0 48px;
  }

  .cookie-policy-hero {
    padding: 34px 0 20px;
  }

  .cookie-policy-hero h1 {
    font-size: 28px;
  }

  .cookie-policy-article {
    padding: 24px 18px 28px;
    border-radius: 12px;
  }

  .cookie-policy-article section + section {
    margin-top: 24px;
  }

  .cookie-policy-article h2 {
    font-size: 18px;
  }

  .cookie-policy-article p,
  .cookie-policy-article li {
    font-size: 14px;
  }
}
