/* Indian Tavern — Robina Jalil memorial popup only. Do not edit other site CSS. */
.it-memorial-root {
  --ink: #2c2c2c;
  --memorial: #6b3a32;
  --panel: #f0f0f0;
  --line: #d0d0d0;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.it-memorial-root[hidden] { display: none !important; }
.it-memorial-backdrop {
  position: fixed;
  inset: 0;
  z-index: 99998;
  background: rgba(0,0,0,.55);
}
.it-memorial-modal {
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(420px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  overflow: auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
  font-family: Georgia, "Times New Roman", Times, serif;
  color: var(--ink);
}
.it-memorial-hero {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
}
.it-memorial-close-x {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.it-memorial-body {
  padding: 22px 22px 10px;
  text-align: center;
  color: var(--ink);
}
.it-memorial-kicker {
  margin: 0 0 8px;
  font-style: italic;
  color: var(--memorial);
  font-size: 1.05rem;
}
.it-memorial-name {
  margin: 0 0 8px;
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.it-memorial-dates {
  margin: 0 0 14px;
  font-style: italic;
  color: var(--memorial);
  font-size: 0.98rem;
}
.it-memorial-obit {
  margin: 0 auto 18px;
  max-width: 34em;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #333;
}
.it-memorial-details {
  margin: 0 22px 18px;
  padding: 14px 16px;
  background: var(--panel);
  border-radius: 10px;
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #222;
}
.it-memorial-details h2 {
  margin: 0 0 10px;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.it-memorial-details p {
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.it-memorial-details p:last-child { margin-bottom: 0; }
.it-memorial-details strong { font-weight: 700; }
.it-memorial-actions {
  padding: 0 22px 22px;
  text-align: center;
}
.it-memorial-btn-close {
  min-width: 120px;
  padding: 10px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-family: system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 0.95rem;
  cursor: pointer;
}
