
/* Heat Hub: the temp badge is whitespace-nowrap, so a longer value used to push the
   card (and the page) wider than the phone. Let it wrap below 760px. */
@media (max-width:760px){
  #heatHubReact span.whitespace-nowrap{ white-space:normal !important; }
  #heatHubReact .flex.items-start.justify-between{ flex-wrap:wrap; }
}
