body {
    background-color: #161b22;

}

.overview-api {
    background-color: #161b22;
    color: #c9d1d9;
}
.card {
    background-color: #161b22;
    border: 1px solid #30363d;
}
pre {
    border-radius: 8px;
    overflow-x: auto;
}
code {
    font-size: 0.9rem;
}
.language-bash, .language-json {
    font-size: 0.74rem;
}

.btn-copy {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #21262d;
    color: #e6edf3;
    border: none;
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    border-radius: 6px;
    cursor: pointer;
}
.btn-copy:hover {
    background-color: #30363d;
}
.code-block {
    position: relative;
    margin-top: 10px;
}
.badge-get {
    background-color: #238636;
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}
.show-hide {
    color: #45bd5d;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "→";
    padding: 0 0.5rem;
    color: #c9d1d9;
}

.breadcrumb-item a {
    color: #58a6ff;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #c9d1d9;
}
