/* Install Manual Page */
.wd-im__warn {
  padding: 32px 40px;
  background: #fff5f5;
  border-left: 4px solid #e03131;
  border-radius: 10px;
  margin-bottom: 40px;
}
.wd-im__warn h4 { font-size: 16px; font-weight: 700; color: #c92a2a; margin-bottom: 12px; }
.wd-im__warn ul { list-style: disc; padding-left: 20px; }
.wd-im__warn li { font-size: 15px; color: var(--wd-text-secondary); line-height: 1.8; }

.wd-im__download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 44px 52px;
  background: var(--wd-surface-dark-section);
  color: #fff;
  border-radius: 16px;
  margin-top: 48px;
}
.wd-im__download span {
  display: inline-block;
  padding: 4px 12px;
  background: var(--wd-primary);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.wd-im__download h4 {
  font-size: 24px;
  font-weight: 800;
  margin: 12px 0 6px;
  color: #fff;
}
.wd-im__download p { font-size: 14px; color: rgba(255,255,255,0.7); }
.wd-im__note { text-align: center; margin-top: 24px; font-size: 14px; color: var(--wd-text-muted); }

@media (max-width: 1080px) {
  .wd-im__download { flex-direction: column; align-items: flex-start; padding: 32px; }
}
