.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    width: 100%;
    padding: 50px;
    max-width: 1600px !important;
}

form#pwgc-redeem-gift-card-form label {
    font-weight: 500;
    margin-bottom: 10px;
}

input#pwgc-redeem-gift-card-number {
    margin-bottom: 10px;
}

button.pwgc-apply-gift-card-button.wc-block-components-button {
    background: black !important;
    border-radius: 20px 0px;
    padding: 10px;
    border: none;
    color: white;
}

button.wc-block-cart-item__remove-link {

padding: 0px !important;

}


button.pwgc-remove-gift-card {
    background-color: #f4dc9a;
    border: 1px solid #6e8863;
    border-radius: 3px;
    color: #6e8863;
    display: inline;
    margin-left: 2px;
}


button.pwgc-remove-gift-card:hover {
    background-color: #f4dc9a;
    border: 1px solid #6e8863;
    border-radius: 3px;
    color: #6e8863;

}