.s-modal-messsage{display:none;width:90dvw;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:80dvh;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background-color:#fff;z-index:6}.s-modal-messsage.is-open{display:block}.s-modal-messsage__heading{padding:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background-color:#fac7e1}.s-modal-messsage__close{width:32px;height:32px}.s-modal-messsage__close svg path{stroke:#000 !important}.s-modal-messsage__wrapper{padding:12px 12px 24px}.s-modal-messsage__title{font-size:24px;text-align:center;font-weight:600}.s-modal-messsage__content ul{list-style:none;margin-left:0}