/* Keep the Pulse and History labels visually identical on Mobile/PWA. */
@media (max-width:820px), (display-mode:standalone) and (max-width:1024px) and (orientation:landscape) and (hover:none) and (pointer:coarse){
  #mobile-lite .mobile-ai-page.is-tarot .mobile-tarot-history,
  #mobile-lite .mobile-ai-page.is-tarot .mobile-tarot-pulse-button{
    font-size:10px;
    font-weight:800;
    line-height:1;
  }
}

@media (max-width:380px){
  #mobile-lite .mobile-ai-page.is-tarot .mobile-tarot-history,
  #mobile-lite .mobile-ai-page.is-tarot .mobile-tarot-pulse-button{
    font-size:9px;
  }
}
