/* ═══════════════════════════════════════════
   Smart Banner Funnel — Frontend Styles
   ═══════════════════════════════════════════ */

.content-widget {
  margin: 24px 0;
  box-sizing: border-box;
  font-family: inherit;
  text-align: center;
}

/* ── Banner / media area ── */
#widget-media {
  display: block;
  text-align: center;
}

#widget-media a {
  display: inline-block;
  cursor: pointer;
}

#widget-media img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.widget-body {
  text-align: center;
}

.widget-body img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ── Countdown / wait area ── */
#widget-wait {
  margin: 20px auto;
  text-align: center;
  max-width: 500px;
}

#widget-wait img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* GIF mode: gif အောက်က seconds timer (JS createElement ဖြင့် ဆောက်) */
.widget-gif-timer {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #e44;
  margin-top: 10px;
  text-align: center;
  letter-spacing: 0.5px;
}

/* Text mode: JS runtime render */
.widget-timer-inner {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #e44;
  margin-bottom: 10px;
  text-align: center;
}

.widget-bar {
  width: 100%;
  max-width: 400px;
  height: 7px;
  background: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto;
}

.widget-progress {
  height: 100%;
  background: #e44;
  border-radius: 4px;
  transition: width 1s linear;
}

/* ── Action / button area ── */
.widget-action {
  margin: 20px 0;
  text-align: center;
}

#widget-landing {
  margin: 0;
  padding: 0;
}

#widget-link {
  text-align: center;
}

#widget-link a {
  display: inline-block;
  cursor: pointer;
}

#widget-link img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.widget-btn {
  display: inline-block;
  cursor: pointer;
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 13px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

/* ── Hint image ── */
.ssf-hint-image {
  margin-bottom: 20px;
  text-align: center;
}

.ssf-hint-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
