.gf-coupon-wrapper {
    margin: -20px 0px -20px 0px !important;
}

.gf-coupon-toggle {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 0 !important;
    cursor: pointer !important;
    color: #585e6a !important;
    font-size: 14px !important;
}

.gf-coupon-title {
    font-weight: 600 !important;
}

.gf-coupon-content {
    display: none !important;
    padding-bottom: 15px !important;
}

.gf-coupon-content.active {
    display: block !important;
}

.gf-coupon-input {
    width: 100% !important;
}

.gf-coupon-icon {
    font-size: 24px !important;
    line-height: 1 !important;
}