.wc-euwb-button {
  display: inline-block;
  padding: 0.75rem 1rem;
  border: 1px solid currentColor;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}

.wc-euwb-form,
.wc-euwb-guest-lookup {
  margin-top: 1rem;
}

.wc-euwb-field {
  margin-bottom: 1rem;
}

.wc-euwb-field label {
  display: block;
  margin-bottom: 0.35rem;
}

.wc-euwb-field input[type="text"],
.wc-euwb-field input[type="email"],
.wc-euwb-field input[type="number"],
.wc-euwb-field textarea {
  width: 100%;
  max-width: 36rem;
}

.wc-euwb-item {
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) 5rem minmax(10rem, 1fr);
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.75rem;
}

.wc-euwb-error,
.wc-euwb-success {
  border-left: 4px solid currentColor;
  padding: 0.75rem 1rem;
}

.wc-euwb-retention-offer {
  margin-block-start: 1rem;
  padding: 1.25rem;
  border: 1px solid #cda957;
  background: #202b38;
  color: #fff;
}

.wc-euwb-retention-offer h3 {
  margin-top: 0;
  color: #f0c15d;
}

.wc-euwb-offer-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.wc-euwb-retention-offer .button {
  width: 100%;
  min-height: 3rem;
  margin: 0;
  padding: 0.7rem 0.9rem;
  border: 1px solid #cda957;
  border-radius: 2px;
  background: #29394a;
  color: #fff;
  text-align: center;
}

.wc-euwb-retention-offer .button:hover,
.wc-euwb-retention-offer .button:focus {
  border-color: #f0c15d;
  background: #cda957;
  color: #17212d;
}

.wc-euwb-discount-code {
  font-weight: 700;
}

.wc-euwb-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.wc-euwb-captcha {
  margin-bottom: 1rem;
}

@media (max-width: 600px) {
  .wc-euwb-item {
    grid-template-columns: 1fr;
  }

  .wc-euwb-offer-actions {
    grid-template-columns: 1fr;
  }
}
