/* Cart tweaks - loaded after the page's inline styles, higher specificity to override */

/* Tamara payment method: the logo already has its own gradient pill,
   so the container stays transparent and just sizes the image. */
.payment-methods .payment-method-option .pm-icon.tamara {
    background: transparent;
    width: auto;
    min-width: 0;
    padding: 0;
    overflow: hidden;
}

.payment-methods .payment-method-option .pm-icon.tamara img {
    display: block;
    height: 30px;
    width: auto;
    max-width: 96px;
    border-radius: 7px;
    object-fit: contain;
}
