.hidden-text {
    display: none;
  }
  
  .toggle-button {
    background: none;
    border: none;
    padding: 0;
    font-size: 14px; /* Adjust the font size as needed */
    color: #007BFF; /* Link color */
    cursor: pointer;
    text-decoration: underline; /* Add underlines to make it look like a link */
  }
  