.sf-price-howworks-block-editor {
  padding: 40px 28px;
  background: #f4f7fb;
  border: 1px dashed rgba(26, 95, 168, 0.35);
  border-radius: 8px;
}

.sf-price-howworks-block-editor__title {
  margin: 0 auto 32px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: #0a1f44;
  max-width: 720px;
}

.sf-price-howworks-block-editor__steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
}

.sf-price-howworks-block-editor__arrow {
  display: flex;
  align-items: center;
  color: rgba(26, 95, 168, 0.4);
  font-size: 20px;
  flex-shrink: 0;
}

.sf-price-howworks-block-editor__step {
  flex: 1;
  min-width: 0;
  border-radius: 5px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 4px 18px rgba(10, 31, 68, 0.06);
}

.sf-price-howworks-block-editor__num {
  display: inline-flex;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 5px;
  background: #1a5fa8;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
}

.sf-price-howworks-block-editor__step.is-orange
  .sf-price-howworks-block-editor__num {
  background: #ff6b2b;
}

.sf-price-howworks-block-editor__step.is-sky
  .sf-price-howworks-block-editor__num {
  background: #4db8e8;
}

.sf-price-howworks-block-editor__step-title {
  margin: 18px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0a1f44;
  line-height: 1.25;
}

.sf-price-howworks-block-editor__step-text {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(10, 31, 68, 0.6);
}

.sf-price-howworks-block-editor__panel {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
}

.sf-price-howworks-block-editor__panel strong {
  display: block;
  margin-bottom: 8px;
}

.sf-price-howworks-block-editor__tones {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}

.sf-price-howworks-block-editor__tones-label {
  margin: 0 0 6px;
  font-size: 11px;
  color: #646970;
}

.sf-price-howworks-block-editor__tone {
  width: 22px;
  height: 22px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 9999px;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.sf-price-howworks-block-editor__tone.is-active {
  border-color: #0a1f44;
  box-shadow: 0 0 0 2px rgba(10, 31, 68, 0.2);
}

@media (max-width: 800px) {
  .sf-price-howworks-block-editor__steps {
    flex-direction: column;
  }

  .sf-price-howworks-block-editor__arrow {
    justify-content: center;
    transform: rotate(90deg);
  }
}
