/* FIX NUMPUK SLIMS 9.6.1 CARD BOOTSTRAP */
.card.item {
    margin-bottom: 20px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
}

.card.item .card-body {
    padding: 20px !important;
}

.card.item .row {
    align-items: flex-start !important;
}

/* COVER DI KOLOM KIRI */
.card.item .col-md-2 img {
    width: 100% !important;
    height: auto !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
}

/* JUDUL + DETAIL DI KOLOM KANAN */
.card.item .col-8 h5 {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
}

.card.item .col-8 h5 a {
    color: #1e40af !important;
    text-decoration: none !important;
}

.card.item .col-8 h5 a:hover {
    color: #1d4ed8 !important;
    text-decoration: underline !important;
}

/* BAGIAN EDISI, ISBN, DLL */
.card.item dl.row.text-sm {
    margin-top: 15px !important;
    font-size: 14px !important;
}

.card.item dl.row.text-sm dt {
    font-weight: 600 !important;
    color: #374151 !important;
}

.card.item dl.row.text-sm dd {
    margin-bottom: 6px !important;
    color: #4b5563 !important;
}

/* AUTHORS */
.card.item .authors {
    font-size: 14px !important;
    color: #6b7280 !important;
    margin-bottom: 8px !important;
}

/* MOBILE */
@media (max-width: 768px) {
    .card.item .col-md-2 {
        max-width: 120px !important;
        margin: 0 auto 15px auto !important;
    }
    .card.item .col-8 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}