.entity-thumb-link{position:relative;display:inline-block;margin-top:12px;overflow:hidden;cursor:pointer;text-decoration:none}.entity-thumb-img{display:block;width:280px;height:200px;-o-object-fit:cover;object-fit:cover}.entity-thumb-icon{display:inline-flex;align-items:center;gap:0;height:80px;width:80px;border:2px solid #000;color:#000;overflow:hidden;transition:width .35s ease;white-space:nowrap;box-sizing:border-box;padding:0 16px}.entity-thumb-icon svg{flex-shrink:0}.entity-thumb-icon-label{overflow:hidden;max-width:0;opacity:0;transition:max-width .35s ease,opacity .25s ease,margin-left .35s ease;font-family:Inter,sans-serif;font-size:28px;font-weight:400;color:#000;margin-left:0}.entity-thumb-link:hover .entity-thumb-icon{width:340px}.entity-thumb-link:hover .entity-thumb-icon-label{max-width:260px;opacity:1;margin-left:14px}.entity-thumb-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.72);color:#fff;font-family:Inter,sans-serif;font-size:28px;font-weight:400;text-align:center;opacity:0;transform:translateY(6px);transition:opacity .25s ease,transform .25s ease;padding:6px}.entity-thumb-link:hover .entity-thumb-overlay{opacity:1;transform:translateY(0)}