.project-empty-demo-note {
  margin-top: 14px;
  color: #8795aa;
}

.demo-load-button {
  border-color: #8cb7f8;
  color: #0d66ef;
}

.demo-tag {
  display: inline-flex;
  margin-left: 8px;
  padding: 2px 7px;
  border-radius: 10px;
  background: #fff1d9;
  color: #a45b00;
  font-size: 11px;
  font-weight: 700;
  vertical-align: middle;
}

.demo-data-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid #cfe0fa;
  border-radius: 10px;
  background: #f6f9ff;
}

.demo-data-panel h2 {
  margin: 0;
  color: #15346c;
  font-size: 19px;
}

.demo-data-panel p {
  margin: 6px 0 0;
  color: #70809b;
  font-size: 13px;
}

.danger-outline {
  border-color: #e3a09c;
  color: #b93631;
  background: #fff;
}

@media (max-width: 720px) {
  .demo-data-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}
