#filePreviewModal.iziModal {
  width: 80vw !important;
  max-width: 80vw !important;
  height: 80vh !important;
  max-height: 80vh !important;
}

#filePreviewModal .iziModal-content {
  height: 100% !important;
  max-height: 100% !important;
  overflow-y: auto;
}

#filePreviewModal img,
#filePreviewModal embed {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

/* ================= DESTEK FORMU ================= */
.step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background: #e5231b;
  color: #fff;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0;
}

.support-label {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
}

.support-input {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 13.5px;
  color: #374151;
  background: #fff;
  outline: none;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}
.support-input:focus {
  border-color: #e5231b;
  box-shadow: 0 0 0 3px rgba(229, 35, 27, 0.1);
}

.support-file-input {
  width: 100%;
  font-size: 13px;
  color: #6b7280;
}
.support-file-input::file-selector-button {
  margin-right: 12px;
  padding: 8px 16px;
  border-radius: 9999px;
  border: none;
  background: rgba(229, 35, 27, 0.1);
  color: #e5231b;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.15s ease;
}
.support-file-input::file-selector-button:hover {
  background: rgba(229, 35, 27, 0.18);
}

.support-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(180deg, #e5231b, #b81810);
  color: #fff;
  font-weight: 600;
  font-size: 13.5px;
  padding: 11px 22px;
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgba(229, 35, 27, 0.32);
  transition:
    background 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.12s ease;
}
.support-btn-primary:hover {
  background: linear-gradient(180deg, #f22a21, #c61e15);
  box-shadow: 0 6px 16px rgba(229, 35, 27, 0.4);
  transform: translateY(-1px);
}
.support-btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(229, 35, 27, 0.3);
}

.support-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: #374151;
  font-weight: 600;
  font-size: 13.5px;
  padding: 10px 21px;
  border-radius: 9999px;
  border: 1.5px solid #e5e7eb;
  transition:
    border-color 0.15s ease,
    color 0.15s ease,
    background 0.15s ease;
}
.support-btn-secondary:hover {
  border-color: #e5231b;
  color: #e5231b;
  background: rgba(229, 35, 27, 0.04);
}

.support-summary-label {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9ca3af;
}
.support-summary-key {
  font-size: 12.5px;
  font-weight: 600;
  color: #9ca3af;
  min-width: 110px;
  flex-shrink: 0;
}
.support-summary-value {
  font-size: 13px;
  color: #374151;
  word-break: break-word;
}
