/* LHC PDF Embed */
.lhcpdf-embed { position: relative; margin: 0 auto; background: #fff; }
.lhcpdf-pages { width: 100%; background: #fff; display: flex; flex-direction: column; gap: 14px; }
.lhcpdf-page { display: block; width: 100%; height: auto; background: #fff; box-shadow: 0 1px 8px rgba(0,0,0,.10); border-radius: 4px; }
.lhcpdf-loading { padding: 40px 0; text-align: center; color: #888; font-size: 14px; }
.lhcpdf-fallback { display: none; padding: 16px; text-align: center; color: #444; }

/* interactive (native) mode */
.lhcpdf-wrap { position: relative; width: 100%; background: #fff; border-radius: 8px; overflow: hidden; }
.lhcpdf-frame { width: 100%; display: block; border: 0; background: #fff; }

/* corner buttons (shared) */
.lhcpdf-actions { position: absolute; top: 10px; right: 10px; display: flex; gap: 8px; z-index: 5; }
.lhcpdf-btn { display: inline-flex; align-items: center; gap: 6px; background: #1f3864; color: #fff; text-decoration: none; font-size: 13px; font-weight: 600; padding: 8px 12px; border-radius: 6px; box-shadow: 0 1px 4px rgba(0,0,0,.2); line-height: 1; }
.lhcpdf-btn:hover { background: #2a4a82; color: #fff; }
.lhcpdf-btn.is-ghost { background: rgba(255,255,255,.94); color: #1f3864; border: 1px solid #cfd6e0; }
.lhcpdf-btn.is-ghost:hover { background: #fff; }
.lhcpdf-btn svg { width: 15px; height: 15px; }

@media (max-width: 600px) {
	.lhcpdf-frame { height: 70vh !important; }
	.lhcpdf-btn { padding: 7px 10px; font-size: 12px; }
}
