
.title-nowrap[data-v-22c5d326] {
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  display: inline-block;
  flex-shrink: 1;
  min-width: 0;
  font-size: clamp(12px, 1.2vw, 16px); /* responsive: shrink to fit between 12px and 16px */
}

/* Ensure the divider won't push the title out on very small screens */
.d-flex > .v-divider[data-v-22c5d326] {
  min-width: 8px;
}
.header-divider[data-v-22c5d326] {
  /* make a short, centered horizontal divider that doesn't overlap */
  width: 40%;
  flex: 0 0 40%;
  height: 2px;
  align-self: center;
  background-color: rgba(0,0,0,0.08);
  border-radius: 2px;
  margin-left: 8px;
}
@media (max-width: 420px) {
.title-nowrap[data-v-22c5d326] {
    font-size: 11px;
}
.header-divider[data-v-22c5d326] {
    width: 25%;
    flex: 0 0 25%;
}
}

.title-nowrap[data-v-d2af1e0a] {
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  display: inline-block;
  flex-shrink: 1;
  min-width: 0;
  font-size: clamp(12px, 1.2vw, 16px); /* responsive: shrink to fit between 12px and 16px */
}

/* Ensure the divider won't push the title out on very small screens */
.d-flex > .v-divider[data-v-d2af1e0a] {
  min-width: 8px;
}
.header-divider[data-v-d2af1e0a] {
  /* make a short, centered horizontal divider that doesn't overlap */
  width: 40%;
  flex: 0 0 40%;
  height: 2px;
  align-self: center;
  background-color: rgba(0,0,0,0.08);
  border-radius: 2px;
  margin-left: 8px;
}
@media (max-width: 420px) {
.title-nowrap[data-v-d2af1e0a] {
    font-size: 11px;
}
.header-divider[data-v-d2af1e0a] {
    width: 25%;
    flex: 0 0 25%;
}
}

.tracking-wide[data-v-8b7145b9] {
  letter-spacing: 0.5px;
}
.detail-body[data-v-8b7145b9] {
  max-height: 70vh;
  overflow-y: auto;
}
.section-card[data-v-8b7145b9] {
  transition: all 0.3s ease;
  border-color: rgba(0,0,0,0.08) !important;
}
.section-card[data-v-8b7145b9]:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
  transform: translateY(-2px);
  border-color: rgba(var(--v-theme-primary), 0.3) !important;
}

/* Scrollbar styling */
.divscroll[data-v-8b7145b9]::-webkit-scrollbar {
  width: 6px;
}
.divscroll[data-v-8b7145b9]::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.divscroll[data-v-8b7145b9]::-webkit-scrollbar-thumb {
  background: #c1c1c1; 
  border-radius: 4px;
}
.divscroll[data-v-8b7145b9]::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.mb-3[data-v-96b2b85e] {
    margin-bottom: 1rem;
}
  