
html,
body,
* {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;

}


/*bacground top header*/
html, body {
    background-image: url(https://e-journal.risetcendikia.com/files/background/background9.jpeg);
}

/*Background tengah*/
body {
    height: 100%;
    background-image: url('https://e-journal.risetcendikia.com/files/background/background9.jpeg');
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top;
}

a {
    color: #112b3c;
}

a:hover {
    color: #fcac31;
}




/* ---------------------------------------Core-------------------------------------------- */

/* ==========================
   membalikkan additional content menjadi paling awal
========================== */
.page_index_journal {

display: flex;
flex-direction: column-reverse;

}

/* ==========================
   Rata Kiri  Kanan Abstract Jurnal 
========================== */

.main_entry {
text-align: justify;
}

/* ==========================
   Hilangkan Tulisan About
========================== */

.homepage_about {

display: none; 

}
/* ==========================
   Hilangkan Brand OJS
========================== */
.pkp_brand_footer {

display: none; 

}

/* ==========================
   Hilangkan Login dan Register Bawaan 
========================== */
.pkp_navigation_user_wrapper {
display: none; 

}

/* ==========================
   Ubah Warna Judul SPage Setiap SIDE BAR
========================== */

.pkp_structure_main .page h1 {
    margin-top: 0;
    font-size: 2.2rem;
    font-weight: 800;
    color: #326c18;
    margin-bottom: 10px;
}


/* ==========================
   HEADER
========================== */

.pkp_head_wrapper {
    background: #ffffff;
    border-radius: 20px;
    margin: 20px auto;
    overflow: hidden;

    box-shadow:
        0 10px 40px rgba(0,0,0,.06),
        0 2px 10px rgba(0,0,0,.04);

    max-width: 1400px;
}


/* ==========================
   LOGO HEADER AREA
========================== */

.pkp_navigation_search_wrapper {

margin-top : 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    gap: 20px;

}

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

  .pkp_navigation_primary.pkp_nav_list {
    display: block !important;
  }
  
.pkp_site_name_wrapper {
    height: 65px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pkp_site_nav_toggle{
    top: 20px !important;
}

  #navigationPrimary {
    display: block !important;
  }
  
}
.pkp_site_name .is_img img {
    display: block;
    max-height: none;
    max-width: 100%;
    width: auto;
    height: auto;
}

.pkp_site_name_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fafc 100%
        );
}

.pkp_site_name img {
    max-width: 650px;
    width: 100%;
    height: auto;

    transition: .3s;
}

.pkp_site_name img:hover {
    transform: scale(1.02);
}


.pkp_site_nav_menu {
 position: relative; 
  z-index: 9999;
    }
    
    
.pkp_navigation_search_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* tombol search */
.pkp_search {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    transition: all 0.2s ease;
}

/* icon search */
.pkp_search .fa {
    font-size: 16px;
}

/* hover modern feel */
.pkp_search:hover {
    background: rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

/* ===== RESPONSIVE ===== */

/* tablet */
@media (max-width: 768px) {
    .pkp_search {
        padding: 8px 10px;
        font-size: 13px;
    }
}

/* mobile: icon saja */
@media (max-width: 480px) {
    .pkp_search {
        padding: 8px;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        justify-content: center;
    }

    .pkp_search span:last-child {
        display: none; /* sembunyikan text "Search" */
    }

    .pkp_search .fa {
        font-size: 16px;
    }
}

   


/* ==========================
   NAVIGATION
========================== */

.pkp_navigation_primary_row {

    background:
        linear-gradient(
            90deg,
            #c2fda6 0%,
            #4eb41f 50%,
            #326c18 100%
        );

    min-height: 65px;

    display: flex;
    align-items: center;
}

.pkp_navigation_primary_wrapper {

    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 0 25px;
}

/* ==========================
   MENU
========================== */

.pkp_navigation_primary {

    display: flex;
    gap: 8px;
    align-items: center;
}

.pkp_navigation_primary li a {

    color: #fff !important;

    font-weight: 600;

    padding: 10px 18px;

    border-radius: 10px;

    transition: all .25s ease;
}

.pkp_navigation_primary li a:hover {

    background: rgba(255,255,255,.18);

    backdrop-filter: blur(10px);

    transform: translateY(-2px);
}

/* ACTIVE MENU */

.pkp_navigation_primary .current a,
.pkp_navigation_primary .active a {

    background: rgba(255,255,255,.22);

    color: #fff !important;
}

/* ==========================
   DROPDOWN
========================== */

.dropdown-menu {

    border: none;

    border-radius: 14px;

    overflow: hidden;

    padding: 10px;

    box-shadow:
        0 15px 40px rgba(0,0,0,.12);

    margin-top: 10px;
}

.dropdown-menu li a {

    color: #333 !important;

    border-radius: 8px;
}

.dropdown-menu li a:hover {

    background: #f4f7f1;
}

/* ==========================
   SEARCH
========================== */

.pkp_search {

    color: #fff !important;

    font-weight: 600;

    border: 1px solid rgba(255,255,255,.25);

    border-radius: 50px;

    padding: 10px 18px;

    transition: .25s;
}

.pkp_search:hover {

    background: rgba(255,255,255,.18);
}

/* ==========================
   USER MENU
========================== */

.pkp_navigation_user_wrapper {

    background: #fff;

    border-top: 1px solid #edf2f7;

}

.pkp_navigation_user {

    display: flex;
    justify-content: flex-end;
}

.pkp_navigation_user > li > a {

    background: #f5f7fa;

    padding: 10px 18px;

    border-radius: 50px;

    font-weight: 600;

    transition: .25s;
}

.pkp_navigation_user > li > a:hover {

    background: #eef5e6;
}

/* ==========================
   MOBILE
========================== */

@media (max-width: 992px) {

.pkp_site_name {

padding-top: 0px !important;
        padding-bottom: 0px !important;

}

    .pkp_site_name img {
        max-width: 100%;
        margin-left: 0px;
        padding-top: 0px;
    }
    .pkp_navigation_primary_row {
        min-height: auto;
    }

    .pkp_navigation_primary_wrapper {
        padding: 15px;
    }

    .pkp_navigation_primary {
        gap: 4px;
    }

    .pkp_navigation_primary li a {
        padding: 8px 12px;
        font-size: 14px;
    }
}


/* ---------------------------------------Additional Content-------------------------------------------- */

.journal-hero{
    position:relative;
}

.journal-hero::before{
    content:"";

    position:absolute;
    width:400px;
    height:400px;

    right:-150px;
    top:-150px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    pointer-events:none;
}

.journal-hero::after{
    content:"";

    position:absolute;

    width:250px;
    height:250px;

    left:-80px;
    bottom:-80px;

    border-radius:50%;

    background:rgba(255,255,255,.06);

    pointer-events:none;
}

/* =========================
   ITQON MODERN JOURNAL
========================= */

.additional_content{
    padding:40px 20px;
    background:
        radial-gradient(circle at top right,
        rgba(57,90,0,.12),
        transparent 40%),
        #faf7f4;
}

.journal-wrap{
    max-width:1400px;
    margin:auto;
}

/* =========================
   HERO
========================= */

.journal-hero{
    display:grid;
    grid-template-columns:1.2fr 0.8fr;
    gap:50px;
    align-items:center;

    padding:60px;

    background:linear-gradient(
        135deg,
        #326c18,
        #55b429
    );

    border-radius:32px;

    overflow:hidden;

    box-shadow:
        0 30px 60px rgba(57,90,0,.18);
}

.hero-content{
    color:white;
}

.badge-group{
    display:inline-flex;
    flex-wrap:wrap;
    gap:10px;

    padding:10px 18px;

    border-radius:999px;

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(12px);

    font-size:.85rem;
    font-weight:600;
    margin-bottom:24px;
}

.hero-content h1{
    font-size:clamp(3rem,8vw,5rem);
    line-height:1;
    margin-bottom:12px;
    color:#fff;
    word-break: break-all;
}

.hero-content h3{
    font-size:clamp(1.3rem,3vw,2rem);
    color:#eaf6d3;
    margin-bottom:20px;
    line-height: 1.2;
}

.subtitle{
    max-width:700px;
    line-height:1.8;
    color:rgba(255,255,255,.9);
    font-size:1.05rem;
}

/* =========================
   BUTTON
========================= */

.hero-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-top:35px;
}

.btn{
    text-decoration:none;
    padding:15px 28px;
    border-radius:14px;
    font-weight:700;
    transition:.3s;
}

.btn-primary{
    background:#fff;
    color:#326c18;
}

.btn-primary:hover{
    transform:translateY(-4px);
    box-shadow:
        0 15px 30px rgba(0,0,0,.15);
}

.btn-outline{
    border:2px solid rgba(255,255,255,.4);
    color:#fff;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
}

.btn-outline:hover{
    background:#fff;
    color:#326c18;
}

/* =========================
   HERO IMAGE
========================= */

.hero-image{
    position:relative;
}

.hero-image img{
    width:100%;
    display:block;

    border-radius:24px;

    object-fit:cover;

    box-shadow:
        0 25px 50px rgba(0,0,0,.25);

    transition:.4s;
}

.hero-image img:hover{
    transform:scale(1.03);
}

/* =========================
   STATS
========================= */

.journal-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;

    margin-top:40px;
}

.stat-card{
    background:#fff;

    padding:30px;

    border-radius:24px;

    text-align:center;

    box-shadow:
        0 10px 30px rgba(0,0,0,.06);

    transition:.3s;
}

.stat-card:hover{
    transform:translateY(-6px);
}

.stat-card h3{
    color:#326c18;
    font-size:2rem;
    margin-bottom:10px;
}

.stat-card p{
    color:#666;
}

/* =========================
   INFO GRID
========================= */

.info-grid{
    margin-top:40px;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.info-card{
    background:white;

    padding:25px;

    border-radius:22px;

    border:1px solid #e8efe0;

    box-shadow:
        0 8px 20px rgba(0,0,0,.04);

    transition:.3s;
}

.info-card:hover{
    border-color:#326c18;
    transform:translateY(-5px);
}

.info-card small{
    display:block;
    color:#888;
    margin-bottom:10px;
}

.info-card strong{
    color:#326c18;
    font-size:1.05rem;
}

/* =========================
   SECTION CARD
========================= */

.section-card{
    margin-top:40px;

    background:white;

    padding:45px;

    border-radius:28px;

    box-shadow:
        0 15px 40px rgba(0,0,0,.05);
}

.section-card h2{
    color:#326c18;
    margin-bottom:20px;
    font-size:2rem;
}

.section-card p{
    line-height:1.9;
    color:#555;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:992px){

    .journal-hero{
        grid-template-columns:1fr;
        padding:40px;
    }

    .journal-stats{
        grid-template-columns:repeat(2,1fr);
    }

    .info-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){

    .additional_content{
        padding:20px 12px;
    }

    .journal-hero{
        padding:25px;
        border-radius:24px;
    }

    .journal-stats,
    .info-grid{
        grid-template-columns:1fr;
    }

    .hero-buttons{
        flex-direction:column;
    }

    .btn{
        width:100%;
        text-align:center;
    }

    .section-card{
        padding:25px;
    }
}

/* ---------------------------------------Login PAge-------------------------------------------- */

/* =========================
   LOGIN PAGE MODERN
========================= */

.page_login .page{
    max-width:100%;
}

.cmp_form.login{
    max-width:520px;
    margin:50px auto;
    padding:40px;

    background:#fff;

    border-radius:24px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.08);

    border:1px solid #edf2f7;
}

/* TITLE */

.page_login h1,
.cmp_form.login + h1,
.cmp_form.login h1{
    text-align:center;
    font-size:2.2rem;
    font-weight:800;
    color:#326c18;
    margin-bottom:10px;
}

.cmp_form.login + p,
.page_login p{
    text-align:center;
    color:#648b69;
    margin-bottom:30px;
}

/* FIELDSET */

.cmp_form.login fieldset{
    border:none;
    padding:0;
}

/* LABEL */

.cmp_form.login .label{
    display:block;

    font-size:.95rem;

    font-weight:600;

    margin-bottom:8px;

    color:#335536;
}

/* INPUT */

.cmp_form.login input[type="text"],
.cmp_form.login input[type="email"],
.cmp_form.login input[type="password"]{

    width:100%;

    height:56px;

    border:2px solid #e2e8f0;

    border-radius:14px;

    padding:0 18px;

    font-size:15px;

    transition:.25s ease;

    background:#fff;
}

.cmp_form.login input[type="text"]:focus,
.cmp_form.login input[type="email"]:focus,
.cmp_form.login input[type="password"]:focus{

    outline:none;

    border-color:#326c18;

    box-shadow:
    0 0 0 4px rgba(57,90,0,.08);
}

/* SPACING */

.cmp_form.login .username,
.cmp_form.login .password{
    margin-bottom:22px;
}

/* FORGOT PASSWORD */

.cmp_form.login .password a{
    display:block;

    margin-top:10px;

    color:#326c18;

    text-decoration:none;

    font-size:.9rem;

    font-weight:600;
}

.cmp_form.login .password a:hover{
    text-decoration:underline;
}

/* REMEMBER */

.cmp_form.login .remember{
    margin:20px 0 30px;
}

.cmp_form.login .remember label{
    display:flex;
    align-items:center;
    gap:10px;
    cursor:pointer;
}

.cmp_form.login .remember input{
    width:18px;
    height:18px;
}

/* BUTTONS */

.cmp_form.login .buttons{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.cmp_form.login .submit{

    width:100%;

    height:56px;

    border:none;

    border-radius:14px;

    background:#326c18;

    color:white;

    font-size:16px;

    font-weight:700;

    cursor:pointer;

    transition:.3s;
}

.cmp_form.login .submit:hover{

    transform:translateY(-2px);

    box-shadow:
    0 15px 30px rgba(57,90,0,.25);
}

/* REGISTER */

.cmp_form.login .register{

    display:flex;

    justify-content:center;

    align-items:center;

    height:56px;

    border-radius:14px;

    border:2px solid #326c18;

    color:#326c18;

    text-decoration:none;

    font-weight:700;

    transition:.3s;
}

.cmp_form.login .register:hover{

    background:#326c18;

    color:white;
}

/* REQUIRED */

.required{
    color:#dc2626;
}

/* MOBILE */

@media(max-width:768px){

    .cmp_form.login{
        margin:20px;
        padding:25px;
        border-radius:20px;
    }

    .page_login h1{
        font-size:1.8rem;
    }

}

/* ---------------------------------------Register PAge-------------------------------------------- */
/* =========================
REGISTER INPUT - MATCH LOGIN STYLE
========================= */

.page_register h1,
.cmp_form.register + h1,
.cmp_form.register h1{
    text-align:center;
    font-size:2.2rem;
    font-weight:800;
    color:#326c18;
    margin-bottom:10px;
}

.cmp_form.register + p,
.page_register p{
    text-align:center;
    color:#64748b;
    margin-bottom:30px;
}


.cmp_form.register{
    max-width:520px;
    margin:50px auto;
    padding:40px;

    background:#fff;

    border-radius:24px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.08);

    border:1px solid #edf7ee;
}

.cmp_form.register input[type="text"],
.cmp_form.register input[type="email"],
.cmp_form.register input[type="password"],
.cmp_form.register input[type="number"],
.cmp_form.register select,
.cmp_form.register textarea {

  width: 100%;
  height: 56px;

  border: 2px solid #e2f0e3;
  border-radius: 14px;

  padding: 0 18px;

  font-size: 15px;
  color: #1f2a1f;

  background: #fff;

  transition: all .25s ease;

  outline: none;
}

/* FOCUS (SAMAIN LOGIN STYLE) */
.cmp_form.register input[type="text"]:focus,
.cmp_form.register input[type="email"]:focus,
.cmp_form.register input[type="password"]:focus,
.cmp_form.register input[type="number"]:focus,
.cmp_form.register select:focus,
.cmp_form.register textarea:focus {

  border-color: #326c18;

  box-shadow: 0 0 0 4px rgba(57, 90, 0, .08);

  transform: translateY(-1px);
}

/* HOVER SOFT */
.cmp_form.register input:hover,
.cmp_form.register select:hover,
.cmp_form.register textarea:hover {
  border-color: rgba(57, 90, 0, 0.35);
}

/* PLACEHOLDER */
.cmp_form.register input::placeholder,
.cmp_form.register textarea::placeholder {
  color: #94b89d;
}

/* DISABLED */
.cmp_form.register input:disabled,
.cmp_form.register select:disabled,
.cmp_form.register textarea:disabled {
  background: #f2f9f1;
  cursor: not-allowed;
  color: #94a3b8;
}

/* SELECT STYLE (biar match modern login feel) */
.cmp_form.register select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #326c18 50%),
                    linear-gradient(135deg, #326c18 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50%),
                       calc(100% - 12px) calc(50%);
  background-size: 6px 6px;
  background-repeat: no-repeat;
  padding-right: 38px;
}

/* CHECKBOX (biar konsisten modern login feel) */
.cmp_form.register input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #326c18;
}

/* BUTTONS */

.cmp_form.register .buttons{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.cmp_form.register .submit{

    width:100%;

    height:56px;

    border:none;

    border-radius:14px;

    background:#326c18;

    color:white;

    font-size:16px;

    font-weight:700;

    cursor:pointer;

    transition:.3s;
}

.cmp_form.register .submit:hover{

    transform:translateY(-2px);

    box-shadow:
    0 15px 30px rgba(57,90,0,.25);
}

/* REGISTER */

.cmp_form .buttons a {

    display:flex;

    justify-content:center;

    align-items:center;

    height:56px;

    border-radius:14px;

    border:2px solid #326c18;

    color:#326c18;

    text-decoration:none;

    font-weight:700;

    transition:.3s;
    
    margin-left: 0px !important;
    
    color: #326c18;
}

.cmp_form .buttons a:hover{

    background:#326c18;

    color:white;
}


/* ---------------------------------------Sidebar : About this jurnal-------------------------------------------- */

/* ===================================
   ABOUT THIS JOURNAL MODERN CARD
=================================== */

#customblock-about-this-jurnal{
    margin-bottom:24px;
}

#customblock-about-this-jurnal .content > div{
    background:#fff !important;

    border-radius:24px;

    overflow:hidden;

    border:1px solid #e9efe8;

    box-shadow:
        0 10px 30px rgba(0,0,0,.06);

    transition:.3s;
}

#customblock-about-this-jurnal .content > div:hover{
    transform:translateY(-4px);
    box-shadow:
        0 20px 50px rgba(0,0,0,.08);
}

/* Header */

#customblock-about-this-jurnal .content > div > div:first-child{
    background:
        linear-gradient(
            135deg,
            #326c18,
            #68ca3a
        ) !important;

    padding:18px 24px !important;

    position:relative;
}

#customblock-about-this-jurnal .content > div > div:first-child strong{
    font-size:1rem !important;
    font-weight:700;
    letter-spacing:.5px;
    color:white !important;
}

/* Body */

#customblock-about-this-jurnal .content > div > div:last-child{
    background:#fff !important;
    padding:14px !important;
}

/* Link Wrapper */

#customblock-about-this-jurnal p{
    margin:0 !important;
}

/* Link */

#customblock-about-this-jurnal a{
    display:flex;

    align-items:center;

    justify-content:space-between;

    width:100%;

    padding:13px 16px;

    margin-bottom:8px;

    text-decoration:none !important;

    color:#2f3a20 !important;

    font-weight:600 !important;

    border-radius:14px;

    background:#f8faf6;

    border:1px solid transparent;

    transition:all .25s ease;
}

/* Hover */

#customblock-about-this-jurnal a:hover{
    background:#eef6e6;

    border-color:#c9ddb0;

    color:#326c18 !important;

    transform:translateX(4px);
}

#customblock-about-this-jurnal a:hover::after{
    transform:translateX(4px);
}

/* Last Item */

#customblock-about-this-jurnal p:last-child a{
    margin-bottom:0;
}

#customblock-about-this-jurnal .content > div:last-child{
    counter-reset:menu-item;
}

#customblock-about-this-jurnal a::before{
    counter-increment:menu-item;
    content:counter(menu-item);

    width:28px;
    height:28px;

    border-radius:50%;

    background:#326c18;

    color:white;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:12px;
    font-weight:700;

    margin-right:12px;
}



/* -------------------------------------------------------------*/

/* =========================
   ISSUE PAGE MODERN STYLE
   ITQON JOURNAL
========================= */

.heading {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    background: linear-gradient(135deg, #ffffff, #f8fbf1);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(57, 90, 0, 0.12);
    box-shadow: 0 10px 35px rgba(57, 90, 0, 0.08);
    margin-bottom: 40px;
}

.cover img {
    width: 260px;
    max-width: 100%;
    border-radius: 16px;
    display: block;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
    transition: all .3s ease;
}

.cover img:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(57,90,0,.18);
}

.published {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #326c18;
    color: #fff;
    padding: 12px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}


/* =========================
   SECTION
========================= */

.sections {
    margin-top: 30px;
}

.section h3 {
    font-size: 28px;
    color: #326c18;
    font-weight: 700;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}

.pkp_page_index .current_issue h2 {

font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
color: #326c18;
  font-size: 2rem;
}

.section h3::after {
    content: "";
    width: 70px;
    height: 4px;
    background: #326c18;
    position: absolute;
    left: 15px;
    top: 30px;
    bottom: 0;
    border-radius: 999px;
}

/* =========================
   ARTICLE LIST
========================= */

.cmp_article_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cmp_article_list li {
    background: #ffffff;
    border: 1px solid rgba(57,90,0,.08);
    border-radius: 18px;
    padding: 24px;
    margin-bottom: 20px;
    transition: all .3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,.04);
}

.cmp_article_list li:hover {
    transform: translateY(-4px);
    border-color: rgba(57,90,0,.25);
    box-shadow: 0 12px 30px rgba(57,90,0,.12);
}

.title {
    margin: 0 0 15px;
    line-height: 1.6;
}

.title a {
    color: #1f2937;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    transition: .3s;
}

.title a:hover {
    color: #326c18;
}

/* =========================
   META
========================= */

.meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    margin-bottom: 18px;
}

.authors {
    color: #6d806b;
    font-size: 15px;
}

.pages {
    background: rgba(57,90,0,.08);
    color: #326c18;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 999px;
}

/* =========================
   PDF BUTTON
========================= */

.galleys_links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.galleys_links li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #326c18;
    color: #fff !important;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 12px;
    font-weight: 600;
    transition: all .3s ease;
}

.galleys_links li a:hover {
    background: #4d7600;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(57,90,0,.25);
}

.galleys_links li a::before {
    content: "📄";
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {

    .heading {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .cover {
        width: 100%;
    }

    .cover img {
        width: 100%;
        max-width: 320px;
        margin: auto;
    }

    .published {
        margin: 15px auto 0;
    }

    .section h3 {
        font-size: 24px;
        text-align: center;
    }

    .section h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .title a {
        font-size: 18px;
    }

    .meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .galleys_links li a {
        width: 100%;
        justify-content: center;
    }
}

/*-----------------------------------------------------------------------------*/

