span.badge.bg-danger.featured-article-badge {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold !important;
}

/* Optional: Target all heading links on hover */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #008000 !important;
}

/* Optional: Target module title links on hover */
.sp-module-title a:hover {
    color: #008000 !important;

.logo-text {
    color: #008000  !important; /* Standard Green */
}
.custom-center {
    margin-left: auto;
    margin-right: auto;
    width: 50%; /* Adjust width as needed */
} 