.fc-wrapper .fc-expansible-form-section__content--coupon_code .collapsible-content__inner {
  position: relative;
}

.fc-wrapper .fc-expansible-form-section__content--coupon_code #coupon_code_field.form-row {
  float: none;
  margin: 0;
  padding: 0;
}

.fc-wrapper .fc-expansible-form-section__content--coupon_code input#coupon_code {
  margin: 0;
  width: 100%;
  height: 55px;
}

.fc-wrapper .fc-expansible-form-section__content--coupon_code input#coupon_code:focus {
  position: relative;
  z-index: 10;
}

.fc-wrapper .fc-expansible-form-section__content--coupon_code .fc-coupon-code__apply {
  z-index: 11;
  position: absolute;
  top: 5px;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  left: auto;
  right: 5px;
  height: 45px;
  width: auto;
}
.fc-wrapper .fc-expansible-form-section__content--coupon_code .fc-coupon-code__apply:focus {
  outline: solid 2px #535156;
  outline-offset: 2px;
}

.fc-wrapper .fc-step__substep-text-content--coupon-codes:not(:empty) {
  margin-bottom: 20px;
}

.fc-wrapper .fc-coupon-codes__coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px 5px;
  padding: 5px 10px;
  border: dashed 1px #d8d8d8;
  border-radius: 5px;
}

.fc-wrapper .fc-coupon-codes__coupon-amount {
  flex-wrap: wrap;
  flex-shrink: 0;
}

.fc-wrapper .fc-coupon-codes__coupon-amount .woocommerce-remove-coupon {
  margin-left: 10px;
  font-size: 15px;
  font-weight: normal;
  line-height: inherit;
  text-decoration: underline;
  color: inherit;
  background-color: transparent;
}
.fc-wrapper .fc-coupon-codes__coupon-amount .woocommerce-remove-coupon:focus {
  outline: dotted 1px #535156;
  outline-offset: 1px;
}