.woo-partpay-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    margin: 14px 10px 12px 0;
    padding: 9px 18px 9px 12px;
    border: 0;
    border-radius: 10px;
    background: #111827;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.15;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(17, 24, 39, .16);
    transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.woo-partpay-button:hover,
.woo-partpay-button:focus {
    background: #05070c;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(17, 24, 39, .22);
}

.woo-partpay-button-icons,
.woo-partpay-mini {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.woo-partpay-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.woo-partpay-button .woo-partpay-icon {
    width: 27px;
    height: 27px;
}

.woo-partpay-icon img {
    display: block;
    width: 82%;
    height: 82%;
    object-fit: contain;
}

.woo-partpay-icon-mono,
.woo-partpay-icon-privat {
    background: #fff;
}

.woo-partpay-mini {
    margin: 4px 0 2px;
    vertical-align: middle;
}

.woocommerce ul.products li.product .woo-partpay-mini {
    justify-content: center;
    width: 100%;
}

.woo-partpay-mini .woo-partpay-icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(17, 24, 39, .08);
}

.woo-partpay-mini .woo-partpay-icon img {
    width: 80%;
    height: 80%;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    max-height: 30px;
    width: auto;
    margin: 0 0 0 8px;
    vertical-align: middle;
}

.woocommerce-checkout #payment ul.payment_methods li.payment_method_partpay_monobank img,
.woocommerce-checkout #payment ul.payment_methods li.payment_method_partpay_privatbank img {
    display: inline-block;
    padding: 3px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(17, 24, 39, .08);
}

@media (max-width: 480px) {
    .woo-partpay-button {
        width: 100%;
        justify-content: center;
        margin-right: 0;
    }
}
