

/* ---- inline detail/travel list lines (Details, Travel copy) ---- */
.wed-detail-list p { margin: 0 0 10px; }
.wed-detail-list p:last-child { margin-bottom: 0; }
.wed-detail-note { margin-top: 14px !important; }

/* ---- map-link text buttons (reused inside RichTextContent + Details) ---- */
.wed-map-links {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 14px;
}
.wed-map-links a {
  font-family: "Brandon Grotesque Medium";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #233E26;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}
.wed-map-links a:hover,
.wed-map-links a:focus {
  color: #88AA8C;
}

/* ---- RSVP form ---- */
.wed-form { margin-top: 1rem; text-align: left; }
.wed-field { margin-bottom: 1rem; }
.wed-field > label {
  display: block;
  font-family: "Brandon Grotesque Medium";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #233E26;
  margin-bottom: 6px;
}
.wed-input,
.wed-select,
.wed-textarea {
  box-sizing: border-box;
  width: 100%;
  height: 2.5rem;
  border: 0.0625rem solid #CCCCCC;
  border-radius: 0;
  background: #fff;
  color: #333333;
  font-family: "Brandon Grotesque Medium";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375;
  padding: 0 0.75rem;
  transition: border-color 250ms ease-in-out;
}
.wed-textarea { height: auto; min-height: 88px; padding-top: 10px; resize: vertical; }
.wed-input:focus,
.wed-select:focus,
.wed-textarea:focus { outline: 0; border-color: #333333; }
.wed-select { appearance: auto; cursor: pointer; }

.wed-radios { display: flex; gap: 20px; flex-wrap: wrap; }
.wed-radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Brandon Grotesque Medium";
  font-weight: 400;
  font-size: 16px;
  color: #233E26;
  cursor: pointer;
}
.wed-radio input { accent-color: #233E26; width: 16px; height: 16px; }

.wed-row { display: grid; gap: 1rem; }
@media (min-width: 37.5rem) {
  .wed-row { grid-template-columns: 1fr 1fr; }
}

.wed-honey { position: absolute; left: -9999px; height: 0; overflow: hidden; }

.wed-submit-wrap { margin-top: 0.5rem; width: 260px; max-width: 100%; margin-left: auto; margin-right: auto; }
.wed-submit-wrap button { border: none; cursor: pointer; }
.wed-submit-wrap button:disabled { opacity: 0.7; cursor: wait; }

.wed-status {
  margin-top: 12px;
  text-align: center;
  font-family: "Brandon Grotesque Medium";
  font-size: 14px;
  min-height: 1em;
}
.wed-status.is-error { color: #BE1830; }
.wed-status.is-success { color: #233E26; }

.wed-thanks { display: none; text-align: center; }
.wed-thanks.is-visible { display: block; }
.wed-thanks h3 {
  font-family: "MaisonVoyages CapsBold";
  color: #BE1830;
  margin: 0 0 8px;
  font-size: 24px;
}
.wed-thanks p { margin: 0; color: #233E26; }

.wed-fallback {
  text-align: center;
  margin-top: 20px;
  font-family: "Brandon Grotesque Medium";
  font-size: 16px;
}
.wed-fallback a { color: #88AA8C; }
.wed-fallback a:hover, .wed-fallback a:focus { color: #9AB79D; }

.wed-note {
  text-align: center;
  margin-top: 8px;
  font-family: "Brandon Grotesque Medium";
  font-size: 14px;
  color: #233E26;
  opacity: 0.85;
}

.wed-rsvp-intro { text-align: center; }

.wed-schedule-footer { margin-top: 2rem; }
.wed-schedule-footer p {
  font-family: "Brandon Grotesque Medium";
  font-size: 16px;
  color: #233E26;
  margin: 0;
}

