.js-yandex-pay-checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin-top: 8px;
    padding: 0 16px;
    border: 0;
    border-radius: 8px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

.js-yandex-pay-checkout:hover,
.js-yandex-pay-checkout:focus {
    color: #fff;
    text-decoration: none;
    filter: brightness(1.08);
}

.js-yandex-pay-checkout.is-loading {
    opacity: 0.7;
    pointer-events: none;
}

.basket-checkout-block .js-yandex-pay-checkout {
    margin-top: 0;
    min-height: 52px;
}
