.jmit-v523-memory-photo {
  display: block;
  width: 100%;
  max-width: 34rem;
  max-height: 28rem;
  object-fit: cover;
  border-radius: 1rem;
  margin: .15rem 0 .7rem;
  background: #eef1f5;
  box-shadow: 0 8px 24px rgba(24, 39, 75, .12);
}
.jmit-v523-memory-caption {
  margin: .28rem 0 .3rem;
  color: #354052;
  line-height: 1.45;
}
.jmit-v522-story-card.is-photo {
  align-items: flex-start;
}
.jmit-v522-story-card.is-photo > div {
  min-width: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .jmit-v523-memory-photo { max-height: 22rem; border-radius: .85rem; }
}

/* v5.2.4 Family reactions and comments */
.jmit-v524-response-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.7rem}
.jmit-v524-response-actions button{border:1px solid rgba(148,163,184,.35);background:rgba(255,255,255,.92);border-radius:999px;padding:.55rem .85rem;font-weight:800;font-size:.78rem;line-height:1;box-shadow:0 3px 10px rgba(15,23,42,.08)}
.jmit-v524-response-actions button:active{transform:scale(.97)}
.jmit-v524-response-actions.is-kids button{font-size:.86rem;padding:.65rem .95rem;border-width:2px}
.jmit-v522-story-card.is-reaction,.jmit-v522-story-card.is-comment{border-left:4px solid #d4a017;background:linear-gradient(135deg,rgba(255,251,235,.98),rgba(255,255,255,.98))}
.jmit-v522-story-card.is-reaction strong,.jmit-v522-story-card.is-comment strong{font-size:.92rem}
