.collapsible-target {
    display: none; /* Initially hide the content */
}

.collapsible-controller {
    cursor: pointer; /* Change cursor to indicate clickable */
}
