/***BEGIN Tree.css***/
.bolt-tree-cell .bolt-table-cell-content {
  padding-bottom: 6px;
  padding-left: 6px;
  padding-top: 6px; }

.bolt-tree-cell .bolt-tree-cell-content-with-button {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem; }
/***END Tree.css***/

/***BEGIN TreeExpand.css***/
.bolt-tree-expand-button {
  border-radius: 2px;
  margin-right: 4px;
  padding: 6px; }

.bolt-tree-expand-button:hover {
  background-color: rgba( 234, 234, 234 ,  1 );
  background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }

@media (forced-colors: active) {
  .bolt-tree-expand-button:not(.disabled):hover {
    color: HighLight; } }
/***END TreeExpand.css***/

