.title{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center;margin-bottom:40px}.books-layout{margin-top:20px}.books-stats-line{display:grid;grid-gap:var(--line-height);gap:var(--line-height);margin:var(--line-height) 0 0;padding:calc(var(--line-height) * .5) 0;border-top:2px solid var(--background-color-alt);border-bottom:2px solid var(--background-color-alt)}.books-stats-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2ch;gap:2ch;margin:0;text-align:center}.books-stats-summary dd,.books-stats-summary div,.books-stats-summary dt{margin:0}.books-stats-summary dt{color:var(--text-color-alt)}.books-stats-summary dd{font-weight:var(--font-weight-bold)}.books-country-stats{display:flex;flex-wrap:wrap;gap:1ch;justify-content:center;margin:0;text-align:center}.books-country-stats span{margin:0}.books-country-flags{display:inline-flex;flex-wrap:wrap;gap:.5ch;justify-content:center}.books-timeline{width:100%;margin-top:0;border:0;border-collapse:collapse}.books-timeline td{border:0;vertical-align:top}.books-timeline tr{min-height:24px}.books-timeline .empty-month{height:24px}.timeline-year-label{width:4.5rem;padding:0 .75rem 0 0;font-weight:700;line-height:24px;text-align:right;white-space:nowrap}.timeline-marker{position:relative;width:24px;min-width:24px;padding:0}.timeline-marker:before{top:0;bottom:0;width:2px}.timeline-marker span,.timeline-marker:before{position:absolute;left:50%;background:#111;content:"";transform:translateX(-50%)}.timeline-marker span{top:11px;width:12px;height:2px}.timeline-marker-year span{top:10px;width:20px;height:4px}.timeline-month-label{width:3.5rem;padding:0 1rem 0 .5rem;line-height:24px;white-space:nowrap}.timeline-books-cell{padding:0 0 10px}.book-entry{position:relative;z-index:0;display:grid;grid-template-columns:minmax(0,1fr) 28ch;grid-gap:2ch;gap:2ch;margin-top:0;padding:0}.book-entry+.book-entry{margin-top:var(--line-height)}.book-entry-boty{background:transparent}.book-entry-boty:before{position:absolute;z-index:0;inset:calc(var(--line-height) * -.15) -.75ch;background:#fff4bf;box-shadow:inset 4px 0 0 #d6a300;content:""}.book-details,.book-entry-meta{position:relative;z-index:1}.book-details,.book-details *{margin-top:0}.book-author{margin:0;padding:0}.book-entry-meta{display:grid;align-content:start;grid-gap:calc(var(--line-height) * .25);gap:calc(var(--line-height) * .25);margin-top:0}.book-boty-label{width:-moz-fit-content;width:fit-content;margin:0;color:#8a6500;font-size:.78rem;font-weight:var(--font-weight-bold);text-transform:uppercase}.book-boty-label:before{content:"* "}.book-annotations{display:grid;grid-gap:calc(var(--line-height) * .25);gap:calc(var(--line-height) * .25);margin-top:0}.book-note-row{display:flex;flex-wrap:wrap;gap:calc(var(--line-height) * .25) .75ch;margin-top:0}.book-note-row:empty{display:none}.book-note{display:inline-block;margin-top:0;padding:0;color:var(--text-color);font-size:.78rem;line-height:calc(var(--line-height) * .9);text-transform:uppercase;white-space:nowrap;height:-moz-fit-content;height:fit-content}.book-note-month-pick{background:var(--text-color);color:var(--background-color)}.book-note-place{color:var(--text-color-alt)}.book-note-place>span:first-child{color:#198754}.book-note-value{color:var(--text-color-alt);text-transform:none}.book-note-value:before{content:" "}@media screen and (max-width:820px){.title{line-height:3rem;flex-direction:column;margin-bottom:0}.books-country-stats{flex-direction:row;flex-wrap:nowrap}.book-entry{grid-template-columns:1fr;gap:calc(var(--line-height) * .25)}.book-note{white-space:normal}}