/* Zone visible pour joindre des fichiers au devis */
.devis-files-title {
  display: block;
  font-weight: 700;
  font-size: 0.86rem;
  margin-bottom: 6px;
}

.file-picker {
  padding: 14px;
  border: 2px dashed #c45c26;
  border-radius: 12px;
  background: #fff8f4;
}

.file-picker-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  background: #c45c26;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  margin-bottom: 10px;
}

.file-picker-btn:hover {
  filter: brightness(1.06);
}

.file-picker-hint {
  font-size: 0.85rem;
  color: #666;
  margin: 0;
}

.file-picker-list {
  font-size: 0.88rem;
  margin-top: 8px;
  color: #1a2744;
  font-weight: 600;
  min-height: 1.2em;
}

.devis-files-field input[type="file"] {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 8px;
  font-size: 0.9rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
