/* Exact book jackets on previously text-only browse surfaces. */
.tta-v109-cover{display:block;width:74px;height:98px;object-fit:contain;flex:none;
 background:#f4f0e8;border:1px solid #d8d2c7;border-radius:5px}
.inventory-card:has(>.tta-v109-cover){display:grid;grid-template-columns:74px minmax(0,1fr);column-gap:14px}
.inventory-card:has(>.tta-v109-cover)>.tta-v109-cover{grid-column:1;grid-row:1 / span 2}
.inventory-card:has(>.tta-v109-cover)>.inventory-card-copy{grid-column:2;min-width:0}
.inventory-card:has(>.tta-v109-cover)>.inventory-card-foot{grid-column:2}
.tta-v109-hero-cover{display:block;width:140px;max-width:30vw;max-height:190px;
 object-fit:contain;margin:16px 0 8px;border-radius:5px;background:#f4f0e8}
.tta-v109-collage-cover{display:block;width:140px;max-width:30vw;height:150px;
 margin:16px 0 8px;border-radius:5px;background-repeat:no-repeat;
 background-size:224% 316%;box-shadow:0 1px 4px #0003}
.tta-v109-math-cover{display:block;width:150px;max-height:210px;object-fit:contain;
 margin:12px 0 20px;border-radius:5px;background:#f4f0e8}
.unit:has(>.tta-v109-cover){display:grid;grid-template-columns:74px minmax(0,1fr);column-gap:14px}
.unit:has(>.tta-v109-cover)>.tta-v109-cover{grid-column:1;grid-row:1 / span 3}
.unit:has(>.tta-v109-cover)>:not(.tta-v109-cover){grid-column:2;min-width:0}
.tta-v109-more-covers{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.tta-v109-more-covers p{grid-column:1/-1;margin:0;font-weight:700}
.tta-v109-more-covers figure{min-width:0;margin:0}
.tta-v109-more-covers img{display:block;width:100%;max-height:100px;object-fit:contain}
.tta-v109-more-covers figcaption{font-size:.72rem;line-height:1.25;overflow-wrap:anywhere}
@media(max-width:480px){.tta-v109-cover{width:58px;height:78px}.inventory-card:has(>.tta-v109-cover),.unit:has(>.tta-v109-cover){grid-template-columns:58px minmax(0,1fr)}}
