/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

/* author bio formatting */
<style>
/* Improve paragraph spacing in author bios */
.bb-author-info {
  white-space: pre-line; /* This preserves line breaks */
}

.bb-author-info p {
  margin-bottom: 15px; /* Space between paragraphs */
}

/* Style for auto-generated links */
.bb-author-info a {
  color: #007bff; /* Link color - adjust to match your theme */
  text-decoration: underline;
}

.bb-author-info a:hover {
  color: #0056b3; /* Link hover color */
}
</style>