body.has-fluid-checkout #coupons_list .sc-accordion-header {
  width: 100%;
}

div.woocommerce #coupons_list {
  height: auto !important;
  clear: both;
}

.woocommerce-notices-wrapper:empty {
  display: none;
}

div.woocommerce .fc-checkout-notices + .woocommerce-message,
div.woocommerce .fc-checkout-notices + .woocommerce-error,
div.woocommerce .fc-checkout-notices + .woocommerce-info {
  display: inline-block;
  width: 100%;
}
@media (min-width: 1000px) {
  div.woocommerce .fc-checkout-notices + .woocommerce-message,
  div.woocommerce .fc-checkout-notices + .woocommerce-error,
  div.woocommerce .fc-checkout-notices + .woocommerce-info {
    width: calc(62.5% - var(--fluidcheckout--columns--gap, 50px));
  }
}

@media (min-width: 1000px) {
  body.has-fc-design-template--split:not(.has-checkout-must-login-notice) div.woocommerce > #coupons_list,
  body.has-fc-design-template--split:not(.has-checkout-must-login-notice) div.woocommerce .fc-wrapper > #coupons_list {
    float: left;
    width: calc(62.5% - var(--fluidcheckout--columns--gap, 50px));
  }
}