/* /Components/JsonDocumentViewer.razor.rz.scp.css */
.json-entity-section[b-aq1upgi6qd] {
    border-radius: 8px;
    background-color: #ffffff;
    transition: background-color 150ms;
}

.json-entity-section:hover[b-aq1upgi6qd] {
    background-color: rgba(49, 178, 159, 0.04);
}

.json-entity-header[b-aq1upgi6qd] {
    cursor: pointer;
    border-bottom: 1px solid #dde5ea;
}

.json-entity-content[b-aq1upgi6qd] {
    padding-left: 12px;
    background-color: #ffffff;
}

.json-property-row[b-aq1upgi6qd] {
    border-bottom: 1px solid #f0f3f5;
}

.json-property-row:last-child[b-aq1upgi6qd] {
    border-bottom: none;
}

// Edit mode gets a subtle tint to distinguish from read-only[b-aq1upgi6qd]
 .mud-input-outlined .mud-input-slot {
    background-color: #ecf4f7;
}
