/* Make Article Titles look like clickable links */
.obj_article_summary .title a, .page_article h1 {
    color: #1e40af !important;
    text-decoration: none;
    transition: 0.2s;
}
.obj_article_summary .title a:hover {
    color: #0f172a !important;
    text-decoration: underline !important;
}

/* Upgrade the Galley Button color (Orange like reference site) */
.obj_galley_link {
    background-color: #ea580c !important; 
    color: #ffffff !important;
    padding: 12px 24px !important;
    font-weight: bold !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.obj_galley_link:hover {
    background-color: #c2410c !important;
}