.card-item[data-v-6b5c3135] {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  flex-direction: column;
  background-color: var(--edr-module-timeline-card-background-color);
  border-radius: var(--edr-module-timeline-card-border-radius);
  border: 1px solid var(--edr-module-timeline-card-border-color);
  padding: 12px;
  margin: 0 0 0 24px;
  width: 190px;
  height: 120px;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.card-item[data-v-6b5c3135]:hover {
  border-color: var(--edr-module-timeline-card-border-hover-color);
}
.card-item .card-header[data-v-6b5c3135] {
  font-size: var(--edr-module-timeline-card-header-font-size);
  color: var(--edr-module-timeline-card-header-text-color);
}
.card-item .card-content[data-v-6b5c3135] {
  font-size: var(--edr-module-timeline-card-content-font-size);
  color: var(--edr-module-timeline-card-content-text-color);
}
.card-item .card-footer[data-v-6b5c3135] {
  font-size: var(--edr-module-timeline-card-footer-font-size);
  color: var(--edr-module-timeline-card-footer-text-color);
}.pre-header[data-v-8cb4355b] {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: start;
}
.pre-header .timeline-item-line[data-v-8cb4355b] {
  background-color: var(--edr-module-timeline-timeline-color);
  height: 2px;
  width: var(--edr-module-timeline-timeline-lenght, 242px);
  overflow: visible;
  position: absolute;
  z-index: 700;
}
.pre-header .timeline-icon-wrapper[data-v-8cb4355b] {
  position: relative;
  background-color: var(--edr-module-timeline-card-background-color, white);
  z-index: 800;
}
.pre-header .timeline-item-circle[data-v-8cb4355b] {
  font-size: 13px;
  position: relative;
  z-index: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  min-width: 20px;
  max-width: fit-content;
  border-radius: 10px;
}
.header[data-v-8cb4355b] {
  margin-top: 8px;
  color: var(--edr-module-timeline-card-header-text-color);
  font-size: var(--edr-module-timeline-card-header-font-size);
}
.timeline-card-container[data-v-8cb4355b] {
  margin-top: 4px;
  padding: 0;
  position: relative;
  width: 100%;
}
.ellipsis[data-v-8cb4355b] {
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-word-wrap[data-v-8cb4355b] {
  text-wrap: nowrap;
}
.capitalize[data-v-8cb4355b] {
  text-transform: capitalize;
}
.content[data-v-8cb4355b] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: space-around;
  gap: 8px;
  height: 100%;
  color: var(--edr-module-timeline-card-content-text-color);
  font-size: var(--edr-module-timeline-card-content-font-size);
}.tooltip-trigger-wrapper[data-v-4b184700] {
  display: inline-block;
  cursor: pointer;
  border-radius: 16px;
}
.tooltip-content[data-v-4b184700] {
  /* z-index to ensure it's on top */
  z-index: 999999;
  pointer-events: auto; /* Re-enable pointer events since container disables them */
  border-radius: 16px;
  /* Since we are now in the Shadow DOM, this will correctly inherit
     any scoped styles or variables defined in this component */
}
.tooltip-arrow[data-v-4b184700] {
  background-color: white;
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  z-index: -1;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* --- Transition Classes --- */
.tooltip-fade-enter-active[data-v-4b184700],
.tooltip-fade-leave-active[data-v-4b184700] {
  transition: opacity 0.2s ease;
}
.tooltip-fade-enter-from[data-v-4b184700],
.tooltip-fade-leave-to[data-v-4b184700] {
  opacity: 0;
}/* This SCSS block is based on the provided styles.scss.
  It includes the base styling and the severity modifiers.
*/
.sa-badge[data-v-ed9cc8d7] {
  /* Base styles from .saBadge in styles.scss */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  padding: 2px 4px;
  height: 20px;
  font-size: 12px;
  line-height: 16px;
  margin: 0 4px;
}

/* --- Default Severity Modifiers --- */
.critical[data-v-ed9cc8d7] {
  background-color: var(--color-sa-severity--critical);
  color: var(--color-sa-severity--critical-foreground);
}
.high[data-v-ed9cc8d7] {
  background-color: var(--color-sa-severity--high);
  color: var(--color-sa-severity--high-foreground);
}
.medium[data-v-ed9cc8d7] {
  background-color: var(--color-sa-severity--medium);
  color: var(--color-sa-severity--medium-foreground);
}
.low[data-v-ed9cc8d7] {
  background-color: var(--color-sa-severity--low);
  color: var(--color-sa-severity--low-foreground);
}
.informational[data-v-ed9cc8d7],
.information[data-v-ed9cc8d7] {
  background-color: var(--mwb-ui-kit-badge-primary-bg);
  border: 1px solid var(--mwb-ui-kit-banner-info-border);
  color: var(--mwb-ui-kit-badge-primary-text);
}

/* --- Theme Overrides (using :global to target outer HTML attributes) --- */
[data-theme="voltron-light"],[data-theme="voltron-dark"] {
  background-color: var(--edr-module-timeline-critical-background-color);
  border: 1px solid var(--edr-module-timeline-critical-border-color);
  color: var(--edr-module-timeline-critical-text-color);
}
[data-theme="voltron-light"],[data-theme="voltron-dark"] {
  background-color: var(--edr-module-timeline-high-background-color);
  border: 1px solid var(--edr-module-timeline-high-border-color);
  color: var(--edr-module-timeline-high-text-color);
}
[data-theme="voltron-light"],[data-theme="voltron-dark"] {
  background-color: var(--edr-module-timeline-medium-background-color);
  border: 1px solid var(--edr-module-timeline-medium-border-color);
  color: var(--edr-module-timeline-medium-text-color);
}
[data-theme="voltron-light"],[data-theme="voltron-dark"] {
  background-color: var(--edr-module-timeline-low-background-color);
  border: 1px solid var(--edr-module-timeline-low-border-color);
  color: var(--edr-module-timeline-low-text-color);
}
[data-theme="voltron-light"],[data-theme="voltron-light"],[data-theme="voltron-dark"],[data-theme="voltron-dark"] {
  background-color: var(--edr-module-timeline-informational-background-color);
  border: 1px solid var(--edr-module-timeline-informational-border-color);
  color: var(--edr-module-timeline-informational-text-color);
}.arrow-container[data-v-f6b6c734] {
  display: flex;
  background-color: var(--v7f1575e2);
  border-radius: 32px;
}.timeline-card-detail-container[data-v-d6fd54df] {
  padding: 24px;
  height: auto;
  background-color: var(--edr-module-timeline-card-detail-background-color);
  display: flex;
  flex-direction: column;
  border-radius: var(--edr-module-timeline-card-border-radius);
  overflow: auto;
  min-width: 500px;
  border: 1px solid var(--edr-module-timeline-card-detail-border-color);
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15);
  color: var(--edr-module-timeline-card-detail-text-color);
}
.timeline-card-detail-container-dim-large[data-v-d6fd54df] {
  min-width: 520px;
  max-width: 700px;
}
.process-path-info-panel[data-v-d6fd54df] {
  max-width: 400px;
  word-wrap: break-word;
}
.detection-card[data-v-d6fd54df] {
  max-width: 630px;
}
.info-detection-rule-tag[data-v-d6fd54df] {
  margin-right: 12px;
}
div.severity[data-v-d6fd54df] {
  padding: 3px;
  border-radius: 3px;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
  text-transform: capitalize;
  margin-left: 24px;
}
div.severity.critical[data-v-d6fd54df] {
  background-color: var(--edr-module-timeline-critical-background-color);
  color: var(--edr-module-timeline-critical-text-color);
}
div.severity.high[data-v-d6fd54df] {
  background-color: var(--edr-module-timeline-high-background-color);
  color: var(--edr-module-timeline-high-text-color);
}
div.severity.medium[data-v-d6fd54df] {
  background-color: var(--edr-module-timeline-medium-background-color);
  color: var(--edr-module-timeline-medium-text-color);
}
div.severity.low[data-v-d6fd54df] {
  background-color: var(--edr-module-timeline-low-background-color);
  color: var(--edr-module-timeline-low-text-color);
}
.info-section[data-v-d6fd54df] {
  display: flex;
  margin: 12px 0 12px 0;
  font-size: var(--edr-module-timeline-card-detail-info-text-size);
}
.info-section-header[data-v-d6fd54df] {
  font-weight: 500;
  width: 20%;
}
.info-detection[data-v-d6fd54df] {
  display: flex;
  margin-right: 24px;
  align-items: center;
}
.info-detection .word-wrap[data-v-d6fd54df] {
  word-wrap: break-word;
  max-width: 285px;
}
.data-manipulation[data-v-d6fd54df] {
  display: flex;
  flex-flow: column nowrap;
  margin: 12px 0 12px 0;
  font-size: var(--edr-module-timeline-card-detail-data-manipulation-info-text-size);
}
.info-tactics[data-v-d6fd54df] {
  display: flex;
  flex-flow: column wrap;
}
.info-first-card-large[data-v-d6fd54df] {
  display: flex;
  align-content: center;
  align-items: center;
  border-radius: var(--edr-module-timeline-card-border-radius);
  background-color: var(--edr-module-timeline-card-detail-header-info-background-color);
}
.info-first-card-large-container[data-v-d6fd54df] {
  background-color: var(--edr-module-timeline-card-detail-container-background-color);
  border-radius: var(--edr-module-timeline-card-border-radius);
}
.info-action-card[data-v-d6fd54df] {
  display: flex;
  background-color: var(--edr-module-timeline-card-detail-header-info-background-color);
  border-radius: var(--edr-module-timeline-card-border-radius);
  height: 76px;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.info-panel[data-v-d6fd54df] {
  display: flex;
  background-color: var(--edr-module-timeline-card-detail-header-info-background-color);
  border-radius: var(--edr-module-timeline-card-border-radius);
  height: 72px;
  margin-bottom: 16px;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.info[data-v-d6fd54df] {
  padding: 16px 24px 16px 24px;
}
.info-panel-title[data-v-d6fd54df] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
  font-size: var(--edr-module-timeline-card-detail-title-font-size);
  font-weight: 400;
}
.info-date[data-v-d6fd54df] {
  font-size: var(--edr-module-timeline-card-detail-info-text-size);
  font-weight: bold;
}
.info-bold[data-v-d6fd54df] {
  font-size: var(--edr-module-timeline-card-detail-info-text-size);
  font-weight: bold;
}
.info-description[data-v-d6fd54df] {
  width: 80%;
}
.bold[data-v-d6fd54df] {
  font-weight: 500;
}
.underlined[data-v-d6fd54df] {
  text-decoration: underline;
  color: var(--edr-module-timeline-card-detail-underlined-color);
}
.capitalize[data-v-d6fd54df] {
  text-transform: capitalize;
}
.instances-circle[data-v-d6fd54df] {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 20px;
  height: 20px;
  width: 20px;
  font-size: var(--edr-module-timeline-card-detail-info-text-size);
}
.instances-circle.critical[data-v-d6fd54df] {
  background-color: var(--edr-module-timeline-critical-background-color);
  color: var(--edr-module-timeline-critical-text-color);
}
.instances-circle.high[data-v-d6fd54df] {
  background-color: var(--edr-module-timeline-high-background-color);
  color: var(--edr-module-timeline-high-text-color);
}
.instances-circle.medium[data-v-d6fd54df] {
  background-color: var(--edr-module-timeline-medium-background-color);
  color: var(--edr-module-timeline-medium-text-color);
}
.instances-circle.low[data-v-d6fd54df] {
  background-color: var(--edr-module-timeline-low-background-color);
  color: var(--edr-module-timeline-low-text-color);
}
.divider[data-v-d6fd54df] {
  border-top: 1px solid var(--edr-module-timeline-card-detail-divider-color);
}
.vertical-divider[data-v-d6fd54df] {
  border: 1px solid var(--edr-module-timeline-card-detail-divider-color);
  height: 40px;
}
.process-path-panel[data-v-d6fd54df] {
  display: flex;
  background-color: var(--edr-module-timeline-card-detail-process-path-background-color);
  border-radius: var(--edr-module-timeline-card-border-radius);
  height: auto;
  align-content: center;
  align-items: flex-start;
  padding: 16px;
}
.process-path[data-v-d6fd54df] {
  word-wrap: break-word;
  width: 75%;
  padding-right: 16px;
  font-size: var(--edr-module-timeline-card-detail-info-text-size);
}
.process-name-span[data-v-d6fd54df] {
  cursor: pointer;
  font-size: var(--edr-module-timeline-card-detail-info-text-size);
  text-decoration: underline;
  line-height: 16px;
  color: var(--color-primary);
  padding: 0px;
  margin-left: 16px;
}
.clickable[data-v-d6fd54df] {
  cursor: pointer;
}
.process-name-header[data-v-d6fd54df] {
  font-weight: 500;
  font-size: var(--edr-module-timeline-card-detail-info-text-size);
  width: 25%;
}
.slider-container[data-v-d6fd54df] {
  display: flex;
  flex-direction: column;
  border-radius: var(--edr-module-timeline-card-border-radius);
  background-color: var(--edr-module-timeline-card-detail-slider-container-background-color);
  height: auto;
  padding: 16px;
  font-size: var(--edr-module-timeline-card-detail-info-text-size);
}
.slider-container .slider-go[data-v-d6fd54df] {
  display: flex;
  align-items: center;
  justify-content: center;
  /* I have replaced these within the comments in case you uncomment them later */
  /* background-color: var(--edr-module-timeline-card-detail-slider-container-button-background-color); */
  /* color: var(--edr-module-timeline-card-detail-slider-arrow-color); */
  /* border-radius: 32px; */
  height: 32px;
  width: 32px;
  cursor: pointer;
}
.slider-container .deactivated[data-v-d6fd54df] {
  background-color: var(--edr-module-timeline-card-detail-slider-deactivated-color);
  cursor: inherit;
}
.slider-container .activated[data-v-d6fd54df] {
  background-color: var(--edr-module-timeline-card-detail-slider-activated-color);
}
.slider-container .dots-container[data-v-d6fd54df] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-container .dots-container .slider-dot[data-v-d6fd54df] {
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid var(--edr-module-timeline-card-detail-slider-dot-color);
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
.slider-container .slider-footer[data-v-d6fd54df] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.techniques-container[data-v-d6fd54df] {
  display: flex;
  align-items: baseline;
}
.techniques-container .techniques-list[data-v-d6fd54df] {
  display: flex;
  flex-wrap: wrap;
  max-height: 135px;
  overflow: auto;
}
.techniques-container .technique-link[data-v-d6fd54df] {
  padding: 4px 8px;
  word-wrap: break-word;
}
.slider-tactic-header[data-v-d6fd54df] {
  margin-bottom: 8px;
}.legends-container[data-v-37055161] {
  display: flex;
}
.legend-container[data-v-37055161] {
  display: flex;
  align-items: center;
  align-content: center;
  margin-left: 20px;
  font-size: var(--edr-module-timeline-legend-title-font-size);
}
.legend-container > span[data-v-37055161] {
  padding: 0 10px;
}
.legend-container .legend-item[data-v-37055161] {
  font-size: var(--edr-module-timeline-legend-item-font-size);
  display: flex;
  align-items: center;
  align-content: center;
}
.legend-container .legend-item > div[data-v-37055161] {
  display: inline-block;
  border-radius: 16px;
  width: 16px;
  height: 16px;
  border: 0.5px solid;
  margin-right: 5px;
}
.legend-container .legend-item.critical > div[data-v-37055161] {
  background-color: var(--edr-module-timeline-critical-background-color);
  border-color: var(--edr-module-timeline-critical-border-color);
}
.legend-container .legend-item.high > div[data-v-37055161] {
  background-color: var(--edr-module-timeline-high-background-color);
  border-color: var(--edr-module-timeline-high-border-color);
}
.legend-container .legend-item.medium > div[data-v-37055161] {
  background-color: var(--edr-module-timeline-medium-background-color);
  border-color: var(--edr-module-timeline-medium-border-color);
}
.legend-container .legend-item.low > div[data-v-37055161] {
  background-color: var(--edr-module-timeline-low-background-color);
  border-color: var(--edr-module-timeline-low-border-color);
}
.legend-container .legend-item[data-v-37055161]:not(:last-child) {
  margin-right: 5px;
}.timeline-container[data-v-5da37661] {
  background-color: var(--edr-module-timeline-main-background-color);
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  width: auto;
  border-radius: var(--edr-module-timeline-card-border-radius);
  position: relative;
}
.timeline-tooltip-overlay[data-v-5da37661] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 99999;
  pointer-events: none;
  overflow: visible;
}
.timeline-header[data-v-5da37661] {
  display: flex;
  justify-content: space-between;
  padding: 24px 24px 20px 24px;
}
.timeline-header-title[data-v-5da37661] {
  font-size: var(--edr-module-timeline-timeline-title-font-size);
}
.timeline-main[data-v-5da37661] {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  overflow: auto;
  padding: 0 0 24px 0;
}
.card-tooltip[data-v-5da37661] {
  border-radius: var(--edr-module-timeline-card-border-radius);
}