/**handles:msm-offers-activation-style**/
.offers-activation-widget{display:flex;flex-direction:column;gap:24px}#delete-offers-modal,#toggle-offers-modal{position:absolute;top:-11px;bottom:0;right:0;height:calc(100% + 11px);width:100%;background:rgba(0,0,0,.5);justify-content:center;align-items:center;display:none;gap:8px}#delete-offers-modal p,#toggle-offers-modal p{color:#fff}.delete-offers-modal-buttons,.toggle-offers-modal-buttons{display:flex;gap:8px}#delete-offers-modal.active,#toggle-offers-modal.active{display:flex}