.ipsAlert {
    background: var(--i-box--ba-co);
    color: var(--i-color_soft);
    padding: 1.5em;
    width: 480px;
    position: fixed;
    top: 100px;
    border-radius: var(--i-box--bo-ra);
    box-shadow: hsl(0 0% 0% / 40%) 0px 5px 55px 0px,
        hsl(0 0% 0% / 70%) 0px 7px 24px -12px;
    left: 50%;
    margin-left: -240px;
    text-align: center;
}
.ipsAlert__icon {
    font-size: 3em;
    margin-bottom: 0.3em;
    color: var(--i-color_soft);
    opacity: 0.6;
}
.ipsAlert__title {
    display: block;
    color: var(--i-color_hard);
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 0.6em;
}
.ipsAlert .ipsButtons {
    margin-top: 2em;
}
.ipsAlert .ipsButtons .ipsButton {
    flex: 1 1 40%;
}