/* Installed-card presentation only. Valid only with the recorded baseline. */
a[aria-label][href^='/viagens/'] > div > h3 {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
  overflow-wrap: anywhere;
}
