:root {
  --forest-950: #09271d;
  --forest-900: #0f3024;
  --forest-800: #143a2b;
  --forest-700: #20513c;
  --forest-100: #edf5ef;
  --cream-50: #fffdf8;
  --cream-100: #faf6ec;
  --cream-200: #f1e9d8;
  --gold-500: #c99a4f;
  --gold-300: #e7c98f;
  --ink: #24312a;
  --muted: #69756e;
  --line: #dfd8c9;
  --white: #fff;
  --danger: #9d2d2d;
  --success: #1f7046;
  --shadow: 0 30px 90px rgba(25, 44, 34, 0.14);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream-100);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea {
  font: inherit;
}

button,
a,
label {
  -webkit-tap-highlight-color: transparent;
}

button,
a {
  transition: transform 160ms ease, background-color 160ms ease,
    border-color 160ms ease, box-shadow 160ms ease;
}

.hero {
  position: relative;
  min-height: 1080px;
  overflow: hidden;
  display: grid;
  place-items: start center;
  padding: 64px 24px 145px;
  background:
    radial-gradient(circle at 50% -5%, rgba(255, 255, 255, 0.1), transparent 31%),
    linear-gradient(145deg, var(--forest-950), var(--forest-800) 56%, #1e4c39);
  color: var(--white);
  text-align: center;
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.08));
}

.hero-rings,
.hero-rings::before,
.hero-rings::after {
  position: absolute;
  left: 50%;
  border: 1px solid rgba(231, 201, 143, 0.2);
  border-radius: 50%;
  transform: translateX(-50%);
}

.hero-rings {
  width: 820px;
  height: 820px;
  top: -590px;
}

.hero-rings::before,
.hero-rings::after {
  content: "";
  top: 48px;
}

.hero-rings::before {
  width: 700px;
  height: 700px;
}

.hero-rings::after {
  width: 570px;
  height: 570px;
  top: 110px;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--gold-300);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

h1,
h2,
h3,
.couple-line,
.portrait-card figcaption,
footer p {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

h1 {
  max-width: 900px;
  margin: 14px auto 0;
  font-size: clamp(1.9rem, 4.2vw, 3.25rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.couple-line {
  margin: 12px 0 0;
  color: var(--gold-300);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-style: italic;
}

.event-date {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.photo-showcase {
  position: relative;
  width: min(610px, 100%);
  min-height: 420px;
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: 1fr 88px 1fr;
  align-items: center;
  gap: 4px;
}

.portrait-card {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 10px 10px 18px;
  border: 1px solid rgba(231, 201, 143, 0.34);
  border-radius: 160px 160px 20px 20px;
  background: rgba(255, 253, 248, 0.08);
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
}

.bride-card {
  transform: rotate(-3deg) translateY(8px);
}

.groom-card {
  transform: rotate(3deg) translateY(8px);
}

.portrait-window {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 145px 145px 12px 12px;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(150deg, #376b53, #153d2d);
}

.portrait-window::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 -60px 80px rgba(8, 32, 23, 0.18);
}

.portrait-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.photo-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.56);
}

.photo-placeholder span {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.8rem;
  font-style: italic;
  line-height: 1;
}

.photo-placeholder small {
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portrait-card figcaption {
  padding-top: 10px;
  color: #fff8e9;
  font-size: 1.15rem;
  font-style: italic;
}

.couple-seal {
  position: relative;
  z-index: 3;
  width: 94px;
  height: 94px;
  margin-inline: -3px;
  display: grid;
  place-content: center;
  border: 1px solid rgba(231, 201, 143, 0.62);
  border-radius: 50%;
  background: var(--forest-900);
  color: var(--gold-300);
  box-shadow: 0 0 0 8px rgba(231, 201, 143, 0.06),
    0 16px 35px rgba(0, 0, 0, 0.25);
}

.couple-seal span,
.couple-seal small {
  display: block;
}

.couple-seal span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  font-style: italic;
  line-height: 1;
}

.couple-seal small {
  margin-top: 5px;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-intro {
  max-width: 600px;
  margin: 34px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.98rem;
  line-height: 1.75;
}

.deadline-banner {
  width: min(500px, 100%);
  margin: 25px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 15px 20px;
  border: 1px solid rgba(231, 201, 143, 0.32);
  border-radius: 16px;
  background: rgba(6, 29, 21, 0.38);
  backdrop-filter: blur(10px);
  text-align: left;
}

.deadline-symbol {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold-500);
  color: var(--forest-950);
  font-size: 0.64rem;
}

.deadline-banner strong,
.deadline-banner small {
  display: block;
}

.deadline-banner strong {
  margin-bottom: 3px;
  font-size: 0.87rem;
}

.deadline-banner small {
  color: rgba(255, 255, 255, 0.69);
  font-size: 0.76rem;
}

.deadline-banner b {
  color: #fff4d8;
}

.botanical {
  position: absolute;
  z-index: 1;
  width: 240px;
  height: 410px;
  bottom: 45px;
  opacity: 0.5;
}

.botanical-left {
  left: -22px;
  transform: rotate(-16deg);
}

.botanical-right {
  right: -22px;
  transform: scaleX(-1) rotate(-16deg);
}

.botanical::before {
  content: "";
  position: absolute;
  left: 105px;
  bottom: 0;
  width: 2px;
  height: 410px;
  border-radius: 2px;
  background: linear-gradient(to top, transparent, rgba(231, 201, 143, 0.6));
  transform: rotate(15deg);
}

.botanical i {
  position: absolute;
  width: 90px;
  height: 38px;
  border: 1px solid rgba(231, 201, 143, 0.5);
  border-radius: 100% 0 100% 0;
  background: rgba(57, 104, 79, 0.45);
}

.botanical i:nth-child(1) {
  left: 58px;
  bottom: 70px;
  transform: rotate(31deg);
}

.botanical i:nth-child(2) {
  left: 110px;
  bottom: 180px;
  transform: scaleX(-1) rotate(25deg);
}

.botanical i:nth-child(3) {
  left: 45px;
  bottom: 295px;
  transform: rotate(34deg);
}

.pledge-card {
  position: relative;
  z-index: 5;
  width: min(950px, calc(100% - 32px));
  margin: -95px auto 70px;
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid rgba(201, 154, 79, 0.24);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.985);
  box-shadow: var(--shadow);
}

.pledge-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border: 1px solid rgba(201, 154, 79, 0.15);
  border-radius: 20px;
}

.card-heading,
.event-actions,
#pledge-form,
.success-card {
  position: relative;
  z-index: 1;
}

.card-heading {
  display: grid;
  grid-template-columns: 1fr minmax(250px, 0.72fr);
  align-items: end;
  gap: 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.card-heading .section-kicker,
.success-card .section-kicker,
.dialog-header .section-kicker {
  color: var(--gold-500);
}

.card-heading h2,
.dialog-header h2 {
  margin: 6px 0 0;
  color: var(--forest-950);
  font-size: clamp(2.15rem, 5vw, 3.45rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.card-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.event-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 28px 0 30px;
}

.action-button {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--cream-50);
  color: var(--forest-950);
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}

.action-button:hover {
  transform: translateY(-2px);
  border-color: #bca77f;
  box-shadow: 0 12px 28px rgba(31, 53, 42, 0.09);
}

.action-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #f2e7d1;
  color: #8b642c;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.whatsapp-button {
  border-color: #bfd9c9;
  background: #f2faf5;
}

.whatsapp-icon {
  border-radius: 50%;
  background: #24a55a;
  color: white;
  font-size: 1.5rem;
}

.action-button strong,
.action-button small {
  display: block;
}

.action-button strong {
  font-size: 0.88rem;
}

.action-button small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.72rem;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend,
.form-grid label > span,
.amount-block label > span {
  display: block;
  margin-bottom: 9px;
  color: var(--forest-950);
  font-size: 0.84rem;
  font-weight: 760;
}

legend {
  margin-bottom: 12px;
}

label b,
legend b {
  color: var(--gold-500);
}

label em {
  color: #89938d;
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 500;
}

.pledge-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.type-card {
  position: relative;
  min-height: 104px;
  padding: 19px 18px 16px 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fdfcf8;
  cursor: pointer;
}

.type-card:hover {
  transform: translateY(-1px);
  border-color: #b7aa8e;
}

.type-card.selected {
  border-color: var(--forest-700);
  background: var(--forest-100);
  box-shadow: inset 0 0 0 1px var(--forest-700);
}

.type-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.type-radio {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #a7afa9;
  border-radius: 50%;
  background: white;
}

.selected .type-radio {
  border: 5px solid var(--forest-800);
}

.type-card strong,
.type-card small {
  display: block;
}

.type-card strong {
  color: var(--forest-950);
  font-size: 0.9rem;
}

.type-card small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.35;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 28px;
}

.full-width {
  grid-column: 1 / -1;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 11px;
  outline: none;
  background: white;
  color: var(--ink);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

input {
  height: 50px;
  padding: 0 15px;
}

textarea {
  min-height: 105px;
  padding: 14px 15px;
  resize: vertical;
  line-height: 1.5;
}

input::placeholder,
textarea::placeholder {
  color: #a1a8a4;
}

input:focus,
textarea:focus {
  border-color: var(--forest-700);
  box-shadow: 0 0 0 4px rgba(32, 81, 60, 0.1);
}

.amount-block {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 16px;
}

.amount-input {
  position: relative;
}

.amount-input > span {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: var(--forest-700);
  font-size: 0.75rem;
  font-weight: 850;
}

.amount-input input {
  padding-left: 58px;
}

.quick-amounts {
  display: flex;
  gap: 7px;
  padding-bottom: 1px;
}

.quick-amounts button {
  height: 49px;
  min-width: 54px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream-100);
  color: var(--forest-800);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 780;
}

.quick-amounts button:hover,
.quick-amounts button:focus-visible {
  border-color: var(--gold-500);
  background: #fff9eb;
}

.date-field small {
  display: block;
  margin-top: 8px;
  color: #9b6f2e;
  font-size: 0.74rem;
  font-weight: 650;
}

.consent-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 11px;
  align-items: start;
  margin-top: 24px;
  padding: 16px 17px;
  border-radius: 11px;
  background: #f6f3ea;
  color: #58615c;
  cursor: pointer;
  font-size: 0.79rem;
  line-height: 1.55;
}

.consent-row input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--forest-800);
}

.honeypot {
  position: fixed !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.form-message {
  margin-top: 18px;
  padding: 13px 15px;
  border-radius: 10px;
  font-size: 0.82rem;
  line-height: 1.45;
}

.form-message.error {
  border: 1px solid #e6b5b5;
  background: #fff3f3;
  color: var(--danger);
}

.submit-button {
  width: 100%;
  min-height: 58px;
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 12px;
  background: var(--forest-800);
  color: white;
  box-shadow: 0 12px 30px rgba(20, 58, 43, 0.18);
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 760;
  letter-spacing: 0.015em;
}

.submit-button:hover:not(:disabled) {
  transform: translateY(-1px);
  background: var(--forest-950);
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.privacy-note {
  margin: 12px 0 0;
  color: #919993;
  text-align: center;
  font-size: 0.7rem;
}

.success-card {
  padding: 46px 0 10px;
  text-align: center;
}

.success-check {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  border: 1px solid #9ab8a7;
  border-radius: 50%;
  background: var(--forest-100);
  color: var(--forest-800);
  font-size: 1.8rem;
}

.success-card h3 {
  margin: 8px 0 0;
  color: var(--forest-950);
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: -0.035em;
}

.success-card > p:not(.section-kicker) {
  margin: 12px auto 28px;
  color: var(--muted);
}

.success-card dl {
  width: min(630px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--cream-100);
}

.success-card dl div {
  padding: 18px 13px;
  border-right: 1px solid var(--line);
}

.success-card dl div:last-child {
  border-right: 0;
}

.success-card dt {
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.success-card dd {
  margin: 6px 0 0;
  color: var(--forest-950);
  font-size: 0.85rem;
  font-weight: 780;
  overflow-wrap: anywhere;
}

.success-actions {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.success-actions button {
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--forest-800);
  border-radius: 10px;
  background: var(--forest-800);
  color: white;
  cursor: pointer;
  font-weight: 720;
}

.success-actions .link-button {
  min-height: auto;
  padding: 8px 2px;
  border: 0;
  border-bottom: 1px solid var(--gold-500);
  border-radius: 0;
  background: transparent;
  color: var(--forest-800);
}

footer {
  padding: 0 20px 58px;
  color: var(--forest-800);
  text-align: center;
}

footer > span {
  color: var(--gold-500);
}

footer p {
  margin: 8px 0 4px;
  font-size: 1.3rem;
  font-style: italic;
}

footer small {
  color: var(--muted);
  font-size: 0.67rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

footer small a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(19, 58, 43, 0.28);
}

footer small a:hover {
  color: var(--forest-950);
  border-bottom-color: var(--gold-500);
}

.budget-dialog {
  width: min(1020px, calc(100% - 30px));
  height: min(850px, calc(100vh - 30px));
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(201, 154, 79, 0.32);
  border-radius: 20px;
  background: white;
  color: var(--ink);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.28);
}

.budget-dialog::backdrop {
  background: rgba(6, 27, 20, 0.75);
  backdrop-filter: blur(5px);
}

.dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
}

.dialog-header h2 {
  font-size: 2rem;
}

.dialog-close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--cream-100);
  color: var(--forest-950);
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
}

.pdf-frame-wrap {
  position: relative;
  height: calc(100% - 158px);
  background: #e7e8e6;
}

.pdf-frame-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.pdf-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  padding: 30px;
  text-align: center;
}

.dialog-actions {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 15px 28px;
  border-top: 1px solid var(--line);
}

.dialog-actions a,
.dialog-actions button {
  min-height: 44px;
  display: inline-grid;
  place-items: center;
  padding: 0 18px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 740;
  text-decoration: none;
}

.dialog-actions a {
  border: 1px solid var(--forest-800);
  background: var(--forest-800);
  color: white;
}

.dialog-actions button {
  border: 1px solid var(--line);
  background: white;
  color: var(--forest-800);
}

.toast {
  position: fixed;
  z-index: 50;
  right: 22px;
  bottom: 22px;
  max-width: min(390px, calc(100% - 44px));
  padding: 14px 17px;
  border: 1px solid rgba(231, 201, 143, 0.32);
  border-radius: 12px;
  background: var(--forest-950);
  color: white;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  font-size: 0.8rem;
  line-height: 1.5;
}

button:focus-visible,
a:focus-visible,
.type-card:has(input:focus-visible) {
  outline: 3px solid rgba(201, 154, 79, 0.5);
  outline-offset: 3px;
}

@media (max-width: 780px) {
  .hero {
    min-height: 980px;
    padding: 52px 18px 130px;
  }

  .photo-showcase {
    min-height: 350px;
    grid-template-columns: 1fr 62px 1fr;
  }

  .couple-seal {
    width: 70px;
    height: 70px;
  }

  .couple-seal span {
    font-size: 1.7rem;
  }

  .couple-seal small {
    display: none;
  }

  .botanical {
    opacity: 0.28;
  }

  .pledge-card {
    width: min(100% - 20px, 950px);
    margin-top: -78px;
    padding: 31px 24px;
    border-radius: 22px;
  }

  .pledge-card::before {
    display: none;
  }

  .card-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .event-actions,
  .pledge-types,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-grid > * {
    grid-column: 1;
  }

  .type-card {
    min-height: 86px;
  }

  .amount-block {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .quick-amounts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .quick-amounts button {
    min-width: 0;
    height: 42px;
  }

  .success-card dl {
    grid-template-columns: 1fr;
  }

  .success-card dl div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .success-card dl div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: 900px;
  }

  h1 {
    font-size: 1.7rem;
    line-height: 1.18;
  }

  .photo-showcase {
    min-height: 290px;
    margin-top: 30px;
    grid-template-columns: 1fr 38px 1fr;
  }

  .portrait-card {
    padding: 7px 7px 12px;
  }

  .portrait-card figcaption {
    font-size: 0.9rem;
  }

  .photo-placeholder span {
    font-size: 3.3rem;
  }

  .photo-placeholder small {
    font-size: 0.5rem;
  }

  .couple-seal {
    width: 56px;
    height: 56px;
  }

  .deadline-banner {
    padding: 13px;
  }

  .pledge-card {
    padding: 27px 18px;
  }

  .action-button {
    min-height: 70px;
    padding: 12px;
  }

  .success-actions {
    flex-direction: column;
  }

  .budget-dialog {
    width: calc(100% - 12px);
    height: calc(100vh - 12px);
    border-radius: 14px;
  }

  .dialog-header {
    padding: 18px;
  }

  .dialog-header h2 {
    font-size: 1.55rem;
  }

  .pdf-frame-wrap {
    height: calc(100% - 184px);
  }

  .dialog-actions {
    min-height: 102px;
    padding: 12px 18px;
    flex-wrap: wrap;
  }
}

@media print {
  body {
    background: white;
  }

  .hero,
  .card-heading,
  .event-actions,
  #pledge-form,
  footer,
  .budget-dialog,
  .toast,
  .success-actions {
    display: none !important;
  }

  .pledge-card {
    width: 100%;
    margin: 0;
    padding: 40px;
    border: 1px solid #ccc;
    box-shadow: none;
  }

  .success-card {
    display: block !important;
  }
}
