.single .img-container { height: auto; }
.rb-tablewrap { overflow-x: auto; margin: 26px 0; -webkit-overflow-scrolling: touch; }
table.rb-table { width: 100%; border-collapse: collapse; font-size: .95em;
  font-variant-numeric: tabular-nums; }
table.rb-table th { text-align: left; font-weight: 600; font-size: .88em;
  letter-spacing: .01em; color: #6a6256; padding: 0 14px 8px 0;
  border-bottom: 2px solid #cfc7b8; vertical-align: bottom; }
table.rb-table td { padding: 11px 14px 11px 0; border-bottom: 1px solid #e6e1d7;
  vertical-align: top; }
table.rb-table tr:last-child td { border-bottom: 0; }
table.rb-table td:first-child { font-weight: 600; padding-right: 22px; }
table.rb-table th:last-child, table.rb-table td:last-child { padding-right: 0; }
.rb-figure { margin: 26px 0; }
.rb-figure img, .rb-figure svg { display: block; width: 100%; height: auto; border-radius: 6px; }
.rb-figure[data-zoom] { position: relative; cursor: zoom-in; }
.rb-figure[data-zoom]::after { content: ""; position: absolute; inset: 0;
  border-radius: 6px; box-shadow: inset 0 0 0 1px rgba(60,52,40,0); transition: box-shadow .18s; }
.rb-figure[data-zoom]:hover::after { box-shadow: inset 0 0 0 1px rgba(60,52,40,.22); }
.rb-zoomhint { position: absolute; right: 10px; bottom: 10px; display: flex;
  align-items: center; gap: 6px; padding: 6px 10px; border-radius: 999px;
  background: rgba(28,24,18,.72); color: #fff; font-size: 12px; line-height: 1;
  pointer-events: none; transition: opacity .18s; }
@media (hover: hover) {
  .rb-zoomhint { opacity: 0; }
  .rb-figure[data-zoom]:hover .rb-zoomhint, .rb-figure[data-zoom]:focus-visible .rb-zoomhint { opacity: 1; }
}
.rb-zoomhint svg { width: 13px; height: 13px; border-radius: 0; }
.rb-lightbox { position: fixed; inset: 0; z-index: 9999; display: flex;
  flex-direction: column; background: rgba(24,21,16,.94); padding: 0; border: 0; }
.rb-lightbox::backdrop { background: rgba(24,21,16,.94); }
.rb-lightbox__bar { display: flex; justify-content: space-between; align-items: center;
  gap: 16px; padding: 12px 16px; color: #ded7ca; font-size: 13px; line-height: 1.35; }
.rb-lightbox__close { display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; flex: 0 0 auto; border: 1px solid rgba(222,215,202,.35);
  border-radius: 50%; background: transparent; color: #ded7ca; cursor: pointer;
  transition: background .18s, border-color .18s; }
.rb-lightbox__close:hover { background: rgba(222,215,202,.14); border-color: rgba(222,215,202,.6); }
.rb-lightbox__close svg { width: 16px; height: 16px; }
.rb-lightbox__stage { flex: 1; overflow: auto; display: flex; align-items: center;
  justify-content: center; padding: 0 16px 20px; }
.rb-lightbox__stage img { flex: 0 0 auto; width: auto; height: auto;
  max-width: 100%; max-height: 100%; }
.rb-lightbox__stage svg { flex: 0 0 auto; width: min(100%, 1100px); height: auto;
  max-height: 100%; background: #fffdf8; border-radius: 6px; padding: 10px; }
.rb-lightbox__stage > div { flex: 0 0 auto; width: min(100%, 1100px); }
.rb-lightbox__stage > div svg { width: 100%; }
@media (max-width: 720px) {
  .rb-lightbox__stage { align-items: flex-start; }
  .rb-lightbox__stage svg { width: 170vw; max-width: none; max-height: none; }
  .rb-lightbox__stage > div { width: 170vw; max-width: none; }
  .rb-lightbox__stage img { max-width: none; width: 150vw; }
}
.rb-abbr { font: inherit; color: inherit; background: none; border: 0; padding: 0;
  cursor: help; border-bottom: 1px dashed #b3a892; }
.rb-abbr:hover { border-bottom-color: #7d7259; }
.rb-abbr[aria-expanded="true"] { background: #f0e9d8; box-shadow: 0 0 0 3px #f0e9d8; }
.rb-note { position: absolute; z-index: 9998; box-sizing: border-box;
  width: min(340px, calc(100vw - 24px)); padding: 13px 15px;
  background: #fffdf8; color: #2f2a22; border: 1px solid #ddd5c4; border-radius: 8px;
  box-shadow: 0 10px 26px -12px rgba(40,33,22,.45); font-size: 14.5px; line-height: 1.45; }
.rb-note__t { display: block; margin-bottom: 3px; font-size: 13px; letter-spacing: .02em;
  color: #857b68; font-weight: 600; }
.rb-toc { margin: 0 0 26px; }
.rb-toc__title { font-size: 12px; letter-spacing: .06em; text-transform: uppercase;
  color: #756c5c; margin: 0 0 10px; }
.rb-toc__list { list-style: none; margin: 0; padding: 0; }
.rb-toc__list a { display: block; padding: 5px 0 5px 13px; margin-left: -1px;
  border-left: 1px solid #e0d9cb; color: #6a6256; text-decoration: none;
  font-size: 14px; line-height: 1.35; transition: color .16s, border-color .16s; }
.rb-toc__list a:hover { color: #2f2a22; border-left-color: #b3a892; }
.rb-toc__list a[aria-current="true"] { color: #2f2a22; font-weight: 600;
  border-left-color: #7d7259; }
.rb-toc__list .rb-toc--sub a { padding-left: 26px; font-size: 13px; }
.rb-toc--rail { position: fixed; top: 96px; width: 248px; max-height: 74vh;
  overflow-y: auto; overscroll-behavior: contain; display: none; z-index: 3;
  opacity: 0; transition: opacity .22s; pointer-events: none;
  padding: 18px 18px 16px; border-radius: 14px; background: #fff;
  border: 1px solid #e8e3d9; box-shadow: 0 14px 30px -24px rgba(40, 33, 22, .55); }
.rb-toc--rail.is-on { opacity: 1; pointer-events: auto; }
.rb-toc--rail .rb-toc__title { margin-top: 0; }
.rb-toc--rail::-webkit-scrollbar { width: 6px; }
.rb-toc--rail::-webkit-scrollbar-thumb { background: #ddd6c7; border-radius: 3px; }
.rb-toc--inline > summary { cursor: pointer; color: #6a6256; font-size: 14px;
  padding: 10px 0; border-top: 1px solid #e6e1d7; border-bottom: 1px solid #e6e1d7; }
.rb-toc--inline > summary:hover { color: #2f2a22; }
.rb-toc--inline[open] > summary { border-bottom-color: transparent; }
.rb-toc--inline .rb-toc__list { margin: 10px 0 4px; }
@media (min-width: 1180px) { .rb-toc--rail { display: block; } .rb-toc--inline { display: none; } }
h2[id], h3[id] { scroll-margin-top: 84px; }
.rb-updated { margin: 0 0 22px; font-size: 13px; color: #756c5c;
  font-variant-numeric: tabular-nums; }
.rb-sources { margin: 34px 0 0; font-size: .93em; }
.rb-sources summary { cursor: pointer; color: #6a6256; }
.rb-sources summary:hover { color: #2f2a22; }
.rb-sources__list { margin: 12px 0 0; padding: 0; list-style: none; }
.rb-sources__list li { margin: 0 0 9px; line-height: 1.45; }
.rb-sources__list a { color: inherit; text-decoration: underline;
  text-decoration-color: #c9c0ad; text-underline-offset: 3px; }
.rb-sources__list a:hover { text-decoration-color: currentColor; }
.rb-src__host { color: #756c5c; font-size: .85em; white-space: nowrap; }