.search-results-header{margin-bottom:1rem;margin-top:1rem;width:100%}.search-results-title{color:var(--color-primary);font-size:1.5rem;font-weight:400;margin:0;text-align:center;width:100%}.search-term{color:var(--color-accent);font-weight:500}@media (max-width:768px){.search-results-header{margin-bottom:1.5rem;padding:1rem .5rem}.search-results-title{font-size:1.25rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#homeResults .last-greeting-card,#homeResults .obituary-card{animation:fadeInUp .5s ease-out forwards;opacity:0}#homeResults .last-greeting-card:first-child,#homeResults .obituary-card:first-child{animation-delay:.05s}#homeResults .last-greeting-card:nth-child(2),#homeResults .obituary-card:nth-child(2){animation-delay:.1s}#homeResults .last-greeting-card:nth-child(3),#homeResults .obituary-card:nth-child(3){animation-delay:.15s}#homeResults .last-greeting-card:nth-child(4),#homeResults .obituary-card:nth-child(4){animation-delay:.2s}#homeResults .last-greeting-card:nth-child(5),#homeResults .obituary-card:nth-child(5){animation-delay:.25s}#homeResults .last-greeting-card:nth-child(6),#homeResults .obituary-card:nth-child(6){animation-delay:.3s}#homeResults .last-greeting-card:nth-child(7),#homeResults .obituary-card:nth-child(7){animation-delay:.35s}#homeResults .last-greeting-card:nth-child(8),#homeResults .obituary-card:nth-child(8){animation-delay:.4s}#homeResults .last-greeting-card:nth-child(9),#homeResults .obituary-card:nth-child(9){animation-delay:.45s}#homeResults .last-greeting-card:nth-child(10),#homeResults .obituary-card:nth-child(10){animation-delay:.5s}#homeResults .last-greeting-card:nth-child(n+11),#homeResults .obituary-card:nth-child(n+11){animation-delay:.55s}@media (prefers-reduced-motion:reduce){#homeResults .last-greeting-card,#homeResults .obituary-card{animation:none;opacity:1;transform:none}}#loadingIndicator{color:#666;display:none;padding:40px 20px;text-align:center}#loadingIndicator .spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#333;height:40px;margin:0 auto 10px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{background:#fee;border-radius:4px;color:#d00;margin:20px 0;padding:20px;text-align:center}