/* FuneralModal — quiet, somber treatment for the death of a dynasty child.
   Inherits backdrop / container / title / close from modals.css. */

.funeral-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  text-align: center;
}

/* Cool, muted palette — distinct from the throne modal's warm reception. */
.funeral-icon {
  font-size: 3.5rem;
  line-height: 1;
  margin: 0.25rem 0;
  filter: grayscale(0.35);
}

.funeral-name {
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: var(--font-color-1);
}

.funeral-eulogy {
  margin: 0;
  font-size: 1rem;
  color: #4a4035;
  font-style: italic;
  line-height: 1.6;
  border-top: 1px solid #d8cdb5;
  border-bottom: 1px solid #d8cdb5;
  padding: 0.85rem 0.5rem;
  width: 100%;
}

.funeral-closing {
  margin: 0;
  font-size: 0.95rem;
  color: #6a5a4a;
  letter-spacing: 0.02em;
}

.funeral-cta {
  align-self: stretch;
  margin-top: 0.5rem;
}
