.gam-flash-alert-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gam-flash-alert {
    position: relative;
    background-color: #f5f5f5;
    color: #989898;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 50px;
    max-width: 90%;
    box-sizing: border-box;
}

.gam-flash-alert__close {
    position: absolute;
    right: 25px;
    top: 10px;
    color: #989898;
    font-size: 28px;
    line-height: 1;
    transform: scale(1.3, 1);
    cursor: pointer;
}

.gam-flash-alert__content h2 {
    color: #f37822;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    font-size: 30px;
}

.gam-flash-alert__content p {
    color: #989898;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
