.style_wrapper__C0aXA {
    width: 100%;
    max-width: 280px;
    padding: 30px 20px 20px;
    position: fixed;
    bottom: 76px;
    left: 20px;
    z-index: 100;
    background-color: var(--c-white);
    border-radius: var(--border-radius);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    text-align: center
}

@media screen and (min-width: 1024px) {
    .style_wrapper__C0aXA {
        bottom:20px
    }
}

.style_wrapper__C0aXA>p {
    margin-bottom: 14px
}

.style_wrapper__C0aXA>a {
    margin-bottom: 18px;
    display: inline-block;
    color: var(--link-color);
    text-decoration: underline
}

.style_wrapper__C0aXA>a:hover {
    text-decoration: none
}

.style_wrapper__C0aXA>svg {
    margin: 0 auto 10px;
    display: block
}

.style_wrapper__C0aXA span {
    font-family: var(--heading-font);
    font-weight: 700
}

.style_wrapper__C0aXA button.style_button__cx2U_ {
    width: 100%
}

.style_wrapper__C0aXA button:last-child {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
    display: grid;
    align-items: center;
    border: none;
    background: none
}

.style_wrapper__C0aXA button:last-child svg {
    margin: auto
}
