@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

/* =========================================================
   1. GLOBAL & TYPOGRAPHY
   ========================================================= */
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333333; background-color: #f4f6f9; }
h1, h2, h3, h4, h5, h6 { color: #223325; }
a { color: #223325; text-decoration: none; transition: 0.3s; }
a:hover { color: #966F2A; }

/* =========================================================
   2. TOP HEADER (Kontak & Media Sosial)
   ========================================================= */
.top-header-bg { background-color: #223325; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.top-header { color: #ffffff; padding: 10px 15px !important; display: flex; justify-content: space-between; align-items: center; max-width: 1140px !important; margin: 0 auto !important; font-size: 14px; box-sizing: border-box !important; }
.contact-info, .social-links { display: flex; align-items: center; gap: 20px; }
.contact-item { color: #ffffff; text-decoration: none; display: flex; align-items: center; gap: 8px; transition: color 0.3s ease; }
.contact-item:hover { color: #966F2A; }
.social-links span { font-weight: bold; margin-right: 5px; }
.social-icon { color: #ffffff; font-size: 16px; transition: all 0.3s ease; }
.social-icon:hover { color: #966F2A; transform: scale(1.1); }
@media (max-width: 768px) { .top-header { flex-direction: column; gap: 10px; text-align: center; } .contact-info { flex-direction: column; gap: 5px; } }

/* =========================================================
   3. HEADER, BANNER LOGO & BACKGROUND MOTIF
   ========================================================= */
.pkp_structure_head { background-image: url('https://journals.mitrainovasiolahraga.com/public/site/bg-pattern.png'); background-repeat: repeat; background-color: #f4f6f9; border-bottom: none; }
.pkp_structure_head .pkp_head_wrapper { position: relative !important; max-width: 1140px !important; margin: 0 auto !important; padding: 0 !important; width: 100% !important; }
.pkp_structure_head .pkp_site_name_wrapper, .pkp_site_name, .pkp_site_name .is_img { padding: 0 !important; margin: 0 !important; width: 100% !important; display: block !important; }
.pkp_site_name .is_img img { width: 100% !important; max-width: 100% !important; height: auto !important; max-height: none !important; display: block !important; margin: 0 !important; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }

/* =========================================================
   4. USER NAVIGATION (REGISTER / LOGIN / ADMIN OVERLAY)
   ========================================================= */
.pkp_site_nav_menu { position: static !important; }
.pkp_structure_head .pkp_navigation_user_wrapper, .pkp_navigation_user_wrapper, #navigationUserWrapper { position: absolute !important; top: 20px !important; right: 15px !important; left: auto !important; margin-left: auto !important; z-index: 9999999 !important; display: flex !important; justify-content: flex-end !important; visibility: visible !important; opacity: 1 !important; clip: auto !important; clip-path: none !important; transform: none !important; width: auto !important; height: auto !important; float: none !important; }
.pkp_navigation_user { display: flex !important; flex-direction: row !important; justify-content: flex-end !important; align-items: center !important; gap: 10px !important; margin: 0 !important; padding: 0 !important; list-style: none !important; visibility: visible !important; opacity: 1 !important; }
.pkp_navigation_user > li { display: block !important; visibility: visible !important; margin: 0 !important; padding: 0 !important; }
.pkp_navigation_user > li > a { background-color: #223325 !important; color: #ffffff !important; padding: 8px 18px !important; border-radius: 25px !important; font-size: 13px !important; font-weight: bold !important; display: flex !important; align-items: center !important; gap: 8px !important; box-shadow: 0 4px 6px rgba(0,0,0,0.3) !important; transition: all 0.3s ease !important; text-transform: capitalize !important; border: 1px solid rgba(255,255,255,0.2) !important; text-decoration: none !important; }
.pkp_navigation_user > li > a:hover { background-color: #966F2A !important; color: #223325 !important; border-color: #966F2A !important; }

/* =========================================================
   5. MAIN NAVIGATION MENU (Bawah Banner)
   ========================================================= */
.pkp_navigation_primary_row { background-color: #223325 !important; width: 100% !important; margin: 0 !important; border-bottom: 3px solid #966F2A; position: relative; z-index: 99999; }
.pkp_navigation_primary_wrapper { max-width: 1140px !important; margin: 0 auto !important; padding: 0 15px !important; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box !important; }
.pkp_navigation_primary > li { position: relative !important; }
.pkp_navigation_primary > li > a { color: #ffffff !important; font-weight: bold; font-size: 15px; padding: 15px 20px; text-transform: capitalize; display: block; }
.pkp_navigation_primary > li > a i, .pkp_navigation_primary > li > a span.fas { margin-right: 8px; }
.pkp_navigation_primary > li > a:hover { color: #966F2A !important; background-color: rgba(255, 255, 255, 0.1) !important; }
.pkp_navigation_primary ul { position: absolute !important; top: 100% !important; left: 0; background-color: #223325; border: 1px solid #966F2A; border-top: none; box-shadow: 0 4px 6px rgba(0,0,0,0.2); z-index: 999999 !important; margin: 0 !important; padding: 0 !important; min-width: 220px; }
.pkp_navigation_primary ul li { display: block; width: 100%; }
.pkp_navigation_primary ul a { color: #ffffff !important; padding: 12px 15px !important; display: block; border-bottom: 1px solid rgba(255,255,255,0.1); }
.pkp_navigation_primary ul li:last-child a { border-bottom: none; }
.pkp_navigation_primary ul a:hover { background-color: #966F2A !important; color: #223325 !important; }
.pkp_navigation_search_wrapper { margin-left: auto; }
.pkp_navigation_search_wrapper a.pkp_search { color: #ffffff; font-weight: bold; font-size: 15px; padding: 15px 20px; }
.pkp_navigation_search_wrapper a.pkp_search:hover { color: #966F2A; }

/* =========================================================
   6. TOMBOL BAWAAN OJS
   ========================================================= */
.cmp_button, button, input[type="submit"], input[type="button"], .pkp_button { background-color: #966F2A; color: #ffffff; border: none; border-radius: 4px; padding: 10px 20px; font-weight: bold; transition: 0.3s; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.cmp_button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, .pkp_button:hover { background-color: #e09b50; color: #ffffff; transform: translateY(-2px); }

/* =========================================================
   7. TOMBOL CUSTOM (SUBMIT & AUTHOR GUIDELINES)
   ========================================================= */
.custom-btn-group { display: flex; gap: 15px; margin: 20px 0; flex-wrap: wrap; }
.btn-custom { display: inline-block; padding: 12px 24px; font-size: 16px; font-weight: bold; text-align: center; text-transform: uppercase; border-radius: 4px; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 4px 6px rgba(0,0,0,0.1); flex: 1; }
.btn-blue { background-color: #223325; color: #ffffff !important; border: 2px solid #223325; }
.btn-blue:hover { background-color: #ffffff; color: #223325 !important; }
.btn-orange { background-color: #966F2A; color: #ffffff !important; border: 2px solid #966F2A; }
.btn-orange:hover { background-color: #ffffff; color: #966F2A !important; }

/* =========================================================
   8. SIDEBAR STYLING
   ========================================================= */
.pkp_structure_sidebar .pkp_block { background-color: #ffffff; border: 1px solid #e1e8ed; border-radius: 0px; margin-bottom: 25px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.pkp_structure_sidebar .pkp_block .title, .kepala { background-color: #223325; color: #ffffff; padding: 12px 15px; text-align: left; font-weight: bold; text-transform: uppercase; font-size: 15px; margin: 0; display: block; border-bottom: 3px solid #966F2A; }
.pkp_structure_sidebar .pkp_block .content, .badan { padding: 15px; }
.pkp_structure_sidebar .content ul { list-style: none; padding: 0; margin: 0; }
.pkp_structure_sidebar .content ul li { border-bottom: 1px dashed #cccccc; padding: 8px 0; }
.pkp_structure_sidebar .content ul li:last-child { border-bottom: none; }
.pkp_structure_sidebar .content ul li a { color: #333333; display: flex; align-items: center; transition: 0.3s; }
.pkp_structure_sidebar .content ul li a::before { content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #966F2A; margin-right: 10px; }
.pkp_structure_sidebar .content ul li a:hover { color: #966F2A; padding-left: 5px; }

/* =========================================================
   9. TABEL INFORMASI JURNAL
   ========================================================= */
.pkp_structure_main table { width: 100%; border-collapse: collapse; margin-bottom: 20px; border: 1px solid #e1e8ed; }
.pkp_structure_main table td, .pkp_structure_main table th { padding: 12px 15px; border: 1px solid #e1e8ed; font-size: 14px; }
.pkp_structure_main table td:first-child, .pkp_structure_main table th { background-color: #223325; color: #ffffff; font-weight: bold; width: 25%; }
.pkp_structure_main table td:nth-child(2) { background-color: #f8f9fa; color: #333333; }

/* =========================================================
   10. MAIN CONTENT WRAPPER & FOOTER
   ========================================================= */
.pkp_structure_content {
    width: 100% !important;
    max-width: 1140px !important;
    margin: 20px auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
}

/*
 * Footer.tpl bersama memakai wrapper footer-main-inner.
 * Outer footer dibuat full-width; container 1140px berada pada
 * footer-main-inner dan footer-bottom-inner agar sejajar dengan
 * banner serta konten jurnal.
 */
.pkp_structure_footer_wrapper {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 50px 0 0 !important;
    padding: 0 !important;
    background-color: #e9ecef !important;
    border-top: 8px solid #223325 !important;
    border-bottom: 8px solid #223325 !important;
}

.pkp_structure_footer {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: both !important;
    text-align: left !important;
}

.pkp_structure_footer::before,
.pkp_structure_footer::after {
    content: none !important;
    display: none !important;
}

.footer-main-inner {
    width: 100% !important;
    max-width: 1140px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 40px 15px 28px !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 42px !important;
    box-sizing: border-box !important;
    text-align: left !important;
}

.pkp_footer_content {
    order: 1;
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: 820px !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    color: #333333 !important;
    font-size: 15px;
    line-height: 1.8;
    text-align: left !important;
    transform: none !important;
}

.pkp_footer_content,
.pkp_footer_content div,
.pkp_footer_content span {
    color: #333333 !important;
    text-align: left !important;
}

.footer-contact {
    width: 100% !important;
    max-width: 820px !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: none !important;
    color: #333333;
    text-align: left !important;
}

.footer-journal-title {
    display: inline-block;
    margin: 0 0 4px !important;
    padding: 0 !important;
    color: #000000;
    font-size: 16px;
    font-weight: 800;
}

.pkp_structure_footer_wrapper a,
.pkp_footer_content a {
    color: #223325 !important;
    font-weight: bold;
    text-decoration: none;
}

.pkp_structure_footer_wrapper a:hover,
.pkp_footer_content a:hover {
    color: #966F2A !important;
    text-decoration: underline;
}

.footer-logos {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
}

.footer-logos img {
    display: block !important;
    width: auto !important;
    max-width: 150px !important;
    max-height: 120px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain;
}

.footer-contact-email,
.footer-developer-link {
    font-weight: bold;
    text-decoration: none;
}

.footer-license-badge {
    display: inline-block !important;
    width: auto !important;
    max-width: 110px !important;
    height: auto !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
}

.pkp_brand_footer {
    order: 2;
    flex: 0 0 190px !important;
    width: 190px !important;
    max-width: 190px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: center !important;
    text-align: center !important;
    opacity: 0.72;
    float: none !important;
    clear: none !important;
}

.pkp_brand_footer::before,
.pkp_brand_footer::after {
    content: none !important;
    display: none !important;
}

.pkp_brand_footer a {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    line-height: 0;
}

.pkp_brand_footer img {
    display: block !important;
    width: 100% !important;
    max-width: 185px !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.footer-bottom {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #555555;
    font-size: 14px;
}

.footer-bottom-inner {
    width: 100% !important;
    max-width: 1140px !important;
    margin: 0 auto !important;
    padding: 15px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 10px 24px !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    .footer-main-inner {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 24px !important;
        padding-top: 30px !important;
    }

    .pkp_footer_content {
        width: 100% !important;
        max-width: 100% !important;
    }

    .pkp_brand_footer {
        flex: none !important;
        width: 155px !important;
        max-width: 155px !important;
        align-self: flex-start !important;
        margin-top: 0 !important;
        text-align: left !important;
    }

    .footer-bottom-inner {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}


/* =========================================================
   11. ARTICLE LIST / SUMMARY CARDS
   ========================================================= */
.obj_article_summary { background-color: #ffffff; border: 1px solid #e1e8ed; border-bottom: 4px solid #966F2A; border-radius: 8px; padding: 20px; margin-bottom: 25px; box-shadow: 4px 6px 12px rgba(0,0,0,0.15); position: relative; display: block; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.obj_article_summary:hover { transform: translateY(-3px); box-shadow: 4px 8px 15px rgba(0,0,0,0.2); }
.obj_article_summary .title { margin-bottom: 5px; }
.obj_article_summary .title a { color: #223325; font-size: 17px; font-weight: bold; text-decoration: none; line-height: 1.4; display: block; }
.obj_article_summary .title a:hover { color: #966F2A; }
.obj_article_summary .subtitle, .obj_article_summary .title .translation { color: #777777; font-size: 13px; margin-bottom: 12px; }
.obj_article_summary .authors { color: #222222; font-weight: bold; font-size: 14px; margin-bottom: 15px; display: flex; align-items: center; flex-wrap: wrap; }
.obj_article_summary .authors::before { content: "\f0c0"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #17a2b8; margin-right: 8px; font-size: 14px; }
.obj_article_summary .authors .affiliation { color: #777777; font-size: 13px; font-weight: normal; font-style: italic; margin-left: 5px; }
.obj_article_summary .authors .affiliation::before { content: " - "; }
.obj_article_summary .pages { position: absolute; right: 20px; top: 55px; color: #666666; font-size: 12px; }
.obj_article_summary .obj_galley_link { display: inline-flex; align-items: center; border: 1px solid #223325 !important; color: #223325 !important; padding: 6px 12px; border-radius: 4px; font-weight: bold; font-size: 13px; background-color: #ffffff !important; transition: all 0.3s ease; text-decoration: none; text-transform: uppercase; }
.obj_article_summary .obj_galley_link:hover { background-color: #223325 !important; color: #ffffff !important; }
.obj_article_summary .btn-group { margin-top: 10px; display: flex; align-items: center; flex-wrap: wrap; }
.obj_article_summary .article-stats { display: inline-flex; align-items: center; gap: 15px; margin-left: 15px; font-size: 12px; color: #666666; }
.obj_article_summary .article-stats span { display: flex; align-items: center; gap: 5px; }
.obj_article_summary .article-stats i { color: #17a2b8; }

/* =========================================================
   12. CUSTOM SIDEBAR BLOCKS
   ========================================================= */
.custom-sidebar-menu { margin: -15px; }
.custom-sidebar-menu ul { list-style: none; padding: 0; margin: 0; }
.custom-sidebar-menu ul li { border-bottom: 2px solid #ffffff !important; background-color: #f4f6f9; margin: 0 !important; padding: 0 !important; }
.custom-sidebar-menu ul li:last-child { border-bottom: none !important; }
.custom-sidebar-menu ul li a { display: flex !important; align-items: center; padding: 12px 15px !important; color: #223325 !important; font-weight: 500; text-decoration: none; transition: all 0.3s ease; }
.custom-sidebar-menu ul li a::before { display: none !important; }
.custom-sidebar-menu ul li a i, .custom-sidebar-menu ul li a span.fas { width: 25px; text-align: center; margin-right: 12px; color: #223325; font-size: 16px; transition: color 0.3s ease; }
.custom-sidebar-menu ul li a:hover { background-color: #e2e6ea; color: #966F2A !important; padding-left: 20px !important; }
.custom-sidebar-menu ul li a:hover i, .custom-sidebar-menu ul li a:hover span.fas { color: #966F2A; }

/* ACTION BUTTONS */
.sidebar-action-btn { display: flex; align-items: center; justify-content: space-between; background-color: #f8f9fa; border: 1px solid #e1e8ed; border-radius: 4px; text-decoration: none !important; margin-bottom: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; overflow: hidden; }
.sidebar-action-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0,0,0,0.15); }
.submit-btn { background-color: #f4f6f9; border-left: 4px solid #966F2A; }
.submit-btn .btn-text { display: flex; flex-direction: column; line-height: 1.1; padding: 10px 10px 10px 15px; }
.submit-btn .text-orange { color: #966F2A; font-weight: 900; font-size: 20px; }
.submit-btn .text-gray { color: #6c757d; font-weight: bold; font-size: 14px; letter-spacing: 1px; }
.submit-btn .btn-icon { background-color: #966F2A; color: #ffffff; padding: 15px 20px; border-radius: 8px; font-size: 24px; margin: 5px 10px 5px 0; display: flex; align-items: center; justify-content: center; }
.template-btn { background-color: #d37c1d; border: none; color: #ffffff !important; padding: 0; }
.template-btn .btn-text { padding: 15px; font-size: 15px; font-weight: 500; line-height: 1.3; }
.template-btn .btn-icon { font-size: 30px; padding: 15px 20px; background-color: rgba(0,0,0,0.15); height: 100%; display: flex; align-items: center; color: #ffffff; }
.template-btn:hover { background-color: #c06c0e; color: #ffffff !important; }

/* =========================================================
   13. LAYOUT MAIN + SIDEBAR DAN PENGHAPUS DIVIDER BAWAAN OJS
   ========================================================= */
@media (min-width: 992px) {
    .pkp_structure_content {
        position: relative !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        gap: 30px !important;
    }

    /*
     * Beberapa tema OJS membuat garis pemisah vertikal menggunakan
     * pseudo-element pada content/main/sidebar. Karena layout sudah
     * menggunakan Flexbox, clearfix dan divider tersebut tidak diperlukan.
     */
    .pkp_structure_content::before,
    .pkp_structure_content::after,
    .pkp_structure_main::before,
    .pkp_structure_main::after,
    .pkp_structure_sidebar::before,
    .pkp_structure_sidebar::after {
        content: none !important;
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        border: 0 !important;
        background: none !important;
        box-shadow: none !important;
    }

    .pkp_structure_main {
        flex: 1 1 auto !important;
        width: calc(100% - 330px) !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        float: none !important;
        clear: none !important;
        border-left: 0 !important;
        border-right: 0 !important;
        background-image: none !important;
    }

    .pkp_structure_sidebar {
        position: relative !important;
        flex: 0 0 300px !important;
        width: 300px !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        float: none !important;
        clear: none !important;
        border-left: 0 !important;
        border-right: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .pkp_structure_sidebar .pkp_block {
        position: relative !important;
        z-index: 1;
    }
}

@media (max-width: 991px) {
    .pkp_structure_content {
        display: block !important;
    }

    .pkp_structure_content::before,
    .pkp_structure_content::after,
    .pkp_structure_main::before,
    .pkp_structure_main::after,
    .pkp_structure_sidebar::before,
    .pkp_structure_sidebar::after {
        content: none !important;
        display: none !important;
        border: 0 !important;
        background: none !important;
    }

    .pkp_structure_sidebar {
        width: 100% !important;
        margin-top: 40px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border: 0 !important;
    }
}

/* =========================================================
   14. ARTICLE DETAILS PAGE (Halaman Tampilan Artikel)
   ========================================================= */
.custom_article_header { margin-bottom: 30px; padding-left: 0; }
.custom_article_header .page_title { color: #223325; font-size: 28px; font-weight: bold; margin: 0; line-height: 1.3; }
.custom_article_header .subtitle { font-size: 16px; color: #666; margin-top: 10px; }
.custom_article_row { display: flex !important; flex-wrap: wrap !important; gap: 30px !important; margin-left: 0 !important; margin-right: 0 !important; }
.custom_article_row::before, .custom_article_row::after { display: none !important; }

/* KOLOM KIRI */
.custom_article_row .main_entry { flex: 1 1 0% !important; width: 100% !important; max-width: 100% !important; float: none !important; padding-left: 0 !important; margin-left: 0 !important; }
.custom_article_row .main_entry .item, .custom_article_row .main_entry section.item, .custom_article_row .main_entry .authors, .custom_article_row .main_entry .keywords, .custom_article_row .main_entry .abstract { padding-left: 0 !important; margin-left: 0 !important; text-align: left !important; }
.custom_article_row .main_entry .authors .name { font-size: 18px; color: #223325; font-weight: bold; display: block; }
.custom_article_row .main_entry .authors .affiliation { font-size: 14px; color: #666; display: block; margin-top: 5px; }
.custom_article_row .main_entry .item { margin-bottom: 30px; }
.custom_article_row .main_entry .item.abstract h2.label { font-size: 18px; color: #223325; border-bottom: 2px solid #966F2A; padding-bottom: 5px; display: inline-block; margin-bottom: 15px; margin-top: 0; }
.custom_article_row .main_entry .item.abstract p, .custom_article_row .main_entry .item.abstract div { line-height: 1.8; text-align: justify; color: #333; }

/* KOLOM KANAN */
.custom_article_row .entry_details { width: 320px !important; flex: 0 0 320px !important; float: none !important; background-color: #ffffff; border: 1px solid #e1e8ed; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.08); padding: 20px !important; }
@media (max-width: 991px) { .custom_article_row { flex-direction: column !important; } .custom_article_row .entry_details { width: 100% !important; flex: none !important; } }
.custom_article_row .entry_details .item { margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px dashed #cccccc; }
.custom_article_row .entry_details .item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.custom_article_row .entry_details .cover_image img { width: 100%; height: auto; border-radius: 4px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); display: block; }
.custom_article_row .entry_details .label { font-size: 13px; color: #666666; margin-bottom: 5px; display: block; font-weight: normal; }
.custom_article_row .entry_details .value { font-size: 14px; color: #333333; font-weight: bold; }
.custom_article_row .entry_details .value a { color: #966F2A; }
.custom_article_row .entry_details .value a:hover { color: #223325; text-decoration: underline; }
.custom_article_row .entry_details .galleys_links { list-style: none; padding: 0; margin: 0; }
.custom_article_row .entry_details .galleys_links li { margin-bottom: 10px; }
.custom_article_row .entry_details .galleys_links a.obj_galley_link { display: inline-flex; align-items: center; justify-content: center; background-color: #f4f6f9; border: 1px solid #223325; color: #223325; padding: 8px 20px; border-radius: 4px; font-weight: bold; font-size: 13px; transition: all 0.3s ease; }
.custom_article_row .entry_details .galleys_links a.obj_galley_link:hover { background-color: #223325; color: #ffffff; }
.custom_article_row .entry_details .galleys_links a.obj_galley_link::before { content: "\f1c1"; font-family: "Font Awesome 6 Free"; font-weight: 400; margin-right: 8px; font-size: 18px; }
    