/* Shared public/admin library controls; deliberately independent of page revisions. */
.library-filters{display:flex;flex-wrap:wrap;align-items:end;gap:14px;padding:22px;background:#f3efe8;border:1px solid #e2d9cc;border-radius:16px;margin:0 0 24px;color:#473b32}
.library-filters label{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:600;letter-spacing:.015em}
.library-filter-search{flex:1;min-width:210px}
.library-filters input[type=search],.library-filters select{box-sizing:border-box;min-height:44px;max-width:100%;padding:10px 12px;border:1px solid #cdbda9;border-radius:8px;background:#fffdf9;color:#392f28;font:inherit;font-size:14px}
.library-filter-button{min-height:44px;border:0;border-radius:8px;padding:10px 23px;background:#594b3e;color:#fff;font:inherit;font-size:14px;cursor:pointer}
.library-filters a.library-filter-reset{padding:12px 4px;color:#634e39;text-decoration:underline}
.library-filters :focus-visible,.library-pagination a:focus-visible{outline:3px solid #a07848;outline-offset:3px}
.library-pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin:28px 0;color:#695d50;font-size:13px}
.library-pagination p{margin:0;font-size:13px}
.library-pagination nav{display:flex;flex-wrap:wrap;gap:6px;align-items:center}
.library-pagination nav a,.library-pagination nav span{display:inline-flex;align-items:center;justify-content:center;min-height:40px;min-width:40px;padding:8px 12px;border:1px solid #d4c6b4;border-radius:8px;box-sizing:border-box;color:#594735;background:#fffdf9;text-decoration:none}
.library-pagination nav [aria-current=page]{background:#594b3e;color:#fff;border-color:#594b3e}
.library-pagination nav .pagination-ellipsis{border-color:transparent;background:transparent}
.reading-notice{padding-top:22px;padding-bottom:8px;margin-top:24px;border-top:1px solid #b9a98d45}
.reading-notice p{max-width:960px;font-size:12px;line-height:1.8;opacity:.85}
.reading-notice strong{display:block;font-weight:600;margin-bottom:5px}
.cms-article-info .reading-count{display:table;margin-top:10px;padding:5px 10px;border:1px solid #dac8ab;border-radius:7px;background:#fcf7ed;color:#6b4d24;font-size:12px;font-weight:600;text-decoration:none}
.cms-article-info .reading-count:hover{background:#f2e7d3}
.reading-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:26px}
.reading-summary section{padding:24px;border:1px solid #e0d5c5;border-radius:16px;background:#fffdf9}
.reading-summary section:first-child{background:#504538;color:#fff8ee;border-color:#504538}
.reading-summary section p{margin:0 0 16px;font-size:10px;font-weight:700;letter-spacing:.14em;opacity:.8}
.reading-summary strong{display:block;font-size:42px;line-height:1.1;font-weight:500;margin-bottom:12px}
.reading-summary span{font-size:12px;opacity:.8}
.reading-report{border:1px solid #e0d5c5;border-radius:16px;overflow:hidden;background:#fffdf9}
.reading-report-heading{padding:22px 26px;border-bottom:1px solid #e0d5c5}
.reading-report h2{font-size:20px;margin:0 0 8px;color:#453b31}
.reading-report-heading p,.reading-report-note p{font-size:12px;line-height:1.8;color:#706254;margin:0}
.reading-report table{width:100%;border-collapse:collapse}
.reading-report thead th{padding:14px 26px;background:#f2ece3;color:#706254;font-size:11px}
.reading-report tbody th,.reading-report td{padding:14px 26px;border-bottom:1px solid #eee6da;background:transparent;color:#483c30;font-size:13px}
.reading-report tbody th{width:42%;font-weight:500}
.reading-report th small{margin-left:9px;font-size:10px;color:#856231;background:#f6ead6;padding:3px 7px;border-radius:4px}
.reading-month-value{position:relative;padding:7px 10px;text-align:right}
.reading-month-value strong{position:relative;font-size:14px;font-variant-numeric:tabular-nums}
.reading-bar{position:absolute;inset:0 auto 0 0;background:#e4d3b6aa;border-radius:4px}
.reading-unavailable{font-size:11px;color:#8a8177}
.reading-report-note{padding:20px 4px}
.reading-country-report{margin-top:24px}
.reading-country-report .library-filters{border:0;border-radius:0;margin:0;background:#faf6ee}
.reading-report-note p+p{margin-top:7px}
@media(max-width:700px){.library-filters{padding:16px;gap:12px}.library-filters label{flex:1;min-width:100px}.library-filter-search{flex-basis:100%!important}.library-filters input,.library-filters select{width:100%}.reading-summary{grid-template-columns:1fr;gap:10px}.reading-summary section{padding:18px}.reading-summary strong{font-size:32px}.reading-report th,.reading-report td,.reading-report thead th,.reading-report tbody th{padding:12px}.reading-report-heading{padding:18px}.reading-report tbody th{width:45%}.reading-report th small{display:table;margin:5px 0 0}.library-pagination nav a,.library-pagination nav span{min-width:34px;padding:7px 9px}}
