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

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

.sf-home-blog-block-editor__note {
  margin: 0;
  font-size: 14px;
  color: rgba(10, 31, 68, 0.65);
}

.sf-home-blog-block-editor__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sf-home-blog-block-editor__card {
  background: #fff;
  border-radius: 5px;
  padding: 18px;
  border-top: 3px solid #1a5fa8;
  min-height: 160px;
  display: flex;
  flex-direction: column;
}

.sf-home-blog-block-editor__card.is-sky {
  border-top-color: #4db8e8;
}

.sf-home-blog-block-editor__card.is-orange {
  border-top-color: #ff6b2b;
}

.sf-home-blog-block-editor__card strong {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  color: #0a1f44;
}

.sf-home-blog-block-editor__card p {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(10, 31, 68, 0.6);
  flex: 1;
}

.sf-home-blog-block-editor__card span {
  display: inline-block;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 700;
  color: #1a5fa8;
}

.sf-home-blog-block-editor__foot {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}

.sf-home-blog-block-editor__foot span {
  font-size: 13px;
  font-weight: 800;
  color: #1a5fa8;
  text-decoration: underline;
}

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

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

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

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

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