.sgcsc-gift-card-section,
.sgcsc-store-credit-section {
    clear: both;
    display: block !important;
    width: 100%;
    box-sizing: border-box;
}
.sgcsc-gift-card-section h3,
.sgcsc-store-credit-section h3 {
    margin-top: 0 !important;
}
.sgcsc-hidden {
    display: none !important;
}
#sgcsc_apply_gift_card,
#sgcsc_remove_gift_card,
#sgcsc_remove_applied_card {
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
    line-height: inherit !important;
    padding: 0 !important;
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    background: none !important;
    box-shadow: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}
#sgcsc_apply_gift_card {
    color: #4CAF50 !important;
}
#sgcsc_apply_gift_card:hover {
    text-decoration: underline !important;
}
#sgcsc_remove_applied_card {
    color: #dc3232 !important;
}
#sgcsc_remove_applied_card:hover {
    text-decoration: underline !important;
}
.sgcsc-remove-gift-card-link {
    display: inline !important;
    cursor: pointer !important;
}
body.woocommerce-checkout.sgcsc-zero-total #payment,
body.woocommerce-checkout.sgcsc-zero-total .woocommerce-checkout-payment {
    display: none !important;
}
