.halo-warning-popup{align-items:center;background-color:var(--bg-warning);bottom:0;display:flex;gap:25px;left:0;max-width:100%;min-height:60px;opacity:0;padding:10px 80px 10px 65px;position:fixed;top:auto;transform:translateY(100%);visibility:hidden;width:100%;z-index:200}.halo-warning-popup .halo-warning-content{color:var(--color-warning);font-size:calc(var(--font-body-size) + 1px)}body.has-warning .halo-warning-popup{opacity:1;pointer-events:all;transform:translateY(0);visibility:visible}body.has-warning .background-overlay{opacity:1;pointer-events:all;z-index:101}.halo-warning-popup .halo-warning-icon .icon{fill:var(--color-warning);height:25px;width:25px}.halo-warning-popup .halo-popup-close{align-items:center;background-color:rgba(0,0,0,.1);display:flex;height:100%;justify-content:center;right:0;top:50%;transform:translateY(-50%);width:60px}.halo-warning-popup .halo-popup-close:hover{background-color:rgba(0,0,0,.2)}.halo-warning-popup .halo-popup-close svg{fill:var(--color-warning);height:24px;stroke:transparent;width:24px}@media (max-width:1024px){.halo-warning-popup{min-height:62px}}@media (max-width:768px){.halo-warning-popup{padding:10px 80px 10px 20px}}