.expo-rsvp {
  max-width: 480px;
}

.expo-rsvp__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.expo-rsvp__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.expo-rsvp__field label {
  font-weight: 600;
  font-size: 14px;
}

.expo-rsvp__field input {
  padding: 10px 14px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-size: 15px;
}

.expo-rsvp__field input:focus {
  outline: none;
  border-color: #2f6396;
}

.expo-rsvp__field.has-error input,
.expo-rsvp__consent.has-error {
  border-color: #cc2b2b;
}

.expo-rsvp__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}

.expo-rsvp__consent input {
  margin-top: 3px;
}

.expo-rsvp__error {
  color: #cc2b2b;
  font-size: 13px;
}

.expo-rsvp__error[hidden] {
  display: none;
}

.expo-rsvp__message {
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 14px;
}

.expo-rsvp__message[hidden] {
  display: none;
}

.expo-rsvp__message.is-success {
  background: #e5f6ea;
  color: #1f6b3a;
}

.expo-rsvp__message.is-error {
  background: #fdeaea;
  color: #9f1d1d;
}

.expo-rsvp__message.is-loading {
  background: #eef1f5;
  color: #30475f;
}

.expo-rsvp__actions {
  margin-top: 4px;
}

.expo-rsvp__submit {
  padding: 12px 28px;
  background: #2f6396;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}
.expo-rsvp__submit:hover {
  background: #204468;
}

.expo-rsvp__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.expo-rsvp__full {
  padding: 16px 18px;
  background: #eef1f5;
  border-radius: 6px;
  font-size: 15px;
}

.g-recaptcha {
  margin: 4px 0;
}
