
.json-node {
    margin-left: 20px;
}

.json-key {
    color: #25a9c1;
    font-weight: 400;
    cursor: pointer;
    user-select: none;
}

.json-key:hover {
    text-decoration: underline;
}

.json-value {
    color: #28a745;
}

.json-string {
    color: #dc3545 ;
}

.json-number {
    color: #7859df	;
}

.json-boolean {
    color: #0000fe;
    font-weight: 400;
}

.json-null {
    color: #829289;
    font-style: italic;
}

.toggle-icon {
    display: inline-block;
    width: 12px;
    margin-right: 5px;
    font-family: monospace;
    font-weight: bold;
    color: #666;
}

.collapsed .json-children {
    display: none;
}

.json-line {
    padding: 2px 0;
    line-height: 1.6;
}

.json-bracket {
    color: #666;
    font-weight: bold;
}

.json-comma {
    color: #666;
}
