.wp-block-esfb2-stepflow.esfb2-stepflow {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.esfb2-flow-title {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.esfb2-header {
  margin-bottom: 1rem;
}

.esfb2-current-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-family: 'Playfair Display', sans-serif;
text-align: left;
}



.esfb2-step-count {
  font-size: 0.95rem;
  color: #6b7280;
}

.esfb2-step {
  display: none;
}

.esfb2-step.is-active {
  display: block;
}

.esfb2-step-title {
  display: none;
}

.esfb2-step-content > :first-child {
  margin-top: 0;
}

.esfb2-step-content > :last-child {
  margin-bottom: 0;
}

.esfb2-progress {
  width: 100%;
  height: 8px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.esfb2-progress-bar {
  height: 100%;
  width: 0;
  background: #111827;
  transition: width 0.2s ease;
}

.esfb2-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.esfb2-button {
  appearance: none;
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.esfb2-button:hover:not(:disabled),
.esfb2-button:focus:not(:disabled) {
  opacity: 0.92;
  transform: translateY(-1px);
  outline: none;
}

.esfb2-button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}
