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

.sf-about-block-editor__head {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 28px;
  margin-bottom: 24px;
}

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

.sf-about-block-editor__lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(10, 31, 68, 0.65);
}

.sf-about-block-editor__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff;
  border: 1px solid #d8e6f0;
  border-radius: 5px;
  overflow: hidden;
}

.sf-about-block-editor__cell {
  padding: 20px 16px;
  border-right: 1px solid #d8e6f0;
}

.sf-about-block-editor__cell:last-child {
  border-right: 0;
}

.sf-about-block-editor__bar {
  display: block;
  width: 36px;
  height: 4px;
  border-radius: 9999px;
  margin-bottom: 12px;
  background: #1a5fa8;
}

.sf-about-block-editor__bar.is-sky {
  background: #4db8e8;
}

.sf-about-block-editor__bar.is-orange {
  background: #ff6b2b;
}

.sf-about-block-editor__bar.is-navy {
  background: #0a1f44;
}

.sf-about-block-editor__num {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #0a1f44;
  line-height: 1;
}

.sf-about-block-editor__label {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(10, 31, 68, 0.55);
}

.sf-about-block-editor__panel {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
}

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

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

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

@media (max-width: 782px) {
  .sf-about-block-editor__head,
  .sf-about-block-editor__stats {
    grid-template-columns: 1fr;
  }

  .sf-about-block-editor__cell {
    border-right: 0;
    border-bottom: 1px solid #d8e6f0;
  }

  .sf-about-block-editor__cell:last-child {
    border-bottom: 0;
  }
}
