/* Scope every rule to this plugin; keep theme and payment controls untouched. */
form.cart:has(> .pebn-buy-now-wrap),
form.cart .variations_button:has(> .pebn-buy-now-wrap) {
    flex-wrap: wrap;
}
form.cart .pebn-buy-now-wrap {
    display: flow-root;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 100%;
    grid-column: 1 / -1;
    margin: 12px 0 0;
}
form.cart .pebn-buy-now-wrap > button.pebn-buy-now {
    display: block;
    float: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 14px 24px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
    cursor: pointer;
}
form.cart .pebn-buy-now:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}
form.cart .pebn-buy-now[disabled] {
    opacity: 0.65;
    cursor: wait;
}
form.cart .pebn-buy-now-message {
    margin: 8px 0 0;
    padding: 0;
    font: inherit;
    font-size: 14px;
    line-height: 1.5;
}
form.cart .pebn-buy-now-message[hidden] {
    display: none !important;
}
