.eqcf7-pay-buttons {
  --eqcf7-pay-primary: var(--eqev-primary, #d11d06);
  --eqcf7-pay-secondary: var(--eqev-secondary, #3b0803);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin: 10px 0 0;
}

.eqcf7-pay-primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 0;
  border: 0;
  background: transparent;
}

.eqcf7-bundle-offer {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.eqcf7-pay-buttons .eqcf7-pay--bundle {
  background: var(--eqcf7-pay-primary) !important;
  border-color: var(--eqcf7-pay-primary) !important;
}

.eqcf7-bundle-note {
  text-align: center;
}

.eqcf7-bundle-separator {
  margin-top: 9px;
}

.eqcf7-current-rate {
  display: block;
  margin: 0;
  text-align: center;
  font-size: .72em;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--eqcf7-pay-primary) !important;
  opacity: 1;
}

.eqcf7-rate-lines {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin: 0 0 2px;
  text-align: center;
}

.eqcf7-release-history__item {
  display: block;
  color: var(--eqcf7-pay-primary) !important;
  font-size: .58em;
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: .035em;
  text-transform: uppercase;
  opacity: .58;
}

.eqcf7-release-history__item del {
  text-decoration-line: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
}

.eqcf7-pay-buttons .eqcf7-pay {
  width: 100% !important;
  margin: 0 !important;
  line-height: 1.25 !important;
}

.eqcf7-pay-buttons .eqcf7-pay.is-processing {
  opacity: .65;
  cursor: wait;
}

.eqcf7-pay-buttons .eqcf7-benefits {
  order: initial;
  margin: 0 !important;
  margin-top: 1px !important;
}

.eqcf7-pay-buttons .eqcf7-note {
  display: block;
  max-width: 38em;
  margin: 0 !important;
  margin-top: 5px !important;
  font-size: 9px !important;
  line-height: 1.35;
}

.wpcf7-form .eqcf7-booking-note {
  display: block;
  width: 100%;
  max-width: 38em;
  margin: 5px auto 0 !important;
  padding: 0;
  color: var(--eqev-copy, var(--eqcf7-pay-secondary, #3b0803));
  font-size: 9px !important;
  line-height: 1.35;
  text-align: center;
}

.eqcf7-choice-separator {
  --eqcf7-separator-secondary: var(--eqcf7-pay-secondary, var(--eqev-secondary, #3b0803));
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 11px 0 9px;
  color: color-mix(in srgb, var(--eqcf7-separator-secondary) 62%, transparent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.eqcf7-choice-separator::before,
.eqcf7-choice-separator::after {
  content: "";
  height: 1px;
  flex: 1;
  background: color-mix(in srgb, var(--eqcf7-separator-secondary) 16%, transparent);
}

.wpcf7-form .eqcf7-booking-submit {
  width: 100% !important;
}

.eqcf7-checkout-response {
  display: grid;
  gap: 3px;
  text-align: center;
}

.eqcf7-checkout-response strong,
.eqcf7-checkout-response span {
  display: block;
}

@media (max-width: 520px) {
  .eqcf7-pay-buttons {
    margin-top: 8px;
  }

  .eqcf7-pay-buttons .eqcf7-note {
    font-size: 9px !important;
  }

  .eqcf7-choice-separator {
    margin-top: 9px;
  }
}

@supports not (color: color-mix(in srgb, #000 50%, #fff)) {
  .eqcf7-choice-separator { color: #666; }
  .eqcf7-choice-separator::before,
  .eqcf7-choice-separator::after { background: #ddd; }
}
