.citation {
    color: #6c582a;
    cursor: pointer;
    text-decoration: underline dotted; /* Underlined with dots */
    /*font-weight: bold;*/
}
.overlay_cit {
    font-size: 0.8em; 
    color: white;
    position: absolute;
    background-color: rgb(12, 44, 101);
    border: 2px solid black;
    padding: 10px;
    display: none;
    z-index: 9000;
    border-radius: 5px; /* Added rounded corners */
    max-width: 500px; /* Set a maximum width */
    word-wrap: break-word; /* Ensure text wraps within the box */
}