a {
    text-decoration: none;
}
/* .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
} */

/* .trigger-btn {
    color: white;
} */

/* .nav-link {
    cursor: pointer;
} */

/* Hide the actual checkbox completely */
/* .hidden-checkbox {
    display: none;
} */

/* Style the content box by default */
/* .content-box {
    display: none;
} */

/* Check if the hidden input is clicked (:checked) and change the sibling div */
/* .hidden-checkbox:checked ~ .content-box {
    display: block;
    background-color: lightblue;
} */