/*
 Travet.dk PC Time Hotfix
 Scope: desktop only.
 The Article Flow v1.4.0 timestamp is identified by its own class
 .travet-flow-latest-time. We hide ONLY that added timestamp.
 The site's original timestamp remains untouched.
 No ad/banner/layout selectors are used.
*/

@media (min-width: 701px) {
  .travet-flow-latest-time {
    display: none !important;
  }
}
