.webaristo-popup {
    max-width: 260px;
    width: 100%;
    min-height: 90px;
    background: linear-gradient(0deg, #536976, #292E49);
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 0 15px 15px;
    box-shadow: 0 0 7px #cfcfcf;
    padding: 15px 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media screen and (max-height:705px) {
    .webaristo-popup {
        transform: scale(0.9);
        transform-origin: bottom right;
    }
}

.webaristo-popup--container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 995;
    font-family: sans-serif;
}

.hidden {
    display: none;
}

.webaristo-popup--close {
    position: absolute;
    top: -29px;
    right: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    width: 1.26em;
    height: 1.26em;
    color: #000;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #505050;
    line-height: 22px;
}

.webaristo-popup--close::before {
    color: #a5aaaf;
    content: "\00d7";
}

.webaristo-popup--btn {
    text-decoration: none;
    background: linear-gradient(90deg, #E64071FF, #EC671BFF);
    font-size: 20px;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    display: block;
}

.webaristo-popup--btn:hover, .webaristo-popup--btn:focus {
    background: #4B1347FF;
    color: #fff;
    text-decoration: none;
}

.webaristo-popup--text {
    color: #fff;
    text-align: center;
}

.webaristo-popup--text * {
    margin: 0;
    color: #fff;
    text-align: center;
}