.s-post-modal{--height: calc( 100svh - var(--grid-offset) * 2 );display:flex;flex-direction:row;align-items:flex-start;justify-content:center;position:fixed;top:0;left:0;z-index:100;width:100%;height:100lvh;pointer-events:none}.s-post-modal.is-open{pointer-events:auto}.s-post-modal.is-open .s__overlay{opacity:1}.s-post-modal.is-open .s__inner{opacity:1;pointer-events:auto}.s-post-modal .s__overlay{position:absolute;top:0;left:0;margin:0;padding:0;width:100%;height:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(36,36,36,.7490196078);border:none;cursor:pointer;opacity:0;will-change:opacity}.s-post-modal .s__outer{display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;z-index:1;width:100%;height:100svh;pointer-events:none}.s-post-modal .s__inner{--mask: 10lvh;position:relative;padding:.8rem .2rem .8rem .8rem;width:calc(100% - var(--grid-offset)*2);max-width:23rem;max-height:var(--height);background:var(--color-white);border-radius:var(--radius);opacity:0;overflow:hidden;pointer-events:none;will-change:opacity,transform}.s-post-modal .s__inner:after{position:absolute;right:.8rem;bottom:0;left:.8rem;display:none;height:var(--mask);background:linear-gradient(to bottom, transparent, var(--color-white));content:""}.s-post-modal .s__scroller{padding:0 .6rem .4rem 0;max-height:var(--height);overflow:auto;scrollbar-color:var(--color-black-light) rgba(0,0,0,0);scrollbar-width:thin}.s-post-modal .s__header{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:1.5em;margin:0 0 1.8667rem;font:700 .4rem/1 var(--font-family-schibsted-grotesk);letter-spacing:.04em;text-transform:uppercase}@media only screen and (max-width: 767px){.s-post-modal .s__header{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1em}}@media only screen and (max-width: 767px){.s-post-modal .s__header .s__link{display:none}}.s-post-modal .s__close{color:var(--color-black)}@media only screen and (max-width: 767px){.s-post-modal .s__close{order:2}}.s-post-modal .s__metas{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;margin:0;padding:0;list-style:none}@media only screen and (max-width: 767px){.s-post-modal .s__metas{order:1}}.s-post-modal .s__meta:after{margin:0 .5em;content:"|"}.s-post-modal .s__meta:last-child:after{display:none}.s-post-modal .s__link{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-end;gap:1em;margin:0 0 0 auto;font:700 .4rem/1 var(--font-family-schibsted-grotesk);letter-spacing:.04em;text-transform:uppercase;transition:color .07s cubic-bezier(0.23, 1, 0.32, 1)}@media only screen and (max-width: 767px){.s-post-modal .s__link{justify-content:flex-start}}.s-post-modal .s__link:after{--size: 1.0833em;display:block;width:var(--size);height:var(--size);background:currentcolor;-webkit-mask:url("/wp-content/themes/cummins/static/images/arrow.svg") center/contain no-repeat;mask:url("/wp-content/themes/cummins/static/images/arrow.svg") center/contain no-repeat;content:""}.s-post-modal .s__link:hover{color:var(--color-brand-1)}.s-post-modal .s__body .s__link{display:none}@media only screen and (max-width: 767px){.s-post-modal .s__body .s__link{display:flex;margin-top:1.8667rem}}.s-post-modal .s__title{margin:0 0 .5em}.s-post-modal .s__content{font-size:.5333rem;line-height:1.4286}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.s-post-modal .s__content{font-size:var(--font-size-t-xs)}}.s-post-modal.is-scrollable .s__scroller{padding-bottom:var(--mask)}.s-post-modal.is-scrollable .s__inner:after{display:block}body.has-modal{overflow:hidden}
