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

.sf-service-teaser-block-editor__head {
  text-align: center;
  margin-bottom: 28px;
  max-width: 640px;
  margin-inline: auto;
}

.sf-service-teaser-block-editor__title {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 800;
  color: #0a1f44;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

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

.sf-service-teaser-block-editor__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.sf-service-teaser-block-editor__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  background: #fff;
  border-radius: 8px;
  padding: 28px 24px;
  box-shadow: 0 6px 22px rgba(10, 31, 68, 0.1);
  min-height: 280px;
}

.sf-service-teaser-block-editor__card.is-dark {
  background: #0a1f44;
}

.sf-service-teaser-block-editor__icon {
  width: 56px;
  height: 56px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
  background: #4db8e8;
  color: #fff;
  cursor: pointer;
}

.sf-service-teaser-block-editor__card.is-tone-orange
  .sf-service-teaser-block-editor__icon {
  background: #ff6b2b;
}

.sf-service-teaser-block-editor__card.is-tone-blue
  .sf-service-teaser-block-editor__icon {
  background: #1a5fa8;
}

.sf-service-teaser-block-editor__card.is-tone-navy
  .sf-service-teaser-block-editor__icon {
  background: #0a1f44;
}

.sf-service-teaser-block-editor__card.is-dark.is-tone-navy
  .sf-service-teaser-block-editor__icon {
  background: #12315a;
}

.sf-service-teaser-block-editor__icon:hover,
.sf-service-teaser-block-editor__icon.is-open {
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 2px rgba(77, 184, 232, 0.35);
}

.sf-service-teaser-block-editor__card-title {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: #0a1f44;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.sf-service-teaser-block-editor__card.is-dark
  .sf-service-teaser-block-editor__card-title {
  color: #fff;
}

.sf-service-teaser-block-editor__card-text {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(10, 31, 68, 0.55);
}

.sf-service-teaser-block-editor__card.is-dark
  .sf-service-teaser-block-editor__card-text {
  color: rgba(255, 255, 255, 0.55);
}

.sf-service-teaser-block-editor__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 16px;
  border-radius: 6px;
  background: #4db8e8;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
}

.sf-service-teaser-block-editor__card.is-dark
  .sf-service-teaser-block-editor__btn {
  background: #ff6b2b;
}

.sf-service-teaser-block-editor__picker {
  margin-top: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(10, 31, 68, 0.12);
  border-radius: 8px;
}

.sf-service-teaser-block-editor__card:not(.is-dark)
  .sf-service-teaser-block-editor__picker {
  background: #f4f7fb;
}

.sf-service-teaser-block-editor__icons {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.sf-service-teaser-block-editor__icons.is-compact {
  margin-bottom: 8px;
}

.sf-service-teaser-block-editor__icons-label {
  margin: 8px 0 4px;
  font-size: 11px;
  color: #646970;
}

.sf-service-teaser-block-editor__icon-opt {
  width: 100%;
  aspect-ratio: 1;
  padding: 0;
  border: 1px solid rgba(10, 31, 68, 0.1);
  border-radius: 5px;
  background: #fff;
  color: #1a5fa8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.sf-service-teaser-block-editor__icon-opt.is-active,
.sf-service-teaser-block-editor__icon-opt:hover {
  border-color: #4db8e8;
  background: #e8f5fb;
}

.sf-service-teaser-block-editor__panel {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(10, 31, 68, 0.08);
}

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

.sf-service-teaser-block-editor__title:focus,
.sf-service-teaser-block-editor__lead:focus,
.sf-service-teaser-block-editor__card-title:focus,
.sf-service-teaser-block-editor__card-text:focus,
.sf-service-teaser-block-editor__btn:focus {
  outline: 2px solid rgba(77, 184, 232, 0.55);
  outline-offset: 2px;
}

.wp-block-swim-family-service-teaser {
  max-width: none;
}

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

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