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

.sf-service-coaches-block-editor__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

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

.sf-service-coaches-block-editor__link {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  color: #1a5fa8;
  line-height: 1.3;
}

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

.sf-service-coaches-block-editor__card {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(10, 31, 68, 0.1);
  min-height: 220px;
  background: #0a1f44;
}

.sf-service-coaches-block-editor__img {
  width: 180px;
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: #12315a;
  cursor: pointer;
  overflow: hidden;
  display: block;
}

.sf-service-coaches-block-editor__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.sf-service-coaches-block-editor__img-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 220px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.sf-service-coaches-block-editor__body {
  flex: 1;
  min-width: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
}

.sf-service-coaches-block-editor__name {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #fff;
}

.sf-service-coaches-block-editor__role {
  margin: 4px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}

.sf-service-coaches-block-editor__text {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
}

.sf-service-coaches-block-editor__more {
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  color: #4db8e8;
  line-height: 1.3;
}

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

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

.sf-service-coaches-block-editor__title:focus,
.sf-service-coaches-block-editor__link:focus,
.sf-service-coaches-block-editor__name:focus,
.sf-service-coaches-block-editor__role:focus,
.sf-service-coaches-block-editor__text:focus,
.sf-service-coaches-block-editor__more:focus {
  outline: 2px solid rgba(77, 184, 232, 0.55);
  outline-offset: 2px;
}

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

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

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

  .sf-service-coaches-block-editor__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .sf-service-coaches-block-editor__img {
    width: 140px;
  }
}
