.pdf-yukihiro-viewer { box-sizing: border-box; width: 100%; max-width: 100%; min-width: 0; margin: 1.5em 0; overflow: hidden; }
.pdf-yukihiro-header { box-sizing: border-box; width: 100%; background: #202124; color: #fff; }
.pdf-yukihiro-title-row { box-sizing: border-box; display: flex; align-items: center; min-height: 38px; padding: 0 12px; }
.pdf-yukihiro-title { min-width: 0; flex: 1 1 auto; overflow: hidden; color: #fff; font-size: 13px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.pdf-yukihiro-controls-row { box-sizing: border-box; display: flex; align-items: stretch; justify-content: space-between; min-height: 38px; border-top: 1px solid rgba(255,255,255,.15); background: #292a2c; }
.pdf-yukihiro-zoom-tools, .pdf-yukihiro-file-actions { display: flex; align-items: stretch; }
.pdf-yukihiro-tool { box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center; width: 38px; min-width: 38px; min-height: 38px; margin: 0; padding: 0; border: 0 !important; border-right: 1px solid rgba(255,255,255,.12) !important; border-radius: 0 !important; background: transparent !important; color: #fff !important; box-shadow: none !important; font: inherit; font-size: 18px; line-height: 1; text-decoration: none !important; cursor: pointer; }
.pdf-yukihiro-tool:hover, .pdf-yukihiro-tool:focus, .pdf-yukihiro-file-action:hover, .pdf-yukihiro-file-action:focus { background: rgba(255,255,255,.12) !important; color: #fff !important; }
.pdf-yukihiro-tool:disabled { cursor: default; opacity: .35; }
.pdf-yukihiro-zoom-value { display: inline-flex; align-items: center; justify-content: center; min-width: 46px; padding: 0 4px; border-right: 1px solid rgba(255,255,255,.12); color: #fff; font-size: 11px; white-space: nowrap; }
.pdf-yukihiro-file-action { box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 12px; border-left: 1px solid rgba(255,255,255,.12); background: transparent !important; color: #fff !important; font-size: 12px; gap: 6px; text-decoration: none !important; white-space: nowrap; }
.pdf-yukihiro-file-action svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.pdf-yukihiro-status { box-sizing: border-box; width: 100%; padding: 1.25em; border: 1px solid #dcdcde; background: #f6f7f7; text-align: center; }
.pdf-yukihiro-status.is-error { color: #b32d2e; }
.pdf-yukihiro-pages { box-sizing: border-box; width: 100%; max-width: 100%; min-width: 0; overflow-x: auto; overflow-y: hidden; background: #343434; overscroll-behavior-x: contain; touch-action: pan-x pan-y; }
.pdf-yukihiro-page { box-sizing: border-box; display: block; margin: 0 auto 12px; background: #fff; transform-origin: top left; }
.pdf-yukihiro-page:last-child { margin-bottom: 0; }
.pdf-yukihiro-page canvas { display: block; width: 100% !important; max-width: none !important; height: auto !important; margin: 0; }
.pdf-yukihiro-controls { box-sizing: border-box; width: 100%; padding: 0; background: #292a2c; text-align: center; }
.pdf-yukihiro-toggle { appearance: none; position: relative; display: flex; align-items: center; justify-content: center; width: 100%; min-height: 46px; margin: 0; padding: 8px 44px; border: 1px solid #3f4144 !important; border-radius: 3px; background: #292a2c !important; color: #fff !important; font: inherit; font-size: 13px; line-height: 1.5; cursor: pointer; }
.pdf-yukihiro-toggle:hover, .pdf-yukihiro-toggle:focus { border-color: #6b6d70 !important; background: #37383b !important; color: #fff !important; }
.pdf-yukihiro-toggle-label { text-align: center; }
.pdf-yukihiro-chevron { position: absolute; right: 16px; top: 50%; color: currentColor; font-size: 18px; line-height: 1; transform: translateY(-55%); }
.pdf-yukihiro-close-control { margin-top: -12px; }
.pdf-yukihiro-actions { margin: .65em 0 0; text-align: right; }
.pdf-yukihiro-download,
.pdf-yukihiro-download:visited { display: inline-block; padding: .55em 1em; border-radius: 3px; background: #2271b1 !important; color: #fff !important; text-decoration: none !important; }
.pdf-yukihiro-download:hover,
.pdf-yukihiro-download:focus { background: #135e96 !important; color: #fff !important; text-decoration: none !important; }
@media (max-width: 600px) {
	.pdf-yukihiro-title-row { min-height: 34px; padding: 0 9px; }
	.pdf-yukihiro-title { font-size: 12px; }
	.pdf-yukihiro-controls-row { min-height: 34px; }
	.pdf-yukihiro-tool { width: 34px; min-width: 34px; min-height: 34px; font-size: 16px; }
	.pdf-yukihiro-zoom-value { min-width: 36px; font-size: 10px; }
	.pdf-yukihiro-file-action { width: 38px; min-width: 38px; min-height: 34px; padding: 0; }
	.pdf-yukihiro-action-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
	.pdf-yukihiro-page { margin-bottom: 8px; }
	.pdf-yukihiro-close-control { margin-top: -8px; }
	.pdf-yukihiro-toggle { min-height: 44px; padding: 7px 38px 7px 12px; font-size: 12px; }
	.pdf-yukihiro-chevron { right: 13px; }
}
