.mley-pdf-panel--linked { grid-template-columns: minmax(0, 1fr) auto auto auto auto auto; column-gap: 5px; }
.mley-pdf-panel--linked .mley-pdf-heading h2 { max-width: none; margin-left: 10px; }
.mley-pdf-panel--linked .mley-pdf-heading-actions { grid-area: 1 / 6; margin: 6px 8px 6px 0; }
.mley-pdf-panel--linked .mley-pdf-check { grid-area: 1 / 2; overflow: visible; width: 30px; height: 32px; }
.mley-pdf-panel--linked .mley-pdf-to-mley { grid-area: 1 / 3; align-self: center; white-space: nowrap; padding: 6px 8px; font-size: .74rem; font-weight: 600; color: var(--accent-color, #315c94); background: var(--surface-accent, #edf4fa); }
.mley-pdf-panel--linked .mley-pdf-to-mley:disabled { opacity: .65; cursor: progress; }
.mley-pdf-panel--linked .mley-pdf-official { grid-area: 1 / 4; font-size: .7rem; }
.mley-pdf-panel--linked .mley-pdf-more { grid-area: 1 / 5; }
.mley-pdf-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip-path: inset(50%); white-space: nowrap !important; border: 0 !important; }
.mley-pdf-check [data-pdf-state-icon] { display: none; }
.mley-pdf-check [data-pdf-state-icon="clock"] { display: initial; }
.mley-pdf-check:is([data-status="verified"],[data-status="check_failed"],[data-status="source_changed"],[data-status="historical"]) [data-pdf-state-icon="clock"] { display: none; }
.mley-pdf-check[data-status="verified"] [data-pdf-state-icon="verified"],
.mley-pdf-check[data-status="check_failed"] [data-pdf-state-icon="check_failed"],
.mley-pdf-check[data-status="source_changed"] [data-pdf-state-icon="source_changed"],
.mley-pdf-check[data-status="historical"] [data-pdf-state-icon="historical"] { display: initial; }
.mley-pdf-panel--linked .mley-pdf-check[data-status="verified"] { color: #24754a; }
html[data-theme="dark"] .mley-pdf-panel--linked .mley-pdf-check[data-status="verified"] { color: #88cfa8; }
.mley-pdf-state-note, .mley-pdf-article-choices { position: absolute; top: 48px; right: 10px; z-index: 4; width: min(340px, calc(100% - 20px)); box-sizing: border-box; padding: 14px; border: 1px solid var(--border-color, #dbe2ea); border-radius: 12px; background: var(--bg-surface, #fff); color: var(--text-color, #26364b); box-shadow: 0 12px 32px #172e4926; line-height: 1.5; font-size: .78rem; }
.mley-pdf-choice-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.mley-pdf-choice-heading button { min-width: 32px; min-height: 32px; }
.mley-pdf-article-choices p { color: var(--text-muted); margin: 4px 0 10px; }
#mley-pdf-choice-list { display: flex; flex-wrap: wrap; gap: 6px; max-height: min(320px, 50vh); overflow: auto; }
#mley-pdf-choice-list button { flex: 1 0 auto; text-align: left; }
.mley-pdf-text-target { outline: 2px solid var(--accent-color, #315c94); outline-offset: 4px; border-radius: 8px; scroll-margin-top: calc(var(--mley-pdf-header, 70px) + 18px); }
#mley-pdf-left-reader { box-sizing: border-box; min-width: 0; padding-bottom: 32px; }
.mley-pdf-reader-heading { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; padding: 16px; margin-bottom: 14px; border: 1px solid var(--border-color); border-radius: 12px; background: var(--bg-surface); }
.mley-pdf-reader-heading h1 { flex: 1 1 auto; font-size: 1rem; margin: 0; }
.mley-pdf-reader-heading > button { font: inherit; color: var(--text-color); border: 1px solid var(--border-color); background: var(--bg-surface); border-radius: 8px; padding: 7px 10px; cursor: pointer; }
#mley-pdf-left-reader a:focus-visible, #mley-pdf-left-reader button:focus-visible { outline: 2px solid var(--accent-color); outline-offset: 3px; }
body.mley-pdf-left-reader-active #panel > :not(#mley-pdf-left-reader) { display: none !important; }
@container mley-pdf (max-width: 560px) { .mley-pdf-panel--linked .mley-pdf-official { display: none; } .mley-pdf-panel--linked { grid-template-columns: minmax(0, 1fr) auto auto 0 auto auto; } }
@container mley-pdf (max-width: 380px) { .mley-pdf-panel--linked { column-gap: 3px; } .mley-pdf-panel--linked .mley-pdf-heading h2, .mley-pdf-panel--linked .mley-pdf-heading h2 span { font-size: .68rem; } .mley-pdf-panel--linked .mley-pdf-to-mley { padding: 6px; font-size: .7rem; } }
@media (pointer: coarse) { .mley-pdf-panel--linked .mley-pdf-check { width: 36px; height: 44px; } .mley-pdf-panel--linked .mley-pdf-to-mley { min-height: 40px; } .mley-pdf-state-note, .mley-pdf-article-choices { top: 58px; } }
@media print { #mley-pdf-left-reader .mley-pdf-reader-heading > button { display: none; } .mley-pdf-text-target { outline: none; } }
