body { font-family: system-ui, sans-serif; }
.structure-tree ul {
    list-style: none;
    margin: 0;
    padding-left: 0.75rem;
}

.structure-tree ul.border-start {
    border-color: #dee2e6; /* Bootstrap border color */
}

.structure-tree li > div {
    padding: 2px 0;
}

/* Verkleinerte Schriftgröße für Strukturansicht-Details */
#structure-view-details {
    font-size: 0.9rem;
}

#structure-view-details h5,
#structure-view-details h6 {
    font-size: 1rem;
}

#structure-view-details .table {
    font-size: 0.85rem;
}

#itemTechnicalDataContainer,
#itemOptionsContainer {
    font-size: 0.85rem;
}
