        /* Hidden section style */
        #hiddenSection {
            display: none; /* Hidden by default */
            margin-top: 10px;
            padding: 10px;
            border: 1px solid #ccc;
            background-color: #f9f9f9;
        }
        button {
            margin-top: 10px;
            cursor: pointer;
        }
