/**
 * Directions block — editor chrome + full-bleed helpers.
 */

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

.sf-directions-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-directions-block-editor__group {
  background: #f0f6fb;
  border-radius: 5px;
  padding: 20px;
}

.sf-directions-block-editor__group-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.sf-directions-block-editor__dot {
  width: 18px;
  height: 18px;
  border-radius: 9999px;
  background: #4db8e8;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.sf-directions-block-editor__group-label {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a5fa8;
}

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

.sf-directions-block-editor__card {
  background: #fff;
  border-radius: 5px;
  padding: 18px;
  border-top: 3px solid #0a1f44;
}

.sf-directions-block-editor__card.is-blue {
  border-top-color: #1a5fa8;
}

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

.sf-directions-block-editor__age {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 800;
  color: rgba(10, 31, 68, 0.4);
  margin-bottom: 6px;
}

.sf-directions-block-editor__card strong {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #0a1f44;
}

.sf-directions-block-editor__card p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(10, 31, 68, 0.65);
}

.sf-directions-block-editor__more {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #1a5fa8;
}

.sf-directions-block-editor__pair {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sf-directions-block-editor__feat {
  border-radius: 5px;
  padding: 20px;
  color: #fff;
}

.sf-directions-block-editor__feat--dark {
  background: #0a1f44;
}

.sf-directions-block-editor__feat--accent {
  background: #ff6b2b;
}

.sf-directions-block-editor__tag {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 10px;
}

.sf-directions-block-editor__feat strong {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.sf-directions-block-editor__feat p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.45;
  opacity: 0.8;
}

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

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

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

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

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