/* SymbiOse Uploader · v1.14.25 · style aligné charte pourpre/or SymbiOse */

.sym-pj {
  font-family: 'Raleway', sans-serif;
  margin: 18px 0;
}
.sym-pj-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6B1A5E;
  margin-bottom: 10px;
}
.sym-pj-drop {
  position: relative;
  border: 2px dashed #D4AC0D;
  border-radius: 12px;
  background: #FDFAF5;
  padding: 24px 18px;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: center;
}
.sym-pj-drop:hover,
.sym-pj-drop:focus-visible,
.sym-pj-drop.is-dragover {
  border-color: #6B1A5E;
  background: #F7F1E8;
  box-shadow: 0 6px 18px rgba(107, 26, 94, 0.08);
}
.sym-pj-drop-inner {
  pointer-events: none;
}
.sym-pj-icon {
  font-size: 28px;
  margin-bottom: 8px;
  opacity: 0.7;
}
.sym-pj-text {
  font-size: 14px;
  color: #5C3D52;
  margin-bottom: 4px;
}
.sym-pj-browse {
  color: #6B1A5E;
  font-weight: 600;
  text-decoration: underline;
}
.sym-pj-hint {
  font-size: 12px;
  color: #9B7A8E;
  font-style: italic;
}
.sym-pj-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.sym-pj-list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sym-pj-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #FFFFFF;
  border: 1px solid rgba(107, 26, 94, 0.12);
  border-radius: 8px;
  font-size: 13px;
}
.sym-pj-item-icon {
  font-size: 18px;
  flex-shrink: 0;
}
.sym-pj-item-name {
  flex: 1;
  color: #2A1825;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sym-pj-item-size {
  color: #9B7A8E;
  font-size: 12px;
  flex-shrink: 0;
}
.sym-pj-item-remove {
  background: none;
  border: 1px solid #C13B3B;
  color: #C13B3B;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.2s ease;
}
.sym-pj-item-remove:hover {
  background: #C13B3B;
  color: #FFFFFF;
}
.sym-pj-status {
  margin-top: 10px;
  font-size: 12px;
  color: #6B1A5E;
  font-style: italic;
  min-height: 18px;
}
.sym-pj-status.is-error {
  color: #C13B3B;
  font-weight: 500;
}

@media (max-width: 640px) {
  .sym-pj-drop { padding: 18px 12px; }
  .sym-pj-icon { font-size: 24px; }
  .sym-pj-text { font-size: 13px; }
  .sym-pj-item-size { display: none; }
}
