/*
 * Copyright 2025 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

.insight-body {
  --override-timeline-link-text-decoration: none;
  --override-timeline-link-text-color: var(--sys-color-on-surface);

  .max-time {
    text-align: center;

    .longest {
      color: var(--sys-color-error);
    }
  }

  .section-title{
    font: var(--sys-typescale-body4-bold);
    padding-bottom: var(--sys-size-2);
  }
}
