.andx-recesso-wrap {
    max-width: 760px;
    margin: 24px 0;
}

.andx-recesso-form {
    margin-top: 20px;
}

.andx-recesso-form small {
    display: block;
    margin-top: 4px;
    opacity: 0.78;
}

.andx-recesso-form textarea,
.andx-recesso-form input[type="text"],
.andx-recesso-form input[type="email"] {
    width: 100%;
}

.andx-recesso-declaration,
.andx-recesso-privacy {
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.025);
}

.andx-recesso-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.andx-recesso-floating-button {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 99999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    max-width: min(320px, calc(100vw - 36px));
    padding: 12px 16px;
    border-radius: 999px;
    background: #111;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.andx-recesso-floating-button:focus,
.andx-recesso-floating-button:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.andx-recesso-order-action {
    margin-top: 18px;
}

.andx-recesso-orders-helper {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.andx-recesso-orders-helper ul {
    margin-left: 18px;
}

@media (max-width: 600px) {
    .andx-recesso-floating-button {
        right: 12px;
        bottom: 12px;
        left: 12px;
        max-width: none;
        border-radius: 10px;
    }
}
