.FooterPromoHandler {
    max-width: 62%;
    border-radius: 20px 20px 0 0;
    background: #EFD990 !important;
    padding: 0;
}

.FooterPromoHandler button.btn-close, .FooterUnlockVIPHandler button.btn-close {
    margin: 5px;
    width: 15px;
    height: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #988a54;
    color: #fff;
    border: 0;
    padding: 0;
}

.FooterPromoHandler button.btn-close i, .FooterUnlockVIPHandler button.btn-close i {
    font-size: 12px;
}

.FooterUnlockVIPHandler {
    width: 90%;
    border-radius: 20px 20px 0 0;
    background: #FFFFFF !important;
    box-shadow: 0 0 0 1px #eae9e9;
    padding: 5px 10px;
    color: var(--theme-color-blue-default);
}

.FooterUnlockVIPHandler img {
    height: 22px;
    width: auto;
}