.panical-dealer-proof-upload {
  border: 1px solid #d8d8d8;
  padding: 28px 32px;
  margin: 22px 0 26px;
  background: #fff;
}
.panical-dealer-proof-upload .pdu-title {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  color: #111;
  margin: 0 0 12px;
}
.pdu-required-star { color: #e43d22; }
.panical-dealer-proof-upload .pdu-note {
  margin: 0 0 22px;
  color: #333;
  line-height: 1.65;
}
.pdu-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin: 0 0 14px;
}
.pdu-upload-btn {
  border: 0;
  background: #000;
  color: #fff;
  padding: 13px 28px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: opacity .18s ease, transform .18s ease;
}
.pdu-upload-btn:not(:disabled):hover { transform: translateY(-1px); }
.pdu-upload-btn:disabled,
.pdu-upload-btn.is-disabled {
  opacity: .32;
  cursor: not-allowed;
  transform: none;
}
.pdu-helper {
  flex-basis: 100%;
  color: #777;
  font-size: 13px;
  line-height: 1.45;
}
.pdu-status {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pdu-status.is-error { color: #c62828; }
.pdu-status.is-success { color: #1b7f3a; }
.pdu-status.is-info { color: #333; }
.pdu-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 10px;
}
.pdu-list.is-empty { display: none; }
.pdu-file-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 46px;
  padding: 11px 46px 11px 14px;
  border: 1px solid #e3e3e3;
  background: #f8f8f8;
}
.pdu-file-name {
  word-break: break-word;
  color: #222;
  font-size: 14px;
}
.pdu-file-delete {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 26px;
  height: 26px;
  border: 1px solid #222;
  background: #fff;
  color: #111;
  line-height: 22px;
  font-size: 18px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pdu-file-delete:hover {
  background: #111;
  color: #fff;
}
@media (max-width: 690px) {
  .panical-dealer-proof-upload { padding: 22px 18px; }
  .pdu-upload-btn { width: 100%; }
}
