
.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%;
}
}

.image-card[data-v-2cbb7ef0] {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
}
.image-card[data-v-2cbb7ef0]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.image-empty[data-v-2cbb7ef0] {
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.image-window[data-v-2cbb7ef0] {
  background-color: #fafafa;
  border-radius: 8px;
  overflow: hidden;
}
.image-error[data-v-2cbb7ef0] {
  min-height: 220px;
}
.image-zoom-container[data-v-2cbb7ef0] {
  min-height: 240px;
  max-height: 70vh;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  border-radius: 8px;
}
.zoomable-image[data-v-2cbb7ef0] {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
  transform-origin: center center;
  transition: transform 0.15s ease;
}

.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;
}
.field-sheet[data-v-d2af1e0a] {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background-color: #fafafa;
}
.whitespace-pre-line[data-v-d2af1e0a] {
  white-space: pre-line;
}
@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;
}
.image-modal-card[data-v-96b2b85e] {
    border-radius: 14px;
    overflow: hidden;
}
.controls-row[data-v-96b2b85e] {
    background: rgba(25, 118, 210, 0.05);
    border: 1px solid rgba(25, 118, 210, 0.14);
    border-radius: 999px;
    padding: 8px 12px;
}
.image-zoom-container[data-v-96b2b85e] {
    min-height: 320px;
    max-height: 70vh;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(160deg, #f8fbff 0%, #eef3fb 100%);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
    padding: 16px;
}
.zoomable-image[data-v-96b2b85e] {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    transform-origin: center center;
    transition: transform 0.15s ease, box-shadow 0.2s ease;
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(17, 24, 39, 0.14);
}
  
.image-menu-wrapper[data-v-da062547] {
    display: inline-flex;
    align-items: center;
}
.image-menu-btn[data-v-da062547] {
    text-transform: none;
    letter-spacing: 0;
    border-radius: 999px;
    min-width: 132px;
    justify-content: flex-start;
}
.image-list-card[data-v-da062547] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.image-list-item[data-v-da062547] {
    border-radius: 8px;
    margin: 2px 8px;
}
  