
.fill-height[data-v-0341832e] {
  height: 100%;
}
.scrollable-column[data-v-0341832e] {
  overflow-y: auto;
  max-height: calc(100vh - 150px); /* adjust for toolbar/header if needed */
  padding-right: 12px;
}
.left-pane[data-v-0341832e] {
  border-right: 1px solid #eee;
  background-color: #fff;
}
.right-pane[data-v-0341832e] {
  background-color: #f9f9f9;
  border-left: 1px solid #eee;
}
.flex-grow-1[data-v-0341832e] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* Custom scrollbar styles */
[data-v-0341832e]::-webkit-scrollbar {
  width: 6px;
}
[data-v-0341832e]::-webkit-scrollbar-track {
  background: #f1f1f1;
}
[data-v-0341832e]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
[data-v-0341832e]::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.v-timeline-item .v-card[data-v-0341832e] {
  border-left: 4px solid #1976d2; /* highlight left edge */
  border-radius: 8px;
}
.single-line[data-v-0341832e] {
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}
.single-line span[data-v-0341832e] {
  white-space: nowrap;
}
.page-actions[data-v-0341832e] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.page-actions[data-v-0341832e] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}

/* LEFT: text area */
.header-left[data-v-0341832e] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; /* can shrink */
  min-width: 0; /* VERY IMPORTANT for ellipsis */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Ensure inner spans also truncate */
.header-left span[data-v-0341832e] {
  white-space: nowrap;
}

/* RIGHT: buttons */
.header-right[data-v-0341832e] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; /* never shrink */
  white-space: nowrap;
}

/* Optional: spacing */
.header-right > *[data-v-0341832e] {
  margin-left: 6px;
}

