.sl-flow {
  margin: 24px 0;
}

.sl-flow__box {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
  background: #fafafa;
}

.sl-flow__top {
  margin-bottom: 16px;
  text-align: center;
}

.sl-flow__actions {
  margin-top: 16px;
  text-align: center;
}

.sl-flow__actions--moved {
  margin-top: 24px;
  text-align: center;
}

.sl-flow__title {
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}

.sl-flow__timer {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
}

.sl-flow__timer--hidden {
  display: none;
}

.sl-flow__timer-card {
  min-width: 180px;
  padding: 18px 16px 14px;
  border-radius: 12px;
  background: #f3f4f6;
  color: #111827;
}

.sl-flow__timer-value-wrap {
  line-height: 1;
}

.sl-flow__timer-value {
  font-size: 40px;
  font-weight: 800;
}

.sl-flow__timer-label {
  margin-top: 8px;
  font-size: 14px;
  text-transform: lowercase;
  opacity: 0.92;
}

.sl-flow--counter-modern .sl-flow__timer-card {
  background: #ff5a00;
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 90, 0, 0.22);
}

.sl-flow__captcha {
  margin-bottom: 12px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  border: 1px dashed #d1d5db;
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sl-flow__gate {
  margin: 0 auto 14px;
  max-width: 520px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e3a8a;
  text-align: center;
}

.sl-flow__gate--adblock {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}

.sl-flow__gate--hidden {
  display: none;
}

.sl-flow-tracked-bar {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 99999;
}

.sl-flow-tracked-bar__inner {
  max-width: 520px;
  margin: 0 auto;
  padding: 16px 18px;
  border-radius: 14px;
  background: #111827;
  color: #fff;
  text-align: center;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.28);
}

.sl-flow-tracked-bar__title {
  font-size: 14px;
  margin-bottom: 8px;
}

.sl-flow-tracked-bar__time {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
}

.sl-flow-tracked-bar__btn {
  display: inline-block;
  min-width: 220px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #ff5a00;
  color: #fff;
  text-decoration: none;
}

.sl-flow-tracked-bar__btn--disabled {
  opacity: 0.55;
  pointer-events: none;
}

.sl-flow__captcha--pending {
  border-color: #ef4444;
  color: #991b1b;
  background: #fef2f2;
}

.sl-flow__btn {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 8px;
  border: none;
  background: #2563eb;
  color: #fff;
  cursor: pointer;
  min-width: 180px;
}

.sl-flow__btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

.sl-flow__status {
  margin-top: 10px;
  font-size: 14px;
  color: #374151;
}

.sl-flow__status--error {
  color: #b91c1c;
}

.sl-flow--error .sl-flow__box,
.sl-flow.sl-flow--error {
  border-color: #ef4444;
  color: #991b1b;
  background: #fef2f2;
  padding: 12px;
  border-radius: 10px;
}
