.sf-service-intro-block-editor {
  margin: 0 0 16px;
  padding: 40px 28px;
  background: #fff;
  border: 1px dashed #1a5fa8;
  border-radius: 5px;
  max-width: none !important;
}

.sf-service-intro-block-editor--muted {
  background: #f4f7fb;
}

.sf-service-intro-block-editor__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.sf-service-intro-block-editor__title {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: #0a1f44;
}

.sf-service-intro-block-editor__text {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(10, 31, 68, 0.6);
}

.sf-service-intro-block-editor__list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sf-service-intro-block-editor__li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(10, 31, 68, 0.7);
}

.sf-service-intro-block-editor__li.is-empty-hint {
  font-size: 13px;
  color: rgba(10, 31, 68, 0.4);
  font-style: italic;
}

.sf-service-intro-block-editor__check {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  background: #1a5fa8;
  position: relative;
  cursor: pointer;
}

.sf-service-intro-block-editor__check::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.sf-service-intro-block-editor__check.is-sky {
  background: #4db8e8;
}

.sf-service-intro-block-editor__check.is-orange {
  background: #ff6b2b;
}

.sf-service-intro-block-editor__check.is-navy {
  background: #0a1f44;
}

.sf-service-intro-block-editor__li-text {
  flex: 1;
  min-width: 0;
}

.sf-service-intro-block-editor__quote {
  background: #eef4fb;
  border-radius: 5px;
  padding: 28px;
  border-left: 4px solid #1a5fa8;
}

.sf-service-intro-block-editor__quote.is-sky {
  border-left-color: #4db8e8;
  background: #eef8fc;
}

.sf-service-intro-block-editor__quote.is-sky
  .sf-service-intro-block-editor__quote-icon {
  color: #4db8e8;
}

.sf-service-intro-block-editor__quote.is-orange {
  border-left-color: #ff6b2b;
  background: #fff4ee;
}

.sf-service-intro-block-editor__quote.is-orange
  .sf-service-intro-block-editor__quote-icon {
  color: #ff6b2b;
}

.sf-service-intro-block-editor__quote.is-navy {
  border-left-color: #0a1f44;
  background: #eef1f5;
}

.sf-service-intro-block-editor__quote.is-navy
  .sf-service-intro-block-editor__quote-icon {
  color: #0a1f44;
}

.sf-service-intro-block-editor__quote-icon {
  display: block;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1a5fa8;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.sf-service-intro-block-editor__tones {
  margin: 12px 0 4px;
}

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

.sf-service-intro-block-editor__tones-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.sf-service-intro-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-service-intro-block-editor__tone.is-active {
  border-color: #0a1f44;
  box-shadow: 0 0 0 2px rgba(10, 31, 68, 0.2);
}

.sf-service-intro-block-editor__quote-text {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #0a1f44;
}

.sf-service-intro-block-editor__author {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.sf-service-intro-block-editor__avatar-btn {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 9999px;
  overflow: hidden;
  flex-shrink: 0;
}

.sf-service-intro-block-editor__avatar {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  object-fit: cover;
  object-position: top;
}

.sf-service-intro-block-editor__avatar-empty {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background: #d8e6f0;
}

.sf-service-intro-block-editor__name {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0a1f44;
}

.sf-service-intro-block-editor__role {
  margin-top: 2px;
  font-size: 13px;
  color: rgba(10, 31, 68, 0.5);
}

.sf-service-intro-block-editor__media-preview {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  object-fit: cover;
  object-position: top;
}

.sf-service-intro-block-editor__title:focus,
.sf-service-intro-block-editor__text:focus,
.sf-service-intro-block-editor__li-text:focus,
.sf-service-intro-block-editor__quote-text:focus,
.sf-service-intro-block-editor__name:focus,
.sf-service-intro-block-editor__role:focus {
  box-shadow: 0 0 0 2px rgba(77, 184, 232, 0.55);
  border-radius: 2px;
  outline: none;
}

.wp-block-swim-family-service-intro {
  max-width: none !important;
  width: 100% !important;
}

.sf-service-content .wp-block-swim-family-service-intro,
.sf-service-content .sf-intro,
.sf-service-content .sf-mintro {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

@media (max-width: 782px) {
  .sf-service-intro-block-editor__grid {
    grid-template-columns: 1fr;
  }
}
