.tsb-bk__strip{display:flex;gap:32px;justify-content:center;margin:0 auto;max-width:1200px}.tsb-bk__item{align-items:center;border-radius:var(--tsb-radius);color:inherit;display:flex;flex:1;flex-direction:column;gap:16px;max-width:280px;padding:24px;text-align:center;text-decoration:none;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s}.tsb-bk__item:hover{box-shadow:var(--tsb-sh-m);transform:translateY(-8px)}.tsb-bk__item--hero{flex:1.3;max-width:320px}.tsb-bk__cover{border-radius:10px;box-shadow:0 16px 36px rgba(10,10,46,.18);display:grid;flex-shrink:0;font-size:13px;font-weight:800;height:190px;line-height:1.3;padding:16px;place-items:center;text-align:center;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s;width:140px}.tsb-bk__item:hover .tsb-bk__cover{box-shadow:0 24px 48px rgba(10,10,46,.25);transform:translateY(-4px)}.tsb-bk__item--hero .tsb-bk__cover{font-size:14px;height:220px;width:160px}.tsb-bk__info{align-items:center;display:flex;flex-direction:column;gap:6px}.tsb-bk__ribbon{align-items:center;border-radius:999px;display:inline-flex;font-size:10px;font-weight:800;letter-spacing:.1em;padding:4px 12px;text-transform:uppercase}.tsb-bk__ribbon--hero{background:var(--tsb-coral);color:#fff}.tsb-bk__ribbon--best{background:var(--tsb-gold);color:var(--tsb-navy)}.tsb-bk__ribbon--classic{background:var(--tsb-blue-pale);color:var(--tsb-blue)}.tsb-bk__item h3{font-size:18px;line-height:1.25;margin-top:4px}.tsb-bk__item--hero h3{font-size:20px}.tsb-bk__author{color:var(--tsb-muted);font-size:12px;font-weight:500}.tsb-bk__link{color:var(--tsb-blue);font-size:13px;font-weight:700;margin-top:4px;transition:gap .2s}.tsb-bk__item:hover .tsb-bk__link{color:var(--tsb-coral)}@media(max-width:768px){.tsb-bk__strip{align-items:center;flex-direction:column;gap:24px}.tsb-bk__item{flex-direction:row;gap:20px;max-width:100%;text-align:left}.tsb-bk__info{align-items:flex-start}.tsb-bk__cover{font-size:11px;height:136px;width:100px}.tsb-bk__item--hero .tsb-bk__cover{height:150px;width:110px}}