.a57-global-aba-button {
    position: fixed;
    right: 18px;
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 65;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    width: 220px;
    min-height: 72px;
    padding: 10px 14px;
    border: 3px solid #111111;
    border-radius: 6px;
    background: #c52a1d;
    color: #fff8ed;
    box-shadow: 6px 6px 0 #111111;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    text-decoration: none;
    transition: transform 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

.a57-global-aba-button:hover {
    background: #a92117;
    box-shadow: 4px 4px 0 #111111;
    color: #fff8ed;
    transform: translate(2px, 2px);
}

.a57-global-aba-button:focus-visible {
    outline: 4px solid #ffffff;
    outline-offset: 3px;
}

.a57-global-aba-plus {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 2px solid #111111;
    border-radius: 50%;
    background: #fff8ed;
    color: #111111;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.a57-global-aba-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
    text-align: left;
}

.a57-global-aba-copy strong,
.a57-global-aba-copy small {
    letter-spacing: 0;
    white-space: nowrap;
}

.a57-global-aba-copy strong {
    font-size: 18px;
    font-weight: 800;
}

.a57-global-aba-copy small {
    font-size: 12px;
    font-weight: 600;
    opacity: 0.92;
}

.a57-mesa-page .a57-global-aba-button {
    bottom: calc(88px + env(safe-area-inset-bottom));
}

@media (max-width: 640px) {
    .a57-global-aba-button {
        right: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        gap: 10px;
        width: 190px;
        min-height: 64px;
        padding: 8px 10px;
        box-shadow: 5px 5px 0 #111111;
    }

    .a57-global-aba-plus {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        font-size: 27px;
    }

    .a57-global-aba-copy strong {
        font-size: 16px;
    }

    .a57-global-aba-copy small {
        font-size: 11px;
    }

    .a57-mesa-page .a57-global-aba-button {
        bottom: calc(88px + env(safe-area-inset-bottom));
    }
}
