body {
  background: #f5f7fb;
  font-family: 'Segoe UI', Roboto, sans-serif;
  color: #333;
}

.panel {
  max-width: 1000px;
  margin: 30px auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  padding: 25px 35px;
}

h2 { color: #0b3ea8; }
h3 {
  color: #007bff;
  border-bottom: 2px solid #ff6600;
  padding-bottom: 4px;
}

.download-btn {
  display: inline-block;
  padding: 8px 14px;
  background: linear-gradient(90deg, #007bff, #00aaff);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  margin-top: 5px;
  transition: 0.2s;
}
.download-btn:hover { opacity: 0.9; }

.info-section {
  background: #fff;
  border-radius: 14px;
  padding: 15px;
  margin-top: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

table.file-table {
  width: 100%;
  border-collapse: collapse;
}

.file-table th,
.file-table td {
  text-align: left;
  padding: 8px 10px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}

.file-table th {
  width: 220px;
  color: #0044cc;
}

#map {
  width: 100%;
  height: 330px;
  border-radius: 12px;
  margin-top: 10px;
}

#distanceInfo {
  margin-top: 8px;
  font-size: 14px;
  color: #0b3ea8;
}

/* QR w kolumnach obok siebie */
.qr-container {
  display: flex;
  justify-content: space-evenly;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.qr-col { text-align: center; }

.qr-col img {
  width: 160px;
  height: 160px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 4px;
  background: #fff;
}

.qr-col p {
  margin-top: 6px;
  font-size: 13px;
}
