/* Strona weryfikacji pobrania — uzupełnienie checkout.css */

.download-order-input {
  margin-bottom: 22px;
  font-family: ui-monospace, "Cascadia Code", "Segoe UI Mono", monospace;
  font-size: 14px;
}

.download-result {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #1a1a1a;
}

.download-result-label {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgb(160, 160, 160);
}

.download-product-name {
  margin: 0 0 16px;
  font-size: clamp(1.05rem, 3vw, 1.2rem);
  font-weight: 600;
  color: rgb(235, 235, 235);
}

.btn-download-file {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(99, 99, 99, 0.35), rgba(40, 40, 40, 0.6));
  border: 1px solid rgb(99, 99, 99);
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}

.btn-download-file:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: linear-gradient(135deg, rgba(120, 120, 120, 0.4), rgba(50, 50, 50, 0.7));
}

.download-hint {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgb(130, 130, 130);
}
