.pom-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 14px;
}

.pom-lang-switch button {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #dcf4f4;
  border-radius: 999px;
  padding: 7px 12px;
  font: 600 13px/1 "Roboto Condensed", sans-serif;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pom-lang-switch button.is-active,
.pom-lang-switch button:hover {
  background: #21cec2;
  color: #053245;
  border-color: #21cec2;
}

.pom-lang-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px;
  background: rgba(5, 50, 69, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}

.pom-lang-float button {
  min-width: 54px;
  border: 0;
  background: transparent;
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 14px;
  font: 700 14px/1 "Roboto Condensed", sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pom-lang-float button.is-active {
  background: #21cec2;
  color: #053245;
}

.pom-lang-hide {
  display: none !important;
}

.pom-cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 84px;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  background: rgba(5, 50, 69, 0.96);
  color: #f2fbff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24);
}

.pom-cookie-message {
  margin: 0;
  font: 500 14px/1.5 "Lato", sans-serif;
}

.pom-cookie-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.pom-cookie-actions button {
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  font: 700 13px/1 "Roboto Condensed", sans-serif;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.pom-cookie-accept {
  background: #21cec2;
  color: #053245;
}

.pom-cookie-close {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

html[lang="zh-CN"] .site-title a,
html[lang="zh-CN"] .site-title,
html[lang="zh-CN"] .entry-title,
html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-CN"] h3,
html[lang="zh-CN"] h4,
html[lang="zh-CN"] p,
html[lang="zh-CN"] a,
html[lang="zh-CN"] button {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

@media (max-width: 991px) {
  .pom-lang-switch {
    display: none;
  }
}

@media (max-width: 640px) {
  .pom-lang-float {
    right: 12px;
    bottom: 12px;
    padding: 6px;
  }

  .pom-lang-float button {
    min-width: 50px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .pom-cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 76px;
    flex-direction: column;
    align-items: stretch;
  }

  .pom-cookie-actions {
    justify-content: stretch;
  }

  .pom-cookie-actions button {
    flex: 1 1 auto;
  }
}
