.history-card{align-items:stretch;background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.1);display:flex;max-width:480px;min-height:150px;overflow:hidden}.history-card__book{background:#c8cdd4;flex:0 0 38%;max-width:38%}.history-card__book img{display:block;height:100%;object-fit:cover;width:100%}.history-card__content{display:flex;flex:1;flex-direction:column;gap:14px;padding:16px 18px 14px 16px}.history-card__eyebrow{color:#4a5568;font-family:Helvetica Neue,Arial,sans-serif;font-size:11px;font-weight:400;margin:0 0 2px}.history-card__title{color:#1a2f5e;font-family:Helvetica Neue,Arial,sans-serif;font-size:15px;font-weight:700;line-height:1.2;margin:0}.history-card__kol{align-items:flex-start;display:flex;gap:10px}.history-card__kol-photo{background:#c8cdd4;border-radius:4px;flex:0 0 42px;height:42px;overflow:hidden;width:42px}.history-card__kol-photo img{display:block;height:100%;object-fit:cover;width:100%}.history-card__kol-info{display:flex;flex:1;flex-direction:column;gap:6px}.history-card__kol-name{color:#1a2f5e;font-family:Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:600;margin:0}.history-card__kol-affiliation{color:#6b7280;font-family:Helvetica Neue,Arial,sans-serif;font-size:10px;line-height:1.5;margin:0}.history-card__placeholder{background:#c8cdd4;border-radius:3px}.history-card__placeholder--name{height:13px;width:80%}.history-card__placeholder-lines{display:flex;flex-direction:column;gap:5px}.history-card__placeholder--line{height:9px;width:90%}.history-card__placeholder--short{width:65%}.history-card--link{color:inherit;cursor:pointer;display:flex;text-decoration:none;transition:box-shadow .2s ease,transform .2s ease}.history-card--link:hover{box-shadow:0 6px 20px rgba(0,0,0,.15);transform:translateY(-2px)}.history-card--link:active{box-shadow:0 2px 12px rgba(0,0,0,.1);transform:translateY(0)}