.step-block{background-color:var(--hh-color-white,#fff);display:flex;filter:drop-shadow(0 2px 8px rgba(29,54,96,.2));flex-direction:column;padding:1rem 1.5rem;position:relative}.step-block:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 48'%3E%3Cpath fill='%23fff' d='M0 24c13.25 0 24-10.74 24-24v48c0-13.26-10.75-24-24-24'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";height:3rem;left:-1.5rem;position:absolute;top:2rem;width:1.5rem;z-index:2}.step-block:after{background-color:var(--hh-color-secondary,blue);border-radius:50%;content:"";height:1rem;left:-2rem;position:absolute;top:3rem;width:1rem;z-index:1}@container steps-container (min-width: 1000px){body:not(.wp-admin) .step-block{height:-moz-fit-content;height:fit-content}body:not(.wp-admin) .step-block:after,body:not(.wp-admin) .step-block:before{top:50%;transform:translateY(-50%)}body:not(.wp-admin) .step-block:nth-of-type(odd){grid-column:1;margin-bottom:4rem}body:not(.wp-admin) .step-block:nth-of-type(odd):before{left:auto;right:-1.5rem;transform:translateY(-50%) rotate(180deg);transform-origin:center}body:not(.wp-admin) .step-block:nth-of-type(odd):after{left:auto;right:-3rem}body:not(.wp-admin) .step-block:nth-of-type(2n){grid-column:2;margin-top:4rem}body:not(.wp-admin) .step-block:nth-of-type(2n):after{left:-3rem}}