.voucherly_icons {
    margin-top: .5rem;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.voucherly_icons > img, .voucherly_icon {
    float: none !important;
    display: inline;
    vertical-align: middle;    
    max-height: 30px !important;
    max-width: 68px;
    object-fit: contain;
    border-radius: .25rem !important;
    border: 1px solid #e9ebec !important;
    margin: 0 !important;
}

.voucherly_icons > img {
    background: white !important;
    padding: 0.25rem !important;
}

.payment_method_voucherly .wc-saved-payment-methods img {
    margin-right: .5rem !important;
}

/* a.about_voucherly {
    font-size: .8em;
}