/* ── Sensitive image blur ─────────────────────────────────── */
/* .sensitive-blur {
  filter: blur(12px) brightness(0.85);
  -webkit-filter: blur(12px) brightness(0.85);
} */

/* ── Footer logo + text layout ───────────────────────────── */
.dow-nav-foot-logo {
  flex-shrink: 0;
  margin-right: 8px;
}

.dow-nav-foot-logo .logo-img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

.dow-nav-foot-text-wrapper {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dow-nav-foot-text1 {
  font-size: 11px;
  color: #fff;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dow-nav-foot-text2 {
  font-size: 10px;
  color: #4ea6ff;
  font-weight: 700;
  margin-top: 2px;
  white-space: nowrap;
}

/* ── dow-nav-but-wrapper alias ───────────────────────────── */
.dow-nav-but-wrapper {
  min-height: 58px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 10px;
  box-sizing: border-box;
}

/* ── Slide-bg body classes (bg changes per slide) ─────────── */
body { background: #000; }
