.pdfci-placeholder{padding:20px;text-align:center;color:#666}
.pdfci-error{padding:20px;text-align:center;color:#b00}
#pdfci-gallery{display:block;width:100%}
#pdfci-gallery .pdfci-container{width:100%;max-width:none;margin:0;padding:0}
#pdfci-gallery .pdfci-controls{display:flex;gap:10px;align-items:center;justify-content:center;margin:10px 0}
#pdfci-gallery .pdfci-controls .pdfci-info{min-width:120px;text-align:center;color:#333;font-weight:500}
#pdfci-gallery .woocommerce-product-gallery__image{max-width:100%}
#pdfci-gallery .pdfci-viewer{position:relative;background:#0f1115;border-radius:10px;box-shadow:0 6px 22px rgba(0,0,0,0.18);padding:12px;width:100%}
/*#pdfci-gallery .pdfci-page-holder{min-height:clamp(240px, 62vw, 900px);display:flex;align-items:center;justify-content:center;background:repeating-linear-gradient(45deg, #151821, #151821 10px, #121420 10px, #121420 20px);border-radius:6px;overflow:hidden}*/
#pdfci-gallery .pdfci-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.85);border:none;border-radius:999px;width:42px;height:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,0.2);z-index:10}
#pdfci-gallery .pdfci-nav-btn:hover{background:#fff}
#pdfci-gallery .pdfci-nav-btn:disabled{opacity:.5;cursor:not-allowed}
#pdfci-gallery .pdfci-prev-ov{left:8px}
#pdfci-gallery .pdfci-next-ov{right:8px}
#pdfci-gallery canvas{width:100%;height:auto;display:block;border:1px solid #1f2330;background:#fff;border-radius:4px}

/* Zoom lens: overlay or summary mount */
#pdfci-gallery .pdfci-lens{ display:none; pointer-events:none; border-radius:50%; box-shadow:0 8px 22px rgba(0,0,0,0.35), 0 0 0 2px rgba(255,255,255,0.85); overflow:hidden; background:#fff }
#pdfci-gallery .pdfci-lens.pdfci-lens--overlay{ position:absolute; z-index:5 }
.pdfci-summary-lens{ display:flex; justify-content:center; margin:0 0 12px 0 }

/* Buttons */
#pdfci-gallery .pdfci-controls button, #pdfci-gallery .pdfci-nav-btn{font:inherit}
#pdfci-gallery .pdfci-controls button{background:#2563eb;color:#fff;border:none;border-radius:6px;padding:6px 12px;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,0.15)}
#pdfci-gallery .pdfci-controls button:hover{background:#1d4ed8}
#pdfci-gallery .pdfci-controls button:disabled{background:#9aa7c7;cursor:not-allowed}

@media (max-width: 1024px){
	#pdfci-gallery .pdfci-container{padding:0 8px}
}
@media (max-width: 640px){
	#pdfci-gallery .pdfci-page-holder{min-height:clamp(220px, 80vw, 520px)}
	#pdfci-gallery .pdfci-nav-btn{width:36px;height:36px}
}
