.author-bio {
    padding: 2em 0 0 0;
    font-style: italic;
}

.author-bio a {
    color: #E6E6FA; /* Light lavender - subtle but clickable */
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: all 0.3s ease;
    margin: 0; /* Override the global margin */
    font-size: inherit; /* Use parent font size, not nav font size */
}

.author-bio a:hover {
    color: white;
    text-decoration-thickness: 2px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}