/*
 * Call for Papers widget compatibility styles.
 * Keeps the original Bootstrap 3 heading appearance on static/theme-builder pages
 * without loading the full plugin Bootstrap bundle site-wide.
 */
.hyvikk_main_jrp_wrap .call_for_paper h3,
.hyvikk_main_jrp_wrap .call_for_paper h4,
.hyvikk_main_jrp_wrap .call_for_paper h5 {
    font-family: inherit !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    color: inherit;
}

.hyvikk_main_jrp_wrap .call_for_paper h3 {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    font-size: 24px !important;
}

.hyvikk_main_jrp_wrap .call_for_paper h4,
.hyvikk_main_jrp_wrap .call_for_paper h5 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.hyvikk_main_jrp_wrap .call_for_paper h4 {
    font-size: 18px !important;
}

.hyvikk_main_jrp_wrap .call_for_paper h5 {
    font-size: 14px !important;
}

/*
 * Theme-card border compatibility.
 * The helper script applies this class only to outermost main-content cards
 * and top-level sidebar widgets. Nested calculator, member/detail and form
 * boxes are deliberately excluded.
 */
.jrpublication-theme-card-line {
    border-top: 1px solid #069c17 !important;
    box-sizing: border-box !important;
}
