@keyframes tandaraSearchFocusPulse{
  0%,100%{filter:drop-shadow(0 0 0 rgba(185,133,0,0))}
  35%{filter:drop-shadow(0 0 12px rgba(185,133,0,.95))}
  70%{filter:drop-shadow(0 0 6px rgba(185,133,0,.65))}
}
.tandara-search-focus rect{
  stroke:#b98500!important;
  stroke-width:5!important;
  animation:tandaraSearchFocusPulse 1.15s ease-in-out 2;
}
@media (prefers-reduced-motion:reduce){
  .tandara-search-focus rect{animation:none;filter:drop-shadow(0 0 8px rgba(185,133,0,.75))}
}
