.inviteo-rsvp,
.inviteo-rsvp * {
  box-sizing: border-box;
}

.inviteo-rsvp {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background: #ddd5c8;
  overflow: hidden;
}

.inviteo-rsvp::before,
.inviteo-rsvp::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 100px;
  background-image: var(--inviteo-band-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .32;
  pointer-events: none;
}

.inviteo-rsvp::before { top: 0; }
.inviteo-rsvp::after { bottom: 0; }

.inviteo-rsvp__inner {
  position: relative;
  z-index: 2;
  padding: 70px 36px 40px;
}

.inviteo-rsvp__basad {
  margin-bottom: 8px;
  text-align: center;
  font-family: 'Noto Serif Hebrew', 'Times New Roman', serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  color: #111;
}

.inviteo-rsvp__subtitle {
  margin-bottom: 4px;
  text-align: center;
  font-family: 'Allura', 'Brush Script MT', cursive;
  font-size: 74px;
  line-height: .95;
  color: #1f6787;
}

.inviteo-rsvp__title {
  margin: 0 0 18px;
  text-align: center;
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-size: 96px;
  line-height: .88;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
}

.inviteo-rsvp__description {
  max-width: 680px;
  margin: 0 auto 34px;
  text-align: center;
  color: #111;
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-size: 28px;
  line-height: 1.28;
}

.inviteo-rsvp__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}

.inviteo-rsvp__field {
  width: calc(50% - 9px);
}

.inviteo-rsvp__field--100 {
  width: 100%;
}

.inviteo-rsvp__field--dependent {
  width: 100%;
  margin-top: 10px;
}

.inviteo-rsvp__field-parent-slot {
  width: 100%;
  margin-top: 10px;
}

.inviteo-rsvp__field--dependent .inviteo-rsvp__field-label {
  margin-bottom: 8px;
  font-size: 23px;
}

.inviteo-rsvp__field-label {
  display: block;
  margin-bottom: 10px;
  color: #111;
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 600;
}

.inviteo-rsvp__required {
  color: #1f6787;
}

.inviteo-rsvp__control {
  width: 100%;
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid rgba(31,103,135,.55);
  border-radius: 12px;
  background: rgba(248, 244, 237, .96);
  color: #111;
  font-size: 18px;
  line-height: 1.3;
  outline: none;
  box-shadow: none;
}

.inviteo-rsvp__control:focus {
  border-color: #15536e;
  box-shadow: 0 0 0 2px rgba(31,103,135,.10);
}

.inviteo-rsvp__control--textarea {
  min-height: 132px;
  resize: vertical;
}

.inviteo-rsvp__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}

.inviteo-rsvp__choice {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 220px;
  max-width: 100%;
  min-height: 52px;
  padding: 11px 14px;
  border: 1px solid rgba(31,103,135,.55);
  border-radius: 12px;
  background: rgba(248, 244, 237, .96);
  cursor: pointer;
}

.inviteo-rsvp__choice input {
  margin: 0;
  flex: 0 0 auto;
}

.inviteo-rsvp__choice-text {
  color: #111;
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 600;
  white-space: normal;
}

.inviteo-rsvp__consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 22px;
}

.inviteo-rsvp__consent input {
  margin-top: 4px;
}

.inviteo-rsvp__consent-label {
  color: #111;
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 500;
}

.inviteo-rsvp__actions {
  margin-top: 24px;
  text-align: center;
}

.inviteo-rsvp__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 54px;
  padding: 13px 26px;
  border: 0;
  border-radius: 999px;
  background: #1f6787;
  color: #fff;
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-size: 27px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease;
  box-shadow: none;
}

.inviteo-rsvp__submit:hover {
  transform: translateY(-1px);
}

.inviteo-rsvp__submit[disabled] {
  opacity: .7;
  cursor: wait;
}

.inviteo-rsvp__message {
  min-height: 28px;
  margin-top: 16px;
  text-align: center;
  color: #111;
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-size: 24px;
  line-height: 1.2;
}

.inviteo-rsvp__message.is-success {
  color: #1d6a39;
}

.inviteo-rsvp__message.is-error {
  color: #8b1f1f;
}

.inviteo-rsvp__hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  pointer-events: none !important;
}

@media (max-width: 767px) {
  .inviteo-rsvp__inner {
    padding: 54px 18px 28px;
  }

  .inviteo-rsvp__title {
    font-size: 62px;
  }

  .inviteo-rsvp__subtitle {
    font-size: 54px;
  }

  .inviteo-rsvp__description,
  .inviteo-rsvp__field-label,
  .inviteo-rsvp__consent-label {
    font-size: 24px;
  }

  .inviteo-rsvp__field {
    width: 100%;
  }

  .inviteo-rsvp__choice {
    flex-basis: 100%;
  }
}
