/* Collapse 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Click to expand or collapse */
.button_collapse_groups {
    background: none;
    color: white;
    font-size: 15px;
    border: none;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    max-width: fit-content;
    cursor: pointer;
    border-radius: 6px;
    letter-spacing: -0.02em;
    font-weight: 550;
    line-height: 15px !important;
    margin-top: 12px;
    margin-bottom: 12px;
}
  
.button_collapse_groups:hover {
    background-color: rgba(76, 155, 232, 0.5);
}
  
/* Expand / Collapse All Buttons (Small) */
.collapse_expand_all_button {
    background-color: rgba(76, 155, 232, 0.5);
    color: white;
    font-size: 11px;
    border: none;
    padding: 5px;
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    justify-content: center;
    align-items: center;
    min-width: 0;
    cursor: pointer;
    border-radius: 6px;
    letter-spacing: -0.02em;
    font-weight: 550;
    line-height: 15px;
}
  
.collapse_expand_all_button:hover {
    background-color: #4C9BE8;
}