.box{display:flex;background-color:var(--color-gray--lightest);position:relative;z-index:1}.box--vertical{flex-direction:column}.box__content{order:2;padding:var(--spacing);justify-content:center;display:flex;flex-direction:column;gap:var(--spacing-s);z-index:2}.box__image{order:1;flex-shrink:0;overflow:hidden}.box__image img{transition:transform var(--animation-duration);width:100%;object-fit:cover;height:auto}.box__image--small{width:6.25rem}@media screen and (min-width: 48rem){.box__image--small{width:9.375rem}}.box__heading{font-size:var(--font-size-h5);font-weight:var(--font-weight-semibold)}.box__link{color:var(--color-link);display:flex;gap:var(--spacing-xxs);align-items:center;text-decoration:underline}.box__link:hover,.box__link:focus{text-decoration:none}.box__heading a{color:inherit;text-decoration:none}.box__heading a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.box .icon{width:1em}.box:has(.box__heading a:focus) .box__heading,.box:has(.box__heading a:hover) .box__heading{text-decoration:underline}.box:has(a:focus) .box__image img,.box:has(a:hover) .box__image img{transform:scale(1.1)}.box:has(a:focus) .icon--arrow-right,.box:has(a:hover) .icon--arrow-right{transform:translate(.5em)}.content-area>.box+.box{margin-top:calc((var(--block-spacing) - var(--spacing)) * -1)}
