/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .woocommerce-checkout #payment ul.payment_methods li {
    position: relative;
}

.payment-method-discount-wrapper {
    width: 100%;
    margin-top: 10px;
    clear: both;
}

.payment-method-discount {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background-color: #6cbc4a;
    border-radius: 5px;
    font-size: 0.9em;
    color: white;
    margin-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
}

.discount-box {
    display: contents;
}

.discount-icon {
    width: 20px; 
    height: auto;
    margin-right: 10px;
}
