/* SafariBook custom wildlife icons */
.animal-icon{display:inline-block;object-fit:contain;max-width:100%;max-height:100%;vertical-align:middle}
.speciescard .emo .animal-icon{width:42px;height:42px}
/* When artwork has not yet been verified, keep the card's icon space stable
   without flashing the database emoji before the real artwork appears. */
.speciescard .emo.animal-artwork-pending{color:transparent;text-shadow:none}
.recentemo .animal-icon{width:32px;height:32px}
.highlightcard .emo .animal-icon{width:54px;height:54px;filter:drop-shadow(0 3px 5px rgba(0,0,0,.18))}
.sightingbook .emo .animal-icon{width:36px;height:36px}
.wildvisual .animal-icon{width:78px;height:78px}
.momentemoji .animal-icon{width:82px;height:82px}
.selectedname{display:flex;align-items:center;gap:6px}
.selectedname .animal-icon.inline{width:30px;height:30px;flex:0 0 30px}
.modalhead h2 .animal-icon.inline{width:32px;height:32px;margin-right:5px}
@media(max-width:640px){
  .speciescard .emo .animal-icon{width:38px;height:38px}
  .wildvisual .animal-icon{width:66px;height:66px}
  .momentemoji .animal-icon{width:70px;height:70px}
}
