/* Adjust primary sidebar width */
.bd-sidebar {
    flex: 0 0 250px; /* Adjust the 250px value to set desired width */
}


/* Custom color for "grey-ed out" grid cards */
.grey-card {
    color: #848884;
}


button.expandall-toggle {
    background: none;        /* invisible button */
    border: none;
    font-size: 1.1rem;       /* a touch larger than body text */
    cursor: pointer;
    margin: 0.25rem 0 0.75rem 0;   /* spacing under <h2> */
  }
  
  button.expandall-toggle:hover {
    color: var(--pst-color-link, #1a73e8);             /* theme link color */
  }