.sdf-demo-column {
  min-width: 0;
}

.sdf-demo-column > h2 {
  margin-bottom: 26px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}

.sdf-demo-frame {
  display: block;
  width: 100%;
  height: min(760px, calc(100vh - 120px));
  min-height: 620px;
  border: var(--border);
  background: #000;
}

.sdf-demo-description {
  max-width: 680px;
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 920px) {
  .sdf-demo-column {
    margin-top: 24px;
    padding-top: 24px;
    border-top: var(--border);
  }

  .sdf-demo-column > h2 {
    padding: 0;
    text-align: left;
  }

  .sdf-demo-frame {
    height: 72vh;
    min-height: 520px;
  }
}
