/* Style for the interlinking list */
ul {
    list-style-type: disc; /* Use bullet points */
    padding-left: 20px; /* Indent the list */
}

ul li {
    margin: 5px 0; /* Space between list items */
}

ul li a {
    color: #0073aa; /* Link color */
    text-decoration: none; /* Remove underline */
    transition: color 0.3s; /* Smooth color transition */
}

ul li a:hover {
    color: #005177; /* Change color on hover */
    text-decoration: underline; /* Underline on hover */
}

strong {
    font-weight: bold; /* Ensure the post titles are bold */
}
