Tumba Rulindo
.collapsible { cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 16px; transition: 0.4s; background-color: #dddbca; font-weight: regular; font-family: 'ITC Benguiat Light', serif; color: black; } .active, .collapsible:hover { background-color: #dddbca; } .collapsible:after { content: '\002B'; color: #dddbca; float: right; margin-left: 5px; } .active:after { content: "\2212"; } .content { padding: 0 18px; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; background-color: transparent; /* Changed to transparent */ } /* Single-spacing for Brewing Tips