/* =========================================
   SIDEBAR JURNAL IHTAFA
========================================= */

.ihtafa-sidebar{
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    margin-bottom: 25px;
}

.ihtafa-sidebar-title{
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0ea5e9;
    letter-spacing: 0.3px;
}

.ihtafa-sidebar-btn{
    display: block;
    text-decoration: none;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #ffffff !important;
    padding: 14px 16px;
    margin-bottom: 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.ihtafa-sidebar-btn:hover{
    transform: translateY(-3px);
    background: linear-gradient(135deg, #0284c7, #0ea5e9);
    box-shadow: 0 10px 20px rgba(14,165,233,0.25);
}

.ihtafa-sidebar-btn:last-child{
    margin-bottom: 0;
}