/* blog-footer: Blog style footer */
.blog-footer {
    padding: 2.5rem 0;
    color: #727272;
    text-align: center;
    background-color: #f9f9f9; /* Keep gray background */
    border-top: 0.05rem solid #e5e5e5;
    white-space: nowrap; /* Prevent text wrapping */
}

/* Link style inside blog-footer */
.blog-footer a {
    color: #6c757d;
    text-decoration: none;
    margin: 0 0.5rem; /* Add horizontal margin to separate links */
}

.blog-footer a:hover {
    color: #343a40;
    text-decoration: underline;
}
