        body { background-color: #f8fafc; font-family: 'Inter', sans-serif; color: #334155; }
        .image-viewer-container { background-color: #f1f5f9; border-radius: 16px; padding: 20px; box-shadow: inset 0 2px 4px rgba(0,0,0,0.05); margin-bottom: 30px; }
        .image-viewer-box { width: 100%; height: 500px; display: flex; justify-content: center; align-items: center; overflow: hidden; background: white; border-radius: 8px; border: 1px solid #e2e8f0; }
        .naskah-img-fit { max-width: 100%; max-height: 100%; cursor: zoom-in; }
        .detail-title { font-weight: 800; color: #1e293b; }
        .table-detail td { padding: 12px 8px; border-bottom: 1px solid #f1f5f9; vertical-align: top; }
        .label-col { width: 200px; font-weight: 600; color: #64748b; font-size: 0.9rem; }
        .value-col { color: #1e293b; font-size: 0.95rem; }
        .biblio-box { background: #ffffff; padding: 15px; border-radius: 8px; border-left: 4px;}
        .related-card { border: none; border-radius: 12px; transition: 0.3s; background: white; overflow: hidden; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
        .related-card:hover { transform: translateY(-5px); box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }
        .related-img-box { height: 140px; background: #f1f5f9; }
        .related-img-box img { width: 100%; height: 100%; object-fit: cover; }
        .btn-xs { padding: 2px 8px; font-size: 11px; font-weight: 700; }