.demo-source-note {
  margin: 18px 0 0;
  padding: 13px 0 0;
  border-top: 1px solid #edf1f6;
  color: #8a95a5;
  font-size: 12px;
  text-align: right;
}

.demo-empty {
  min-height: 120px !important;
  padding: 44px 20px !important;
  color: #7b8798;
  text-align: center;
}

.demo-empty::before {
  display: none !important;
}

.is-disabled {
  cursor: default !important;
  pointer-events: none;
}

.is-disabled:hover {
  box-shadow: none !important;
  transform: none !important;
}

.demo-category-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 30px;
}

.demo-category-tabs a {
  padding: 5px 12px;
  border-radius: 4px;
  color: #59677b;
  font-size: 14px;
}

.demo-category-tabs a.active {
  color: #0866cf;
  background: #edf5ff;
  font-weight: 700;
}

.side-menu a {
  position: relative;
  padding-right: 52px;
}

.side-menu a small {
  position: absolute;
  top: 50%;
  right: 18px;
  color: #a2adba;
  font-size: 11px;
  font-weight: 400;
  transform: translateY(-50%);
}

.article-meta a,
.leader-section a {
  color: #0864cc;
}

.article-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 18px auto;
}

.article-body .imported-image-block {
  margin: 0 0 20px;
  text-align: center;
  text-indent: 0;
}

.article-body .imported-media-link {
  padding: 14px 18px;
  border-radius: 5px;
  background: #f2f7fd;
  text-align: center;
  text-indent: 0;
}

.article-body .imported-media-link a {
  color: #0867d1;
  font-weight: 700;
}

.article-body .imported-table {
  width: 100%;
  margin: 22px 0;
  border-collapse: collapse;
}

.article-body .imported-table td,
.article-body .imported-table th {
  padding: 9px 12px;
  border: 1px solid #dce5ef;
  line-height: 1.65;
}

.leader-group a small {
  display: block;
  margin-top: 3px;
  color: #8793a4;
  font-size: 11px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .demo-source-note {
    text-align: left;
  }

  .side-menu a {
    padding-right: 12px;
  }

  .side-menu a small {
    display: none;
  }

  .demo-category-tabs {
    width: 100%;
    gap: 4px;
    overflow-x: auto;
    margin: 8px 0 0;
    padding-bottom: 2px;
  }

  .section-title.has-demo-tabs {
    height: auto;
    min-height: 56px;
    flex-wrap: wrap;
    padding-bottom: 8px;
  }

  .demo-category-tabs a {
    flex: 0 0 auto;
    padding: 5px 9px;
    font-size: 12px;
  }

  .article-body {
    overflow-wrap: anywhere;
  }

  .article-body .imported-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .leader-group a small {
    display: none;
  }
}
