.journal-highlight-item {
    background: #38CAA3 !important;
    color: #ffffff !important;
    transition: background-color 0.3s ease;
}

.journal-highlight-item:hover {
    background: #ffffff !important;
    color: #ffffff !important;
}