.pdf-card { position: relative; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; background: #f9f9f9; } /* Gaya saat mode Fullscreen aktif */ .pdf-card:fullscreen { background: #000; } .pdf-card:fullscreen embed { height: 100vh !important; } /* Tombol Fullscreen di pojok kanan atas */ .btn-fullscreen { position: absolute; top: 8px; right: 8px; z-index: 10; background: rgba(0, 0, 0, 0.75); color: #fff; border: none; padding: 6px 10px; border-radius: 4px; cursor: pointer; font-size: 12px; transition: background 0.2s; } .btn-fullscreen:hover { background: rgba(0, 0, 0, 0.95); } Layar Penuh ⛶