/*
 * 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.
 */
.export-trace-options-content {
  max-width: var(--sys-size-36);
}

.export-trace-options-row {
  display: flex;

  /* The tag name of CheckboxLabel element */
  devtools-checkbox {
    flex: auto;
  }

  devtools-button {
    height: 24px;
  }

  .export-trace-explanation {
    flex: 1;
    min-width: var(--sys-size-25);
  }
}

.export-trace-options-row-last {
  align-items: center;
}

.info-tooltip-container {
  max-width: var(--sys-size-28);
  white-space: normal;
}

x-link {
  color: var(--sys-color-primary);
  text-decoration-line: underline;
}
