/* Open Library portal journal-card action order — 2026-08-28 v1
 * Home is intentionally the first action (left), followed by Current (right).
 */
html body.openlib-site-index .openlib_journal_actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
}

html body.openlib-site-index .openlib_journal_actions .home a {
    border: 1px solid var(--ol-red, #DC2626) !important;
    background: var(--ol-red, #DC2626) !important;
    color: #fff !important;
}

html body.openlib-site-index .openlib_journal_actions .home a:hover,
html body.openlib-site-index .openlib_journal_actions .home a:focus {
    border-color: var(--ol-red-dark, #B91C1C) !important;
    background: var(--ol-red-dark, #B91C1C) !important;
    color: #fff !important;
}

html body.openlib-site-index .openlib_journal_actions .home .fa,
html body.openlib-site-index .openlib_journal_actions .current .fa {
    margin-right: 6px !important;
}

html[data-openlib-color-mode="dark"] body.openlib-site-index .openlib_journal_actions .home a {
    border-color: #EF4444 !important;
    background: #DC2626 !important;
    color: #fff !important;
}
