
.file-upload-section[data-v-14dd3ed7] {
  position: relative;
  margin-bottom: 1rem;
}
.file-upload-section__compress-hint[data-v-14dd3ed7] {
  margin-top: -0.25rem;
}
.file-compressing[data-v-14dd3ed7] {
  padding: 12px;
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}
.file-preview-card[data-v-14dd3ed7] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}
.file-preview-card__thumb-btn[data-v-14dd3ed7] {
  flex-shrink: 0;
  display: block;
  padding: 0;
  border: none;
  background: transparent;
  cursor: zoom-in;
  border-radius: 4px;
  line-height: 0;
}
.file-preview-card__thumb-btn:hover .file-preview-card__thumb[data-v-14dd3ed7] {
  opacity: 0.88;
}
.file-preview-card__thumb-btn[data-v-14dd3ed7]:focus-visible {
  outline: 2px solid #1976d2;
  outline-offset: 2px;
}
.file-preview-card__thumb[data-v-14dd3ed7] {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: #fff;
}
.file-preview-card__info[data-v-14dd3ed7] {
  flex: 1;
  min-width: 0;
}
.file-preview-card__name[data-v-14dd3ed7] {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  word-break: break-word;
}
.file-preview-card__size[data-v-14dd3ed7] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  margin-top: 2px;
}
.file-preview-card__remove[data-v-14dd3ed7] {
  flex-shrink: 0;
}
.file-upload-section__input[data-v-14dd3ed7] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.file-item[data-v-14dd3ed7] {
  background-color: #f5f5f5;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}
.remove-btn[data-v-14dd3ed7] {
  min-width: 32px;
  height: 32px;
}
.empty-state[data-v-14dd3ed7] {
  padding: 16px;
  text-align: center;
  background-color: #fafafa;
  border: 2px dashed #e0e0e0;
  border-radius: 4px;
  margin-top: 8px;
}
label[data-v-14dd3ed7] {
  display: block;
}
.form-label[data-v-14dd3ed7] {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #302b27;
  margin-bottom: 0.5rem;
}
.required-mark[data-v-14dd3ed7] {
  color: #ee3c2e;
  margin-left: 2px;
}
.file-upload-preview-dialog__card[data-v-14dd3ed7] {
  border-radius: 12px;
  overflow: hidden;
}
.file-upload-preview-dialog__title[data-v-14dd3ed7] {
  align-items: center;
}
.file-upload-preview-dialog__filename[data-v-14dd3ed7] {
  font-size: 1rem;
  font-weight: 600;
  word-break: break-word;
}
.file-upload-preview-dialog__image-wrap[data-v-14dd3ed7] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  max-height: 75vh;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: auto;
}
.file-upload-preview-dialog__image[data-v-14dd3ed7] {
  display: block;
  max-width: 100%;
  max-height: 75vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

