.woocommerce-form-coupon-toggle .message-container {
    padding-left: 0!important;
    text-decoration: underline;
    text-decoration-color: rgba(0,0,0,0.1);
}

#coupons_list .sc-accordion-header {
    border-radius: 0;
    border: none;
    background: rgba(0,0,0,0.05);
    line-height: 1;
}

#sc-cc div#all_coupon_container {
    padding: 0.5rem;
}

.sc-no-coupon {
    height: auto!important;
    font-size: 0;
    padding: 10px;
    justify-content: start!important;
}

.sc-no-coupon:before {
    content: "Coupons used";
    font-size: 16px;
}

body .fc-contact-fields__wrapper {
    display: flex;
    gap: 20px;
}

body .fc-contact-fields__wrapper > p {
    width: 100%;
}

body .fc-contact-login__content {
    padding: 0;
    text-align: left;
    background: none;
    margin-bottom: 0;
}
body .fc-contact-login__cta-text {
    text-align: left;
}

body .fc-contact-login__separator {
    display: none;
}