/* Docs specific styles */
.doc-content {
    background-color: #f9f9f9;
    border-left: 3px solid #007bff;
    padding: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.doc-content h1,
.doc-content h2,
.doc-content h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.doc-content code {
    background-color: #e8e8e8;
    padding: 2px 4px;
    border-radius: 4px;
    font-family: monospace;
}

.doc-content pre {
    background-color: #333;
    color: #f8f8f2;
    padding: 15px;
    border-radius: 5px;
    overflow-x: auto;
}

.doc-content pre code {
    background-color: transparent;
    padding: 0;
}

.changelog {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}

.changelog h3 {
    margin-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.changelog ul {
    list-style-type: none;
    padding-left: 0;
}

.changelog li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.changelog li:last-child {
    border-bottom: none;
}

.docs-tree {
  list-style: none;
  padding-left: 1.2em;
}
.docs-tree li {
  margin: 0.2em 0 0.2em 0.5em;
  position: relative;
}
.docs-tree li i.fa-folder {
  color: #f7b731;
  margin-right: 0.3em;
}
.docs-tree li i.fa-file-alt {
  color: #3867d6;
  margin-right: 0.3em;
}
.docs-tree li > div {
  margin: 0.2em 0 0.2em 1.5em;
}
.docs-tree a.btn-success {
  font-size: 0.9em;
  padding: 2px 8px;
}