/* V4.3 solution surfaces only. */

.sbx-v43--solutions .sbx-v43__card {
  border-top: 4px solid var(--sbx-teal-600, #0e7a7c);
}

.sbx-v43--solutions .sbx-v43__card:nth-child(5) {
  grid-column: 1 / -1;
}

.sbx-v43--solution-detail .sbx-v43__panel {
  background: var(--sbx-soft-green, #e7f4ef);
  border-color: #b7d9cb;
}

.sbx-v43--solution-detail .sbx-v43__boundary {
  margin-bottom: 0;
}
