﻿
/* Style for the collapsible content */
.collapsible-content {
    display: block;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

/* Style for the button to toggle the collapsible content */
.collapsible-button {
    cursor: pointer;
    padding: 15px;
    border: ridge;
    outline: outset;
    width: 20%;
}
 
