.rs_ctn.rs_card .action{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--smtc-gap-between-content-x-small);box-sizing:border-box;width:120px;height:172px;margin:0;overflow:visible;border:0;background:transparent;box-shadow:none;cursor:pointer}.rs_ctn.rs_card .action>span{display:flex;flex-direction:column;gap:var(--smtc-gap-between-content-x-small);width:120px;height:172px;min-height:0}.rs_ctn.rs_card .action img{flex-shrink:0;width:120px;height:120px;margin:0;border-radius:var(--mai-smtc-corner-ctrl-xlg-rest);object-fit:cover;clip-path:inset(0 round var(--mai-smtc-corner-ctrl-xlg-rest));transition:transform .3s ease,clip-path .3s ease}.rs_ctn.rs_card .action:hover img{transform:scale(1.2);clip-path:inset(8.33% round calc(var(--mai-smtc-corner-ctrl-xlg-rest)/1.2))}.rs_ctn.rs_card .action:hover .text{text-decoration:underline}.rs_ctn.rs_card .action .text{display:-webkit-box;flex:1 0 0;min-height:0;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:44px;margin:0;padding:0;overflow:hidden;color:var(--smtc-foreground-content-neutral-primary);font:var(--bing-smtc-text-global-body3-strong);text-overflow:ellipsis;white-space:initial;overflow-wrap:break-word}