aigc-feed-item.aigc-feed-item{position:relative;display:block;aspect-ratio:1/1;border-radius:var(--bing-static-corner-rounded-xx-small);overflow:hidden;background:var(--bing-smtc-background-ctrl-subtle-rest);box-shadow:var(--smtc-shadows-card)}.aigc-feed-item__media{position:absolute;inset:0;overflow:hidden}.aigc-feed-item__media .aigc-feed-item__img{width:100%!important;height:100%!important}.aigc-feed-item__media img{width:100%;height:100%;object-fit:cover;display:block}.aigc-feed-item__video{width:100%;height:100%;object-fit:cover;display:block}.aigc-feed-item__open{position:absolute;inset:0;z-index:1;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:pointer;appearance:none}.aigc-feed-item__open:focus-visible{outline-width:2px;outline-style:solid;outline-color:var(--smtc-ctrl-focus-outer-stroke);outline-offset:2px;outline-offset:-2px;z-index:3}.aigc-feed-item__badge{position:absolute;bottom:var(--smtc-padding-content-xx-small);left:var(--smtc-padding-content-xx-small);padding:1px 6px;border-radius:var(--bing-static-corner-rounded-x-small);background:var(--smtc-background-smoke);color:var(--bing-smtc-foreground-content-white);font:var(--bing-smtc-text-global-caption2-strong)}.aigc-feed-item__try{display:none;position:absolute;bottom:16px;left:50%;transform:translateX(-50%);z-index:2;color:#fff;background:#4f6bed;border:0;border-radius:20px;box-shadow:0 .5px 3px rgba(0,0,0,.2);height:fit-content;min-width:max-content;padding:9px 16px;font-size:14px;cursor:pointer;justify-content:center;align-items:center;gap:6px;text-decoration:none;white-space:nowrap;transition:background-color .2s ease-in-out,transform .1s ease-in-out}.aigc-feed-item__try:hover,.aigc-feed-item__try:focus{text-decoration:none}.aigc-feed-item__try:focus-visible{outline-width:2px;outline-style:solid;outline-color:var(--smtc-ctrl-focus-outer-stroke);outline-offset:2px}.aigc-feed-item:hover .aigc-feed-item__try,.aigc-feed-item:focus-within .aigc-feed-item__try{display:flex}