.collapsible { cursor: pointer; width: 100%; border: none; outline: none; } .collapsible-content { overflow: hidden; max-height: 0; transition: max-height 0.2s ease-out; }