.item-box{--box-border-color:var(--_border);--box-shadow:none;--box-padding:0;display:grid;grid-template-columns:[body-start] 1fr [body-end image-start] clamp(100px,33.33%,160px) [image-end];max-inline-size:27rem;overflow:clip}.item-box__body{grid-column:body;padding:var(--space-xs-s)}.item-box__body :first-child{font-size:var(--size--1);font-weight:var(--weight-bold)}.item-box__body :not(:first-child){color:var(--box-minor-color);font-size:var(--size--2)}.item-box__image{--frame-ratio:var(--ratio-1);--frame-img-inline-size:110%;--frame-img-block-size:110%;align-self:end;grid-column:image}.item-box__image img{border-radius:0;mix-blend-mode:multiply;-o-object-position:left top;object-position:left top}