.pkp_site_name {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.pkp_site_name>a {
    padding-top: 0;
    padding-bottom: 0;
}

.pkp_site_name .is_img img {
    max-height: 200px !important;
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
}

.pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.pkp_navigation_user_wrapper {
    top: 0;
    right: 0;
    padding-right: 0px;
}

.pkp_structure_page {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20 !important;
}


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

.afkaruna-sidebar-wrap,
.afkaruna-sidebar-wrap * {
    box-sizing: border-box;
    font-family: 'Montserrat', Arial, sans-serif;
}

/* ===== SIDEBAR MENU ===== */

.afkaruna-sidebar {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.afkaruna-sidebar a {
    display: block;
    padding: 12px 16px;
    background: #3A1416;
    color: #ffffff !important;
    text-decoration: none !important;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
    border-radius: 8px;
    border-left: 4px solid #D4AF37;
    box-shadow: 0 2px 8px rgba(58,20,22,.15);
    transition: all .3s ease;
}

.afkaruna-sidebar a:hover {
    background: #5A2023;
    color: #ffffff !important;
    transform: translateX(6px);
    box-shadow: 0 6px 18px rgba(58,20,22,.30);
}

/* ===== TEMPLATE & CONTACT IMAGE ===== */

.afkaruna-wa {
    display: block;
    width: 100%;
    margin: 18px 0;
    text-decoration: none !important;
    border-radius: 12px;
    overflow: hidden;
    background: transparent !important;
    box-shadow: none;
    transition: all .3s ease;
}

.afkaruna-wa img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition: all .3s ease;
}

.afkaruna-template,
.afkaruna-contact {
    padding: 0 !important;
    background: transparent !important;
}

.afkaruna-template:hover,
.afkaruna-contact:hover {
    background: transparent !important;
    transform: translateY(-3px);
}

.afkaruna-template:hover img,
.afkaruna-contact:hover img {
    box-shadow: 0 8px 24px rgba(0,0,0,.20);
}

/* ===== JOURNAL INFO CARD ===== */

.afkaruna-info-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0,0,0,.10);
}

.afkaruna-info-title {
    background: #3A1416;
    color: #ffffff;
    text-align: center;
    padding: 17px 14px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.afkaruna-info-content {
    padding: 18px;
    background: #f5f7fa;
}

.afkaruna-info-content p {
    margin: 0 0 14px;
    color: #222222;
    font-size: 14px;
    line-height: 1.7;
}

.afkaruna-info-content a {
    color: #3A1416 !important;
    text-decoration: none !important;
    font-weight: 600;
    transition: .3s ease;
}

.afkaruna-info-content a:hover {
    color: #D4AF37 !important;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {
    .afkaruna-sidebar a {
        font-size: 13px;
        padding: 10px 14px;
    }
}