/* 1. HEADER & NAVIGATION */
.pkp_structure_head {
    background-color: #c03a2b !important;
    background-image: radial-gradient(circle at center center, transparent,rgb(88,10,10)),repeating-linear-gradient(135deg, rgb(88,10,10) 0px, rgb(88,10,10) 12px,transparent 12px, transparent 19px,rgb(88,10,10) 19px, rgb(88,10,10) 24px,transparent 24px, transparent 28px),repeating-linear-gradient(45deg, rgb(133,11,11) 0px, rgb(133,11,11) 7px,transparent 7px, transparent 14px),linear-gradient(90deg, rgb(88,10,10),rgb(88,10,10)) !important;
    background-position: 0 0, 0 0, 0 0, 0 0, 10px 10px !important;
    background-size: 60px 60px, 60px 60px, auto, 20px 20px, 20px 20px !important;
    border-bottom: 5px solid #ffd700 !important;
}


/* HEADER IMAGE */
.pkp_site_name .is_img {
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pkp_site_name .is_img img {
    width: 100%;
    max-height: 380px;
    object-fit: cover;
    display: block;
    margin-top: 1.25rem !important;
}

/* NAVIGATION */
.has_site_logo .pkp_navigation_primary_wrapper {
    background: maroon !important;
}
.pkp_nav_list li {
    background-color: darkred !important;
}
.pkp_nav_list li:hover {
    background-color: black !important;
}
.pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
    background-color: dodgerblue;
}
.pkp_navigation_primary li a {
    color: gold !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    padding: 10px 20px !important;
}

.pkp_navigation_primary>li:first-child a,
.pkp_navigation_primary>li:last-child a {
    margin-left: 0;
}
.pkp_navigation_user>li:last-child>a {
    margin-right: 0;
}

/* LISTING ARTIKEL (STABILIZED GRID) */
.section > .cmp_article_list.articles {
    counter-reset: row;
    margin: 0;
    padding: 0;
}

.section > .cmp_article_list.articles li .obj_article_summary {
    display: grid;
    grid-template-columns: 40px minmax(0, 2fr) minmax(0, 1.3fr) 80px;
    column-gap: 15px;
    align-items: start;
    padding: 12px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #eee; 
    border-left: none !important;
    margin-bottom: 0.25em !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}

.section > .cmp_article_list.articles li .obj_article_summary::before {
    counter-increment: row;
    content: counter(row, decimal-leading-zero);
    font-weight: 800;
    color: #c03a2b;
    font-size: 16px;
    text-align: right;
}

.section > .cmp_article_list.articles li .obj_article_summary .title {
    grid-column: 2;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #1a1a1a;
}

.section > .cmp_article_list.articles li .obj_article_summary .title a {
    color: inherit;
    text-decoration: none;
}

.section > .cmp_article_list.articles li .obj_article_summary .meta {
    grid-column: 3;
    font-size: 14px;
    line-height: 1.3;
    color: #444;
}

.section > .cmp_article_list.articles li .obj_article_summary .meta b {
    color: #c03a2b;
    display: block;
    margin-bottom: 4px;
}

.section > .cmp_article_list.articles li .obj_article_summary .galleys_links {
    grid-column: 4;
    justify-self: end;
}

.section > .cmp_article_list.articles li .obj_article_summary .obj_galley_link {
    display: inline-block;
    background: #c03a2b;
    color: #ffd700;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid #a02a1b;
}

.section > .cmp_article_list.articles li:hover .obj_article_summary {
    background: #fffcf5;
    border-color: #ffd700;
    transform: translateY(-2px);
}

.section > .cmp_article_list.articles li .obj_article_summary img {
    display: none !important;
}

/* FOOTER */
.pkp_structure_footer_wrapper {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    padding: 0 !important;
    margin-top: 40px !important;
    clear: both !important;
    border-top: 10px solid #ffd700 !important;
    background-color: #1a1a1a !important;
    background-image: radial-gradient(circle at center center, transparent,rgb(88,10,10)),repeating-linear-gradient(135deg, rgb(88,10,10) 0px, rgb(88,10,10) 12px,transparent 12px, transparent 19px,rgb(88,10,10) 19px, rgb(88,10,10) 24px,transparent 24px, transparent 28px),repeating-linear-gradient(45deg, rgb(133,11,11) 0px, rgb(133,11,11) 7px,transparent 7px, transparent 14px),linear-gradient(90deg, rgb(88,10,10),rgb(88,10,10)) !important;
    color: #ffffff !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.pkp_structure_footer {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

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

footer.pkp_structure_footer {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.pkp_brand_footer {display: none;}

/* RESPONSIVE */
@media(max-width: 992px) {
    .pkp_structure_head {min-height: 13rem;}
    .pkp_site_name .is_img img {
        width: 60%;
        max-height: 120px;
    }
    
    /* NAVIGATION 992 */
    
    
    /* LISTING ARTICLE */
    .section > .cmp_article_list.articles li .obj_article_summary {
        display: flex;
        flex-wrap: wrap;
        column-gap: 15px;
        row-gap: 10px;
        padding: 12px;
    }

    .section > .cmp_article_list.articles li .obj_article_summary::before {
        width: 40px;
        flex-shrink: 0;
    }

    .section > .cmp_article_list.articles li .obj_article_summary .title {
        width: calc(100% - 55px);
        flex-grow: 1;
    }

    .section > .cmp_article_list.articles li .obj_article_summary .meta {
        width: calc(100% - 55px);
        margin-left: 55px;
    }

    .section > .cmp_article_list.articles li .obj_article_summary .galleys_links {
        width: 100%;
        order: 10;
    }

    .section > .cmp_article_list.articles li .obj_article_summary .obj_galley_link {
        display: block;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .section > .cmp_article_list.articles li .obj_article_summary img {
        display: none !important;
    }

    .section > .cmp_article_list.articles li .obj_article_summary br {
        display: none;
    }
}
@media(max-width: 768px) {
    .pkp_structure_head {min-height: 12rem;}
    .pkp_site_name .is_img img {
        width: 50%;
        max-height: 120px;
    }
}