.mz-reading-shell{padding:0 0 clamp(4rem,7vw,6rem)}
.mz-reading-grid{display:grid;grid-template-columns:minmax(0,1fr) var(--mz-reading-sidebar,340px);gap:clamp(30px,4vw,52px);align-items:start}
.mz-reading-main{min-width:0}
.mz-reading-sidebar{width:100%;min-width:300px;align-self:stretch;padding-top:3rem}
.mz-reading-sidebar__sticky{position:sticky;top:96px;width:100%;max-height:calc(100vh - 118px);overflow-x:hidden;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:var(--mz-border) transparent}
.admin-bar .mz-reading-sidebar__sticky{top:128px;max-height:calc(100vh - 150px)}
.mz-sidebar-widget{margin:0 0 20px;padding:20px;background:var(--mz-surface);border:1px solid var(--mz-border);border-radius:var(--mz-radius);box-shadow:var(--mz-shadow)}
.mz-sidebar-widget__title{margin:.25rem 0 1rem;font-size:var(--mz-font-sidebar-heading,20px)}
.mz-sidebar-posts{display:grid;gap:13px}
.mz-sidebar-post{display:grid;grid-template-columns:96px minmax(0,1fr);gap:11px;align-items:start;padding-bottom:13px;border-bottom:1px solid var(--mz-border)}
.mz-sidebar-post:last-child{padding-bottom:0;border-bottom:0}
.mz-sidebar-post__thumb{display:block;aspect-ratio:16/9;overflow:hidden;border-radius:8px;background:var(--mz-surface-2)}
.mz-sidebar-post__thumb img{width:100%;height:100%;object-fit:cover}
.mz-sidebar-post h3{margin:0;font-size:.92rem;line-height:1.35}
.mz-sidebar-post h3 a{text-decoration:none}
.mz-sidebar-post h3 a:hover{color:var(--mz-accent)}
.mz-sidebar-post span{display:block;margin-top:.3rem;color:var(--mz-muted);font-size:.72rem}
/* v1.0.5: automatic MoviezShow posts stay visible even when custom widgets exist. */
.mz-sidebar-widget--automatic .mz-sidebar-widget__eyebrow{margin:0 0 1rem}
.mz-reading-sidebar__widgets{display:block}
.mz-reading-sidebar__widgets .mz-sidebar-widget:first-child{margin-top:0}
