/* Hide unwanted links at top of page */
body > a[href^="https://www.glossacontact.org/index.php/gc/"] {
    display: none !important;
}

/* Improve journal description text */
.journal-description {
    font-size: 18px !important;
    line-height: 1.6 !important;
}

.submission-info {
    font-size: 18px !important;
    line-height: 1.6 !important;
}

.here-link {
    color: #1a8b84 !important;
    font-weight: bold !important;
}

/* Improve highlight box appearance */
.highlight-text {
    padding: 25px !important;
    background-color: rgba(255, 255, 255, 0.85) !important;
    border-left: 4px solid #1a8b84 !important;
    border-radius: 0 5px 5px 0 !important;
    margin: 20px 0 !important;
}