/**
 * @file
 * Fix styles for card with "time" html tag.
 */

.fr-card__detail time {
  display: contents;
}
