.sf-price-section-block-editor {
  padding: 24px;
  background: #fff;
  border: 1px dashed rgba(26, 95, 168, 0.35);
  border-radius: 8px;
}

.sf-price-section-block-editor__loc {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 5px;
  background: #1a5fa8;
  color: #fff;
  padding: 16px 22px;
  margin-bottom: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.sf-price-section-block-editor__loc i {
  color: #4db8e8;
  font-size: 16px;
}

.sf-price-section-block-editor__grid {
  display: grid;
  gap: 20px;
  align-items: start;
}

.sf-price-section-block-editor__card {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 28px 22px 22px;
}

.sf-price-section-block-editor__card.is-feat {
  border: 2px solid #1a5fa8;
  box-shadow: 0 10px 28px rgba(10, 31, 68, 0.12);
}

.sf-price-section-block-editor__card.is-muted {
  background: #f4f7fb;
}

.sf-price-section-block-editor__card.is-dark {
  background: #0a1f44;
  color: #fff;
  box-shadow: 0 10px 28px rgba(10, 31, 68, 0.12);
}

.sf-price-section-block-editor__badge {
  position: absolute;
  top: -12px;
  left: 20px;
  height: 26px;
  padding: 0 12px;
  border-radius: 4px;
  background: #ff6b2b;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  min-width: 4em;
}

.sf-price-section-block-editor__badge.is-empty {
  opacity: 0.45;
  border: 1px dashed rgba(255, 255, 255, 0.7);
}

.sf-price-section-block-editor__title {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #0a1f44;
}

.sf-price-section-block-editor__card.is-dark
  .sf-price-section-block-editor__title {
  color: #fff;
}

.sf-price-section-block-editor__eyebrow {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #1a5fa8;
  font-family: Montserrat, sans-serif;
}

.sf-price-section-block-editor__card.is-dark
  .sf-price-section-block-editor__eyebrow {
  color: #4db8e8;
}

.sf-price-section-block-editor__price-wrap {
  margin-top: 20px;
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
}

.sf-price-section-block-editor__price {
  font-size: 40px;
  font-weight: 800;
  font-family: Montserrat, sans-serif;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #0a1f44;
}

.sf-price-section-block-editor__card.is-dark
  .sf-price-section-block-editor__price {
  color: #fff;
}

.sf-price-section-block-editor__price-suffix {
  font-size: 16px;
  font-weight: 800;
  font-family: Montserrat, sans-serif;
  color: #0a1f44;
}

.sf-price-section-block-editor__card.is-dark
  .sf-price-section-block-editor__price-suffix {
  color: #fff;
}

.sf-price-section-block-editor__price-note {
  margin: 8px 0 0;
  font-size: 12px;
  color: rgba(10, 31, 68, 0.5);
}

.sf-price-section-block-editor__rows {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sf-price-section-block-editor__row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 12px;
}

.sf-price-section-block-editor__row-label {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.sf-price-section-block-editor__row-value {
  font-size: 18px;
  font-weight: 800;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.sf-price-section-block-editor__row.is-accent
  .sf-price-section-block-editor__row-value {
  color: #ff6b2b;
}

.sf-price-section-block-editor__accent-btn {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  padding: 0;
  font-size: 12px;
}

.sf-price-section-block-editor__rows-note {
  margin: 6px 0 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
}

.sf-price-section-block-editor__list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sf-price-section-block-editor__li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #0a1f44;
  line-height: 1.4;
}

.sf-price-section-block-editor__card.is-dark
  .sf-price-section-block-editor__li {
  color: #fff;
}

.sf-price-section-block-editor__li.is-no {
  color: rgba(10, 31, 68, 0.45);
}

.sf-price-section-block-editor__card.is-dark
  .sf-price-section-block-editor__li.is-no {
  color: rgba(255, 255, 255, 0.45);
}

.sf-price-section-block-editor__li-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: transparent;
  color: #1a5fa8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.sf-price-section-block-editor__card.is-dark
  .sf-price-section-block-editor__li-icon {
  color: #4db8e8;
}

.sf-price-section-block-editor__li.is-no
  .sf-price-section-block-editor__li-icon {
  color: rgba(10, 31, 68, 0.45);
}

.sf-price-section-block-editor__btn {
  margin-top: 24px;
  width: 100%;
  min-height: 48px;
  border-radius: 5px;
  background: #ff6b2b;
  color: #fff;
  font-weight: 800;
  font-family: Montserrat, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.sf-price-section-block-editor__btn.is-outline {
  background: transparent;
  border: 2px solid #1a5fa8;
  color: #1a5fa8;
}

.sf-price-section-block-editor__btn.is-ondark {
  background: #ff6b2b;
  color: #fff;
}

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

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

@media (max-width: 900px) {
  .sf-price-section-block-editor__grid {
    grid-template-columns: 1fr !important;
  }
}
