._1b34gxt0-2-0-1 {
  gap: var(--dt-spacings-size-4, 4px);
  display: inline-flex;
  padding: var(--dt-spacings-size-0, 0);
  padding-inline: var(--dt-spacings-size-2, 2px);
  height: var(--dt-spacings-size-20, 20px);
  color: var(--dt-colors-text-neutral-default, #2f2f4f);
  background: transparent;
  border: none;
  border-radius: var(--dt-borders-radius-field-subdued, 4px);
  outline: none;
  font-size: inherit;
  font-weight: var(--dt-typography-text-base-default-weight, 400);
  font-family: var(--dt-typography-text-base-default-family, DynatraceFlow,Roboto,Helvetica,sans-serif);
  line-height: inherit;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: var(--dt-spacings-size-4, 4px);
  text-decoration-thickness: var(--dt-borders-width-default, 1px);
  text-decoration-color: var(--dt-colors-border-neutral-accent, #595a7d);
  white-space: nowrap;
  word-break: keep-all;
  cursor: pointer;
  transition: background-color var(--dt-animations-hover-duration-base, 150ms) var(--dt-animations-hover-easing, cubic-bezier(0, 0, 0.2, 1));
}
._1b34gxt0-2-0-1:hover {
  background: var(--dt-colors-background-field-neutral-default-hover, #dadbe4);
}
._1b34gxt0-2-0-1:active {
  background: var(--dt-colors-background-field-neutral-default-active, #d0d1dc);
}
._1b34gxt1-2-0-1 {
  text-decoration: none;
}