/* =========================================================
   JIPSS ARTICLE DETAILS SAFE CSS
   Journal of Islamic Political and Social Studies
   For OJS Journal Style Sheet
   Purpose:
   - Merapikan halaman detail artikel
   - Membuat Abstract, References, Citation rata kanan-kiri
   - Tidak mengubah header, homepage image, menu, atau layout utama OJS
   ========================================================= */


/* =========================
   Article Title
   ========================= */

.obj_article_details .page_title {
    color: #0b2545 !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
    text-align: left !important;
    border-bottom: 3px solid #c8a96a !important;
    padding-bottom: 12px !important;
    margin-bottom: 22px !important;
}

.obj_article_details .subtitle {
    color: #1e3a5f !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
    margin-bottom: 18px !important;
}


/* =========================
   Section Spacing and Labels
   ========================= */

.obj_article_details .item {
    margin-bottom: 18px !important;
}

.obj_article_details .item .label {
    color: #0b2545 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-bottom: 8px !important;
}


/* =========================
   Justified Text
   Abstract, References, Citation
   ========================= */

.obj_article_details .article-justify-text,
.obj_article_details .article-justify-text p,
.obj_article_details .item.abstract .value,
.obj_article_details .item.abstract .value p,
.obj_article_details .item.abstract p,
.obj_article_details .item.references .value,
.obj_article_details .item.references .value p,
.obj_article_details .item.references p,
.obj_article_details #citationOutput,
.obj_article_details #citationOutput p,
.obj_article_details .csl-entry {
    text-align: justify !important;
    line-height: 1.85 !important;
    color: #2f3e4d !important;
    font-size: 15px !important;
}


/* =========================
   Authors
   ========================= */

.obj_article_details ul.authors {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.obj_article_details ul.authors li {
    margin-bottom: 8px !important;
}

.obj_article_details .authors .name {
    color: #0b2545 !important;
    font-weight: 700 !important;
}

.obj_article_details .authors .affiliation {
    display: block !important;
    color: #5a6b7c !important;
    font-size: 13px !important;
    margin-top: 2px !important;
}


/* =========================
   Keywords
   ========================= */

.obj_article_details .item.keywords .value {
    display: inline-block !important;
    background: #f4f7fb !important;
    border: 1px solid #d5e0ec !important;
    border-radius: 6px !important;
    padding: 6px 10px !important;
    color: #2f3e4d !important;
    line-height: 1.6 !important;
}


/* =========================
   PDF Button
   ========================= */

.obj_article_details .obj_galley_link.pdf,
.obj_article_details .obj_galley_link {
    background: #0b2545 !important;
    color: #ffffff !important;
    border-radius: 20px !important;
    padding: 6px 14px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    border: none !important;
}

.obj_article_details .obj_galley_link.pdf:hover,
.obj_article_details .obj_galley_link:hover {
    background: #c8a96a !important;
    color: #ffffff !important;
}


/* =========================
   Entry Details / Right Column Text
   Does not modify layout width
   ========================= */

.obj_article_details .entry_details .value,
.obj_article_details .entry_details .value a {
    color: #2f3e4d !important;
    line-height: 1.6 !important;
}

.obj_article_details .entry_details a:hover {
    color: #c8a96a !important;
}


/* =========================
   Citation Format Button
   ========================= */

.obj_article_details .citation_formats_button {
    background: #0b2545 !important;
    color: #ffffff !important;
    border-radius: 20px !important;
    padding: 6px 14px !important;
    border: none !important;
    font-weight: 700 !important;
}

.obj_article_details .citation_formats_button:hover {
    background: #c8a96a !important;
    color: #ffffff !important;
}


/* =========================
   License / Copyright Text
   ========================= */

.obj_article_details .item.copyright,
.obj_article_details .item.copyright p,
.obj_article_details .item.copyright .article-justify-text {
    text-align: justify !important;
    line-height: 1.8 !important;
    color: #2f3e4d !important;
}


/* =========================
   Mobile Safety
   Does not force new layout
   ========================= */

@media (max-width: 768px) {
    .obj_article_details .page_title {
        font-size: 22px !important;
        line-height: 1.45 !important;
    }

    .obj_article_details .item.abstract p,
    .obj_article_details .item.references p,
    .obj_article_details .csl-entry {
        font-size: 14px !important;
        line-height: 1.8 !important;
    }
}
