/* ==========================================================================
  RSVP Page
   ========================================================================== */
button {
  border-radius: 2em;
  border: 1px solid #bababa;
  padding: 0.5% 3%;
  margin: 0 1% 0 0;
}
#house {
  margin-top: 4em;
}

.reception h2 {
  font-size: 18px;
  text-transform: uppercase;
}

#result {
  padding: 3%;
  background: #ededed;
}

#result p {
  color: #9a3b16;
  font-size: 20px;
  padding: 2% 2em 1%;
}

#lookupForm {
  margin: 1em;
}

#rsvpOptions {
  margin: 0.1em auto 0.5em;
}
#rsvpOptions h2,
h2#formHeading {
  font-size: 22px;
  text-transform: uppercase;
  color: #252525;
  margin-top: 0.5em;
  text-align: left;
}

#rsvpMessage p {
  font-size: 18px;
  margin-top: 1em;
  color: #084078;
  font-weight: bold;
}

#updateForm,
#declineForm {
  margin: 1%;
}

#updateForm input,
#updateForm label,
#updateForm textarea,
#declineForm input,
#declineForm label,
#declineForm textarea {
  display: block;
  width: 94%;
  margin: 0 3%;
}

#updateForm button,
#updateForm label,
#declineForm button,
#declineForm label {
  margin-top: 1em;
}

#registry h5 {
  color: #ddb5a6;
  margin: 8% 0 -0.95em;
}

/* Style for the disabled button */
button.disabled {
  background-color: #d3d3d3; /* Gray color */
  color: #a9a9a9; /* Darker gray color for text */
  border: 1px solid #a9a9a9;
  cursor: not-allowed;
}
