.demoRack{
  max-width: 920px;
  margin: 80px auto;
  padding: 0 20px;
}

.demoRackTitle{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}

.demoRackIntro{
  max-width: 640px;
  font-size: 15px;
  line-height: 1.6;
  color: #b8bcc6;
  margin-bottom: 48px;
}

/* Individual demo units */
.demoUnit{
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.demoUnit:first-child{
  border-top: none;
}

.demoMeta{
  margin-bottom: 16px;
}

.demoTag{
  display: inline-block;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fccc3b;
  margin-bottom: 6px;
}

.demoTitle{
  font-size: 18px;
  color: #666666;
  font-weight: 600;
  margin: 4px 0;
}

.demoNote{
  font-size: 14px;
  color: #9ea4b0;
  max-width: 520px;
}

/* Widget container stays understated */
.demoControls{
  margin-top: 18px;
}
